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-04-25T01:29:20.9604811+08:00",
"ID": "2a365958-a30b-491f-b477-6e07508fe955",
"OrderId": "1e233137-d816-4229-8086-7c81d14ddf24",
"ContactUser": "sample string 4",
"ContactPhone": "sample string 5"
},
{
"Time": "2026-04-25T01:29:20.9604811+08:00",
"ID": "2a365958-a30b-491f-b477-6e07508fe955",
"OrderId": "1e233137-d816-4229-8086-7c81d14ddf24",
"ContactUser": "sample string 4",
"ContactPhone": "sample string 5"
}
],
"PurchaseRoutes": [
{
"Creater": "sample string 1",
"Time": "2026-04-25T01:29:20.9604811+08:00",
"ID": "9e4e3cf1-efe5-4cd7-b5a3-76ec1879ca08",
"OrderId": "358ecedd-bd1b-4465-b760-06b5b4f470ab",
"PurchaseTag": "sample string 5",
"Remarks": "sample string 6"
},
{
"Creater": "sample string 1",
"Time": "2026-04-25T01:29:20.9604811+08:00",
"ID": "9e4e3cf1-efe5-4cd7-b5a3-76ec1879ca08",
"OrderId": "358ecedd-bd1b-4465-b760-06b5b4f470ab",
"PurchaseTag": "sample string 5",
"Remarks": "sample string 6"
}
],
"OPassengers": [
{
"TicketNumbers": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-04-25T01:29:20.9604811+08:00",
"ID": "282e6a7f-3399-43da-8557-c6a70f0717f1",
"PassengerId": "b8c74b55-fa8d-4778-90e5-27f622825d49",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-04-25T01:29:20.9604811+08:00",
"ID": "282e6a7f-3399-43da-8557-c6a70f0717f1",
"PassengerId": "b8c74b55-fa8d-4778-90e5-27f622825d49",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
}
],
"OTotalPrices": [
{
"Time": "2026-04-25T01:29:20.9604811+08:00",
"ID": "eec69264-cacf-4952-8df4-38db3089c265",
"PassengerId": "03e4cca3-ac1c-4048-9454-5be64b68e8ed",
"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-04-25T01:29:20.9604811+08:00",
"ID": "eec69264-cacf-4952-8df4-38db3089c265",
"PassengerId": "03e4cca3-ac1c-4048-9454-5be64b68e8ed",
"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-04-25T01:29:20.9604811+08:00",
"ID": "0482623d-df3f-4023-b65e-b5c2194ba27d",
"OrderId": "65994d53-36c9-441b-a1d8-151f192184b6",
"Name": "sample string 4",
"Birthday": "2026-04-25T01:29:20.9604811+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-04-25T01:29:20.9604811+08:00",
"ID": "282e6a7f-3399-43da-8557-c6a70f0717f1",
"PassengerId": "b8c74b55-fa8d-4778-90e5-27f622825d49",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-04-25T01:29:20.9604811+08:00",
"ID": "282e6a7f-3399-43da-8557-c6a70f0717f1",
"PassengerId": "b8c74b55-fa8d-4778-90e5-27f622825d49",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
}
],
"OTotalPrices": [
{
"Time": "2026-04-25T01:29:20.9604811+08:00",
"ID": "eec69264-cacf-4952-8df4-38db3089c265",
"PassengerId": "03e4cca3-ac1c-4048-9454-5be64b68e8ed",
"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-04-25T01:29:20.9604811+08:00",
"ID": "eec69264-cacf-4952-8df4-38db3089c265",
"PassengerId": "03e4cca3-ac1c-4048-9454-5be64b68e8ed",
"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-04-25T01:29:20.9604811+08:00",
"ID": "0482623d-df3f-4023-b65e-b5c2194ba27d",
"OrderId": "65994d53-36c9-441b-a1d8-151f192184b6",
"Name": "sample string 4",
"Birthday": "2026-04-25T01:29:20.9604811+08:00",
"CardType": 0,
"CardNo": "sample string 5",
"SexType": 0,
"PassengerType": 0,
"ContactPhone": "sample string 6"
}
],
"OrderExpands": [
{
"ID": "56a63d46-717f-414e-b939-79e94e971d6c",
"OrderId": "179e5ef1-7c76-4d56-8e56-18380c3b5562",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "56a63d46-717f-414e-b939-79e94e971d6c",
"OrderId": "179e5ef1-7c76-4d56-8e56-18380c3b5562",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"OrderPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-04-25T01:29:20.9604811+08:00",
"ID": "79726b1c-4db7-42d5-b123-69b6a4d07f47",
"OrderId": "6bc10f78-c238-46bf-9c0c-a4cf92906c8a",
"PaymentType": 0,
"TotalPrice": 5.1,
"TransactionId": "sample string 6",
"Reconciled": true,
"Remarks": "sample string 8"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-04-25T01:29:20.9604811+08:00",
"ID": "79726b1c-4db7-42d5-b123-69b6a4d07f47",
"OrderId": "6bc10f78-c238-46bf-9c0c-a4cf92906c8a",
"PaymentType": 0,
"TotalPrice": 5.1,
"TransactionId": "sample string 6",
"Reconciled": true,
"Remarks": "sample string 8"
}
],
"OSegments": [
{
"Time": "2026-04-25T01:29:20.9604811+08:00",
"ID": "f63b2fb3-7019-4811-b678-bdfe70537982",
"OrderId": "a4c9f269-209e-4f67-a76d-ab66f268e0b2",
"Sequence": 4,
"Carrier": "sample string 5",
"DepartureAirport": "sample string 6",
"ArrivalAirport": "sample string 7",
"DepartureDate": "2026-04-25T01:29:20.9604811+08:00",
"ArrivalDate": "2026-04-25T01:29:20.9604811+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-04-25T01:29:20.9604811+08:00",
"ID": "f63b2fb3-7019-4811-b678-bdfe70537982",
"OrderId": "a4c9f269-209e-4f67-a76d-ab66f268e0b2",
"Sequence": 4,
"Carrier": "sample string 5",
"DepartureAirport": "sample string 6",
"ArrivalAirport": "sample string 7",
"DepartureDate": "2026-04-25T01:29:20.9604811+08:00",
"ArrivalDate": "2026-04-25T01:29:20.9604811+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": "0322c810-d2bb-4362-a482-64a4aa6ca3b6",
"ProviderCode": "sample string 2",
"PriceChangeInterval": 3
},
"QuotationSources": {
"Time": "2026-04-25T01:29:20.9604811+08:00",
"ID": "f6f47823-209a-41b0-8c68-256494c02893",
"Remarks": "sample string 3",
"QuotationId": "sample string 4",
"ProductMark": "sample string 5",
"Creater": "sample string 6"
},
"OrderInternalNumber": "sample string 1",
"OrderSource": 0,
"InternalTime": "2026-04-25T01:29:20.9604811+08:00",
"Creater": "sample string 3",
"ID": "f1216dd5-fadc-48c2-9dd1-c0a51df7c9b6",
"SiteId": "sample string 5",
"OrderExternalNumber": "sample string 6",
"LatestTime": "2026-04-25T01:29:20.9604811+08:00",
"ExternalTime": "2026-04-25T01:29:20.9604811+08:00"
}