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-09-23T09:23:00.7268123+08:00",
"ID": "f839dee0-1a05-4bbe-9c08-4dcb1e12c141",
"OrderId": "8647eb11-e37b-45dd-b8f0-4ca6391a4cf7",
"ContactUser": "sample string 4",
"ContactPhone": "sample string 5"
},
{
"Time": "2026-09-23T09:23:00.7268123+08:00",
"ID": "f839dee0-1a05-4bbe-9c08-4dcb1e12c141",
"OrderId": "8647eb11-e37b-45dd-b8f0-4ca6391a4cf7",
"ContactUser": "sample string 4",
"ContactPhone": "sample string 5"
}
],
"PurchaseRoutes": [
{
"Creater": "sample string 1",
"Time": "2026-09-23T09:23:00.7268123+08:00",
"ID": "7bfe4c47-b0ca-40d3-93e2-38df90e35d91",
"OrderId": "c489a4a9-aff0-4cdd-b7e5-ca9b0a8d46f4",
"PurchaseTag": "sample string 5",
"Remarks": "sample string 6"
},
{
"Creater": "sample string 1",
"Time": "2026-09-23T09:23:00.7268123+08:00",
"ID": "7bfe4c47-b0ca-40d3-93e2-38df90e35d91",
"OrderId": "c489a4a9-aff0-4cdd-b7e5-ca9b0a8d46f4",
"PurchaseTag": "sample string 5",
"Remarks": "sample string 6"
}
],
"OPassengers": [
{
"TicketNumbers": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-09-23T09:23:00.7268123+08:00",
"ID": "a0e9ee05-c41a-4376-a409-a906a965a023",
"PassengerId": "c8bc2ca1-d118-4ba3-9e85-b5819ea99786",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-09-23T09:23:00.7268123+08:00",
"ID": "a0e9ee05-c41a-4376-a409-a906a965a023",
"PassengerId": "c8bc2ca1-d118-4ba3-9e85-b5819ea99786",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
}
],
"OTotalPrices": [
{
"Time": "2026-09-23T09:23:00.7268123+08:00",
"ID": "eb149516-7c1b-4f7f-92da-4bf41d69a3cc",
"PassengerId": "45bf7e25-ea78-4b76-819c-3c243cee671e",
"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-09-23T09:23:00.7268123+08:00",
"ID": "eb149516-7c1b-4f7f-92da-4bf41d69a3cc",
"PassengerId": "45bf7e25-ea78-4b76-819c-3c243cee671e",
"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-09-23T09:23:00.7268123+08:00",
"ID": "34e1a1e9-aba9-4de8-8a08-4c1c95916fea",
"OrderId": "b9495a6f-9528-4ca7-9cc7-29264f34da77",
"Name": "sample string 4",
"Birthday": "2026-09-23T09:23:00.7268123+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-09-23T09:23:00.7268123+08:00",
"ID": "a0e9ee05-c41a-4376-a409-a906a965a023",
"PassengerId": "c8bc2ca1-d118-4ba3-9e85-b5819ea99786",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-09-23T09:23:00.7268123+08:00",
"ID": "a0e9ee05-c41a-4376-a409-a906a965a023",
"PassengerId": "c8bc2ca1-d118-4ba3-9e85-b5819ea99786",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
}
],
"OTotalPrices": [
{
"Time": "2026-09-23T09:23:00.7268123+08:00",
"ID": "eb149516-7c1b-4f7f-92da-4bf41d69a3cc",
"PassengerId": "45bf7e25-ea78-4b76-819c-3c243cee671e",
"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-09-23T09:23:00.7268123+08:00",
"ID": "eb149516-7c1b-4f7f-92da-4bf41d69a3cc",
"PassengerId": "45bf7e25-ea78-4b76-819c-3c243cee671e",
"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-09-23T09:23:00.7268123+08:00",
"ID": "34e1a1e9-aba9-4de8-8a08-4c1c95916fea",
"OrderId": "b9495a6f-9528-4ca7-9cc7-29264f34da77",
"Name": "sample string 4",
"Birthday": "2026-09-23T09:23:00.7268123+08:00",
"CardType": 0,
"CardNo": "sample string 5",
"SexType": 0,
"PassengerType": 0,
"ContactPhone": "sample string 6"
}
],
"OrderExpands": [
{
"ID": "1b16ebbb-b272-488d-8409-ff9cc11a8149",
"OrderId": "8fd6026b-1759-4265-8a41-f01d8498fb92",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "1b16ebbb-b272-488d-8409-ff9cc11a8149",
"OrderId": "8fd6026b-1759-4265-8a41-f01d8498fb92",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"OrderPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-09-23T09:23:00.7268123+08:00",
"ID": "e8ac7c78-4569-49e1-aa97-98f914833dea",
"OrderId": "f63b35f7-8ed5-402b-904f-18dc6dae7299",
"PaymentType": 0,
"TotalPrice": 5.1,
"TransactionId": "sample string 6",
"Reconciled": true,
"Remarks": "sample string 8"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-09-23T09:23:00.7268123+08:00",
"ID": "e8ac7c78-4569-49e1-aa97-98f914833dea",
"OrderId": "f63b35f7-8ed5-402b-904f-18dc6dae7299",
"PaymentType": 0,
"TotalPrice": 5.1,
"TransactionId": "sample string 6",
"Reconciled": true,
"Remarks": "sample string 8"
}
],
"OSegments": [
{
"Time": "2026-09-23T09:23:00.7268123+08:00",
"ID": "e3003bb3-aeda-4f33-9637-7c6c646e173a",
"OrderId": "466765a6-181b-4513-9653-102f47b312a4",
"Sequence": 4,
"Carrier": "sample string 5",
"DepartureAirport": "sample string 6",
"ArrivalAirport": "sample string 7",
"DepartureDate": "2026-09-23T09:23:00.7268123+08:00",
"ArrivalDate": "2026-09-23T09:23:00.7268123+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-09-23T09:23:00.7268123+08:00",
"ID": "e3003bb3-aeda-4f33-9637-7c6c646e173a",
"OrderId": "466765a6-181b-4513-9653-102f47b312a4",
"Sequence": 4,
"Carrier": "sample string 5",
"DepartureAirport": "sample string 6",
"ArrivalAirport": "sample string 7",
"DepartureDate": "2026-09-23T09:23:00.7268123+08:00",
"ArrivalDate": "2026-09-23T09:23:00.7268123+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": "e97580ee-0df3-4d6d-9998-bddc5da697ab",
"ProviderCode": "sample string 2",
"PriceChangeInterval": 3
},
"QuotationSources": {
"Time": "2026-09-23T09:23:00.7268123+08:00",
"ID": "b2858c83-01dc-4988-85a0-81c5656c5880",
"Remarks": "sample string 3",
"QuotationId": "sample string 4",
"ProductMark": "sample string 5",
"Creater": "sample string 6"
},
"OrderInternalNumber": "sample string 1",
"OrderSource": 0,
"InternalTime": "2026-09-23T09:23:00.7268123+08:00",
"Creater": "sample string 3",
"ID": "dc79835f-94cc-4034-be9f-765dcaf1d77a",
"SiteId": "sample string 5",
"OrderExternalNumber": "sample string 6",
"LatestTime": "2026-09-23T09:23:00.7268123+08:00",
"ExternalTime": "2026-09-23T09:23:00.7268123+08:00"
}