GET Api/Invoke/GetWebApiParentOrderById/{OrderId}
获取订单全结构信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId |
订单ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
获取订单全结构信息
SpeedPower.Utility.Models.Project.Orders.Service.WebApiParentOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OContacts |
联系人列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetOContactModel |
None. |
| PurchaseRoutes |
采购路由列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetPurchaseRouteModel |
None. |
| OPassengers |
乘机人列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.ParentOPassengerModel |
None. |
| OrderExpands |
订单扩展参数列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetOrderExpandModel |
None. |
| OrderPayments |
订单收付款项列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetOrderPaymentModel |
None. |
| OSegments |
订单行程列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetOSegmentModel |
None. |
| DataSources |
订单数据来源项 |
SpeedPower.Utility.Models.Project.Orders.Service.GetDataSourceModel |
None. |
| QuotationSources |
订单政策来源项 |
SpeedPower.Utility.Models.Project.Orders.Service.GetQuotationSourceModel |
None. |
| OrderInternalNumber |
内部订单号 |
string |
Required String length: inclusive between 0 and 128 |
| OrderSource |
订单来源 |
SpeedPower.Utility.Models.Project.Orders.Enums.OrderSourceType |
None. |
| InternalTime |
订单创建时间 |
date |
None. |
| Creater |
创建人 |
string |
Required String length: inclusive between 0 and 128 |
| ID |
订单ID |
globally unique identifier |
None. |
| SiteId |
站点ID |
string |
Required String length: inclusive between 0 and 128 |
| OrderExternalNumber |
外部订单号 |
string |
Required String length: inclusive between 0 and 128 |
| LatestTime |
最后处理时间 |
date |
None. |
| ExternalTime |
外部订单创建时间 |
date |
None. |
Response Formats
application/json, text/json
Sample:
{
"OContacts": [
{
"Time": "2026-07-13T01:39:21.1863341+08:00",
"ID": "6ed7fa37-4cb2-48ac-b97b-ec4012458a74",
"OrderId": "39b9b2ab-bb5f-4ee2-bc60-55ef7b39c9d2",
"ContactUser": "sample string 4",
"ContactPhone": "sample string 5"
},
{
"Time": "2026-07-13T01:39:21.1863341+08:00",
"ID": "6ed7fa37-4cb2-48ac-b97b-ec4012458a74",
"OrderId": "39b9b2ab-bb5f-4ee2-bc60-55ef7b39c9d2",
"ContactUser": "sample string 4",
"ContactPhone": "sample string 5"
}
],
"PurchaseRoutes": [
{
"Creater": "sample string 1",
"Time": "2026-07-13T01:39:21.1863341+08:00",
"ID": "db4bfc4e-23b1-406b-bf03-d306e6d72fff",
"OrderId": "60f32b19-4de3-4b11-9a16-7cce9d37ef64",
"PurchaseTag": "sample string 5",
"Remarks": "sample string 6"
},
{
"Creater": "sample string 1",
"Time": "2026-07-13T01:39:21.1863341+08:00",
"ID": "db4bfc4e-23b1-406b-bf03-d306e6d72fff",
"OrderId": "60f32b19-4de3-4b11-9a16-7cce9d37ef64",
"PurchaseTag": "sample string 5",
"Remarks": "sample string 6"
}
],
"OPassengers": [
{
"TicketNumbers": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "cbd6e78e-6ddf-47b8-b3d6-4b0e7b4585b9",
"PassengerId": "8360696a-59d8-4483-8dba-90770c621a31",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "cbd6e78e-6ddf-47b8-b3d6-4b0e7b4585b9",
"PassengerId": "8360696a-59d8-4483-8dba-90770c621a31",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
}
],
"OTotalPrices": [
{
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "6e36da3e-8ae0-4d57-ac9f-af85022f459e",
"PassengerId": "adc6722f-aa01-4bc9-83b8-ef04258648ea",
"Sequence": 1,
"SalePrice": 4.1,
"PrintPrice": 5,
"FareTax": 6,
"FuelTax": 7,
"CabinLevel": 0,
"CabinCode": "sample string 8",
"ChannelCabinCode": "sample string 9",
"FixedCabinCode": "sample string 10"
},
{
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "6e36da3e-8ae0-4d57-ac9f-af85022f459e",
"PassengerId": "adc6722f-aa01-4bc9-83b8-ef04258648ea",
"Sequence": 1,
"SalePrice": 4.1,
"PrintPrice": 5,
"FareTax": 6,
"FuelTax": 7,
"CabinLevel": 0,
"CabinCode": "sample string 8",
"ChannelCabinCode": "sample string 9",
"FixedCabinCode": "sample string 10"
}
],
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "77052518-5afa-49c4-ae56-a597de3cf3b1",
"OrderId": "efa27baf-7fce-47bb-abb2-4a492e28bf78",
"Name": "sample string 4",
"Birthday": "2026-07-13T01:39:21.1873198+08:00",
"CardType": 0,
"CardNo": "sample string 5",
"SexType": 0,
"PassengerType": 0,
"ContactPhone": "sample string 6"
},
{
"TicketNumbers": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "cbd6e78e-6ddf-47b8-b3d6-4b0e7b4585b9",
"PassengerId": "8360696a-59d8-4483-8dba-90770c621a31",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "cbd6e78e-6ddf-47b8-b3d6-4b0e7b4585b9",
"PassengerId": "8360696a-59d8-4483-8dba-90770c621a31",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
}
],
"OTotalPrices": [
{
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "6e36da3e-8ae0-4d57-ac9f-af85022f459e",
"PassengerId": "adc6722f-aa01-4bc9-83b8-ef04258648ea",
"Sequence": 1,
"SalePrice": 4.1,
"PrintPrice": 5,
"FareTax": 6,
"FuelTax": 7,
"CabinLevel": 0,
"CabinCode": "sample string 8",
"ChannelCabinCode": "sample string 9",
"FixedCabinCode": "sample string 10"
},
{
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "6e36da3e-8ae0-4d57-ac9f-af85022f459e",
"PassengerId": "adc6722f-aa01-4bc9-83b8-ef04258648ea",
"Sequence": 1,
"SalePrice": 4.1,
"PrintPrice": 5,
"FareTax": 6,
"FuelTax": 7,
"CabinLevel": 0,
"CabinCode": "sample string 8",
"ChannelCabinCode": "sample string 9",
"FixedCabinCode": "sample string 10"
}
],
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "77052518-5afa-49c4-ae56-a597de3cf3b1",
"OrderId": "efa27baf-7fce-47bb-abb2-4a492e28bf78",
"Name": "sample string 4",
"Birthday": "2026-07-13T01:39:21.1873198+08:00",
"CardType": 0,
"CardNo": "sample string 5",
"SexType": 0,
"PassengerType": 0,
"ContactPhone": "sample string 6"
}
],
"OrderExpands": [
{
"ID": "6ffc3c65-f998-4547-ac11-4147e7f25dc3",
"OrderId": "bde5b923-d72d-45aa-8fcf-80c28a20ddee",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "6ffc3c65-f998-4547-ac11-4147e7f25dc3",
"OrderId": "bde5b923-d72d-45aa-8fcf-80c28a20ddee",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"OrderPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "94155d8c-57eb-4f28-8506-f73b78c87f10",
"OrderId": "9754af86-b07f-44f5-83df-35d22ba2cfda",
"PaymentType": 0,
"TotalPrice": 5.1,
"TransactionId": "sample string 6",
"Reconciled": true,
"Remarks": "sample string 8"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "94155d8c-57eb-4f28-8506-f73b78c87f10",
"OrderId": "9754af86-b07f-44f5-83df-35d22ba2cfda",
"PaymentType": 0,
"TotalPrice": 5.1,
"TransactionId": "sample string 6",
"Reconciled": true,
"Remarks": "sample string 8"
}
],
"OSegments": [
{
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "3960ba2e-da86-4f46-98f6-ca257fd20422",
"OrderId": "086d2957-9826-4945-ad8b-c3ec177e4216",
"Sequence": 4,
"Carrier": "sample string 5",
"DepartureAirport": "sample string 6",
"ArrivalAirport": "sample string 7",
"DepartureDate": "2026-07-13T01:39:21.1873198+08:00",
"ArrivalDate": "2026-07-13T01:39:21.1873198+08:00",
"FlightNo": "sample string 10",
"CodeShare": true,
"ShareToFlightNo": "sample string 12",
"StopTimes": 13,
"Meal": "sample string 14",
"PlaneType": "sample string 15",
"DepartureTerminal": "sample string 16",
"ArrivalTerminal": "sample string 17"
},
{
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "3960ba2e-da86-4f46-98f6-ca257fd20422",
"OrderId": "086d2957-9826-4945-ad8b-c3ec177e4216",
"Sequence": 4,
"Carrier": "sample string 5",
"DepartureAirport": "sample string 6",
"ArrivalAirport": "sample string 7",
"DepartureDate": "2026-07-13T01:39:21.1873198+08:00",
"ArrivalDate": "2026-07-13T01:39:21.1873198+08:00",
"FlightNo": "sample string 10",
"CodeShare": true,
"ShareToFlightNo": "sample string 12",
"StopTimes": 13,
"Meal": "sample string 14",
"PlaneType": "sample string 15",
"DepartureTerminal": "sample string 16",
"ArrivalTerminal": "sample string 17"
}
],
"DataSources": {
"ID": "85550ffe-117e-4995-b089-a193b7f93c8a",
"ProviderCode": "sample string 2",
"PriceChangeInterval": 3
},
"QuotationSources": {
"Time": "2026-07-13T01:39:21.1873198+08:00",
"ID": "1cb9784d-5e5b-4ecc-b835-45eba3b57d17",
"Remarks": "sample string 3",
"QuotationId": "sample string 4",
"ProductMark": "sample string 5",
"Creater": "sample string 6"
},
"OrderInternalNumber": "sample string 1",
"OrderSource": 0,
"InternalTime": "2026-07-13T01:39:21.1873198+08:00",
"Creater": "sample string 3",
"ID": "d875b7e6-a1ab-47da-8f1c-dc21583cff52",
"SiteId": "sample string 5",
"OrderExternalNumber": "sample string 6",
"LatestTime": "2026-07-13T01:39:21.1873198+08:00",
"ExternalTime": "2026-07-13T01:39:21.1873198+08:00"
}