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": "27a6c9ce-b789-4fbd-8105-fc1277c53d87",
"PurchaseOrderId": "76ee04a8-58ff-4f34-96ee-ea02315c2e2c",
"PassengerId": "65351ac2-2d5c-45ec-b9e8-547347f6bddf",
"TicketNumber": "sample string 4"
},
{
"ID": "27a6c9ce-b789-4fbd-8105-fc1277c53d87",
"PurchaseOrderId": "76ee04a8-58ff-4f34-96ee-ea02315c2e2c",
"PassengerId": "65351ac2-2d5c-45ec-b9e8-547347f6bddf",
"TicketNumber": "sample string 4"
}
],
"PurchaseCallBacks": [
{
"Creater": "sample string 1",
"Time": "2025-11-17T06:16:05.443389+08:00",
"ID": "c1a5af01-3952-4c04-acd6-595e00b71d0b",
"PurchaseOrderId": "58a785e6-ab0a-41d2-92e3-ebaee75ab021",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2025-11-17T06:16:05.443389+08:00",
"ID": "c1a5af01-3952-4c04-acd6-595e00b71d0b",
"PurchaseOrderId": "58a785e6-ab0a-41d2-92e3-ebaee75ab021",
"Status": 1,
"Remarks": "sample string 5"
}
],
"PurchaseMembers": [
{
"Time": "2025-11-17T06:16:05.443389+08:00",
"ID": "f2c2eb8f-c5b1-4da7-929d-ab9c6ab749e0",
"PurchaseOrderId": "f73d47c5-e719-4b5b-bbcb-eecf8278ba39",
"UserName": "sample string 4",
"Password": "sample string 5",
"ContactPhone": "sample string 6",
"Remarks": "sample string 7",
"MembersId": "sample string 8"
},
{
"Time": "2025-11-17T06:16:05.443389+08:00",
"ID": "f2c2eb8f-c5b1-4da7-929d-ab9c6ab749e0",
"PurchaseOrderId": "f73d47c5-e719-4b5b-bbcb-eecf8278ba39",
"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": "2025-11-17T06:16:05.443389+08:00",
"ID": "3ea0572f-911e-4cfa-8ddd-3f56b5cbe97c",
"PurchaseOrderId": "bb48f4d1-6e49-45ca-b5e9-202b94f08323",
"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": "2025-11-17T06:16:05.443389+08:00",
"ID": "3ea0572f-911e-4cfa-8ddd-3f56b5cbe97c",
"PurchaseOrderId": "bb48f4d1-6e49-45ca-b5e9-202b94f08323",
"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": "2025-11-17T06:16:05.443389+08:00",
"ID": "3856cf87-6959-4d5a-87e8-73ca2cc9c138",
"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": "2025-11-17T06:16:05.443389+08:00",
"ID": "e1fae4fc-31db-43b3-bcb4-bd1c55050638",
"PurchaseOrderId": "ae66c575-ec45-408a-b2b1-3bb300a80d36",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "cc4eca29-8cf0-454a-9099-d924ed69096c",
"LinkedId": "e4f84a45-1ee7-4095-8c22-9891965f252c",
"PassengerIds": "sample string 6"
},
{
"PurchasePayments": {
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2025-11-17T06:16:05.443389+08:00",
"ID": "3856cf87-6959-4d5a-87e8-73ca2cc9c138",
"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": "2025-11-17T06:16:05.443389+08:00",
"ID": "e1fae4fc-31db-43b3-bcb4-bd1c55050638",
"PurchaseOrderId": "ae66c575-ec45-408a-b2b1-3bb300a80d36",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "cc4eca29-8cf0-454a-9099-d924ed69096c",
"LinkedId": "e4f84a45-1ee7-4095-8c22-9891965f252c",
"PassengerIds": "sample string 6"
}
],
"RecordType": 0,
"PaymentUri": "sample string 1",
"Manual": true,
"Creater": "sample string 2",
"Time": "2025-11-17T06:16:05.443389+08:00",
"ID": "7f914898-0d09-4a61-ad5e-8d230dc15ffa",
"OrderId": "37e80a17-c15e-4c74-8b44-b607640a400f",
"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"
}