GET Api/Invoke/GetMainPurchaseOrdersByOrderId/{OrderId}
基础订单ID获取所有采购单列表主结构信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId |
订单ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
基础订单ID获取所有采购单列表主结构信息
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetPurchaseOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
[
{
"RecordType": 0,
"PaymentUri": "sample string 1",
"Manual": true,
"Creater": "sample string 2",
"Time": "2025-10-30T23:02:04.4521304+08:00",
"ID": "61d67c76-1fbd-4672-85e6-5cd86672d54c",
"OrderId": "8bb5ca64-0376-4dad-a0db-f30253a20db1",
"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"
},
{
"RecordType": 0,
"PaymentUri": "sample string 1",
"Manual": true,
"Creater": "sample string 2",
"Time": "2025-10-30T23:02:04.4521304+08:00",
"ID": "61d67c76-1fbd-4672-85e6-5cd86672d54c",
"OrderId": "8bb5ca64-0376-4dad-a0db-f30253a20db1",
"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"
}
]