GET Api/Service/Order/GetPurchaseOrderShowById/{PurchaseId}
获取采购单详细展示结构信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseId |
采购单ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
获取采购单详细展示结构信息
SpeedPower.Utility.Models.Project.Orders.Service.ParentPurchaseOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseIncludes |
采购单包含乘客列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetPurchaseIncludeModel |
None. |
| PurchaseCallBacks |
采购单外部调用日志列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetPurchaseCallBackModel |
None. |
| PurchaseMembers |
采购单采购账户列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetPurchaseMemberModel |
None. |
| PurchasePayables |
采购单付款项列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetPurchasePayableModel |
None. |
| PurchaseFollowups |
采购单操作处理列表(退,改) |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.ParentPurchaseFollowupModel |
None. |
| RecordType |
记录添加方式 |
SpeedPower.Utility.Models.Project.Orders.Enums.RecordType |
None. |
| PaymentUri |
支付链接 |
string |
None. |
| Manual |
是否支持手动半自动支付 |
boolean |
None. |
| Creater |
创建人 |
string |
Required String length: inclusive between 0 and 128 |
| Time |
添加时间 |
date |
None. |
| ID |
设置ID |
globally unique identifier |
None. |
| OrderId |
父级ID |
globally unique identifier |
None. |
| PurchaseOrderNumber |
采购订单号 |
string |
Required String length: inclusive between 0 and 50 |
| PurchaseOrderType |
采购单类型 |
SpeedPower.Utility.Models.Project.Orders.Enums.PurchaseOrderType |
None. |
| TotalPrice |
采购总价 |
decimal number |
None. |
| PlatName |
采购平台名称 |
string |
Required String length: inclusive between 0 and 50 |
| PurchaseTag |
采购路由标识 |
string |
String length: inclusive between 0 and 20 |
| ProviderCode |
采购数据源标识 |
string |
String length: inclusive between 0 and 20 |
| CabinLevel |
采购舱位级别 |
SpeedPower.Utility.Models.Service.Eterms.Enums.CabinLevelType |
None. |
| CabinCode |
采购舱位 |
string |
Required String length: inclusive between 0 and 3 |
| ProductRules |
采购产品规则 |
string |
None. |
| Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Response Formats
application/json, text/json
Sample:
{
"PurchaseIncludes": [
{
"ID": "b00f9bb9-cc7b-4062-9dc0-1ee6db905e1e",
"PurchaseOrderId": "a7b1b3ad-43fe-4887-ae60-0a089609e217",
"PassengerId": "4a465ef3-57b9-4bda-b2d5-b06f571e295a",
"TicketNumber": "sample string 4"
},
{
"ID": "b00f9bb9-cc7b-4062-9dc0-1ee6db905e1e",
"PurchaseOrderId": "a7b1b3ad-43fe-4887-ae60-0a089609e217",
"PassengerId": "4a465ef3-57b9-4bda-b2d5-b06f571e295a",
"TicketNumber": "sample string 4"
}
],
"PurchaseCallBacks": [
{
"Creater": "sample string 1",
"Time": "2026-03-29T07:57:31.9618706+08:00",
"ID": "7d10f7cd-89be-460c-a024-7dfff81ee491",
"PurchaseOrderId": "050d4462-06cc-4f4f-9d2e-fb69e3056f6c",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2026-03-29T07:57:31.9618706+08:00",
"ID": "7d10f7cd-89be-460c-a024-7dfff81ee491",
"PurchaseOrderId": "050d4462-06cc-4f4f-9d2e-fb69e3056f6c",
"Status": 1,
"Remarks": "sample string 5"
}
],
"PurchaseMembers": [
{
"Time": "2026-03-29T07:57:31.9618706+08:00",
"ID": "ce7b1eac-5f5e-4ac5-9f88-2ecf18abefc7",
"PurchaseOrderId": "1efb1172-c264-40e7-90bc-0f55782707fa",
"UserName": "sample string 4",
"Password": "sample string 5",
"ContactPhone": "sample string 6",
"Remarks": "sample string 7",
"MembersId": "sample string 8"
},
{
"Time": "2026-03-29T07:57:31.9618706+08:00",
"ID": "ce7b1eac-5f5e-4ac5-9f88-2ecf18abefc7",
"PurchaseOrderId": "1efb1172-c264-40e7-90bc-0f55782707fa",
"UserName": "sample string 4",
"Password": "sample string 5",
"ContactPhone": "sample string 6",
"Remarks": "sample string 7",
"MembersId": "sample string 8"
}
],
"PurchasePayables": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-29T07:57:31.9618706+08:00",
"ID": "cf63298c-ab57-4a95-a9e2-b9d8746e4a3d",
"PurchaseOrderId": "48eeabe3-335e-4e73-869f-20486101abe4",
"PayPrice": 5.1,
"PaymentTag": "sample string 6",
"PaymentCode": "sample string 7",
"PaymentAccount": "sample string 8",
"TransactionId": "sample string 9",
"Reconciled": true,
"Remarks": "sample string 11"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-29T07:57:31.9618706+08:00",
"ID": "cf63298c-ab57-4a95-a9e2-b9d8746e4a3d",
"PurchaseOrderId": "48eeabe3-335e-4e73-869f-20486101abe4",
"PayPrice": 5.1,
"PaymentTag": "sample string 6",
"PaymentCode": "sample string 7",
"PaymentAccount": "sample string 8",
"TransactionId": "sample string 9",
"Reconciled": true,
"Remarks": "sample string 11"
}
],
"PurchaseFollowups": [
{
"PurchasePayments": {
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-29T07:57:31.9618706+08:00",
"ID": "5e273ec4-311a-4eb8-b9b5-01cb03a060de",
"ClaimlPrice": 4.1,
"ServicePrice": 5.1,
"Confirmed": true,
"Reconciled": true,
"TransactionId": "sample string 8",
"Remarks": "sample string 9"
},
"RecordType": 0,
"ApplyStatus": 0,
"Creater": "sample string 1",
"Time": "2026-03-29T07:57:31.9618706+08:00",
"ID": "eba3a8f8-db9f-4740-b9ca-937391177fb3",
"PurchaseOrderId": "b7e06225-c67f-4b25-a48a-699f782e2b05",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "c9a3a074-ed49-43b6-84cc-e40201a713d8",
"LinkedId": "ce331df7-8d0f-4996-85b6-28f8d6d9c8e3",
"PassengerIds": "sample string 6"
},
{
"PurchasePayments": {
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-29T07:57:31.9618706+08:00",
"ID": "5e273ec4-311a-4eb8-b9b5-01cb03a060de",
"ClaimlPrice": 4.1,
"ServicePrice": 5.1,
"Confirmed": true,
"Reconciled": true,
"TransactionId": "sample string 8",
"Remarks": "sample string 9"
},
"RecordType": 0,
"ApplyStatus": 0,
"Creater": "sample string 1",
"Time": "2026-03-29T07:57:31.9618706+08:00",
"ID": "eba3a8f8-db9f-4740-b9ca-937391177fb3",
"PurchaseOrderId": "b7e06225-c67f-4b25-a48a-699f782e2b05",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "c9a3a074-ed49-43b6-84cc-e40201a713d8",
"LinkedId": "ce331df7-8d0f-4996-85b6-28f8d6d9c8e3",
"PassengerIds": "sample string 6"
}
],
"RecordType": 0,
"PaymentUri": "sample string 1",
"Manual": true,
"Creater": "sample string 2",
"Time": "2026-03-29T07:57:31.9618706+08:00",
"ID": "77895f3f-2bcc-49f4-8fb6-1e7c9ca4f2b0",
"OrderId": "c2e0a259-9ff6-4268-9df8-612cc7ef1afd",
"PurchaseOrderNumber": "sample string 6",
"PurchaseOrderType": 0,
"TotalPrice": 7.1,
"PlatName": "sample string 8",
"PurchaseTag": "sample string 9",
"ProviderCode": "sample string 10",
"CabinLevel": 0,
"CabinCode": "sample string 11",
"ProductRules": "sample string 12",
"Remarks": "sample string 13"
}