POST Api/Service/Order/AutoQuotedRequest
自动询价请求接口
Request Information
URI Parameters
None.
Body Parameters
请求模型
SpeedPower.Utility.Models.Project.Orders.Service.Automatic.AutoQuotedRequestModelName | Description | Type | Additional information |
---|---|---|---|
ProviderCode |
数据源代码 |
string |
None. |
HavePurchase |
是否含有自动采购功能 |
boolean |
None. |
AutoPurchase |
是否可执行全自动采购 |
boolean |
None. |
SpecifyPurchase |
是否可执行指定源自动采购 |
boolean |
None. |
IsShareToFlightNoReqeust |
是否为主飞航班请求 |
boolean |
None. |
PurchaseSetting |
自动化采购/询价设置项 |
SpeedPower.Utility.Models.Project.Orders.Service.Automatic.PurchaseSetting |
None. |
OperationTag |
操作标签 |
SpeedPower.Utility.Models.Project.Orders.Service.Automatic.OperationTagModel |
None. |
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. |
Request Formats
application/json, text/json
Sample:
{ "ProviderCode": "sample string 1", "HavePurchase": true, "AutoPurchase": true, "SpecifyPurchase": true, "IsShareToFlightNoReqeust": true, "PurchaseSetting": { "CarrierSetting": { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "c20ad501-5937-4482-8746-45ac88f37b13", "SiteSettingId": "sample string 3", "Carrier": "sample string 4", "Normal": true, "PurchaseTag": "sample string 6", "Status": true }, "ProviderSetting": { "OrderProviderAutoPaySettings": { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "8d25d05f-f173-4a7c-8611-42df15f67bfb", "PaymentTag": "sample string 3", "SortType": 0, "UsedBalance": true }, "OrderProviderExpandSettings": [ { "ID": "609bc1d0-e411-4c33-8105-0af034230430", "OrderProviderSettingId": "e0bdcbbc-d60d-41b3-a7e2-987b9a52fede", "SettingKey": "sample string 3", "SettingValue": "sample string 4" }, { "ID": "609bc1d0-e411-4c33-8105-0af034230430", "OrderProviderSettingId": "e0bdcbbc-d60d-41b3-a7e2-987b9a52fede", "SettingKey": "sample string 3", "SettingValue": "sample string 4" } ], "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "f2a8bb0c-81b7-427e-aae1-cc6a08bbc80b", "OrderCarrierSettingId": "9dad44f9-b041-499b-94c6-f37f3005ca79", "Sequence": 4, "ProviderCode": "sample string 5", "MatchCabin": true, "PriceChangeInterval": 7, "Status": true }, "MemberSetting": { "PurchaseMemberConfigs": { "ValidBalance": 1.1, "UsedBalance": 2.1, "CurrentBalance": 3.1, "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "48f0070d-e8c9-436f-9e67-bbe7ad0a47ff", "Password": "sample string 6", "MinBalance": 7.1, "MaxBalance": 8.1, "Remarks": "sample string 9" }, "PurchaseMemberExpandSettings": [ { "ID": "34ae9aa6-4be7-440c-9e83-acbc1c8d98f7", "PurchaseMemberSettingId": "0c5c4aea-08f8-4b78-b165-31e55228d0d8", "SettingKey": "sample string 3", "SettingValue": "sample string 4" }, { "ID": "34ae9aa6-4be7-440c-9e83-acbc1c8d98f7", "PurchaseMemberSettingId": "0c5c4aea-08f8-4b78-b165-31e55228d0d8", "SettingKey": "sample string 3", "SettingValue": "sample string 4" } ], "CompanyId": "sample string 1", "LastUsedTime": "2025-07-01T13:00:57.0188077+08:00", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "38736205-e421-49b3-8336-3294e5d1dfd7", "UsedStatus": 0, "ProviderCode": "sample string 4", "UserName": "sample string 5", "Password": "sample string 6", "ContactUser": "sample string 7", "ContactPhone": "sample string 8", "ContactEmail": "sample string 9", "KeepTime": 10, "Remarks": "sample string 11" } }, "OperationTag": { "OrderId": "fef22921-579c-423d-a96d-86a7ea52abdd", "Creater": "sample string 2" }, "OContacts": [ { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "a75fb179-49a4-465a-a5ca-26b1e29c55f1", "OrderId": "6f1756d1-e1f2-4a21-b150-4c592b8fd182", "ContactUser": "sample string 4", "ContactPhone": "sample string 5" }, { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "a75fb179-49a4-465a-a5ca-26b1e29c55f1", "OrderId": "6f1756d1-e1f2-4a21-b150-4c592b8fd182", "ContactUser": "sample string 4", "ContactPhone": "sample string 5" } ], "PurchaseRoutes": [ { "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "31b2abcd-57ca-4a03-a07a-0772b23f2a5f", "OrderId": "ebeee83b-32ce-4fb0-a8ae-847a566618e6", "PurchaseTag": "sample string 5", "Remarks": "sample string 6" }, { "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "31b2abcd-57ca-4a03-a07a-0772b23f2a5f", "OrderId": "ebeee83b-32ce-4fb0-a8ae-847a566618e6", "PurchaseTag": "sample string 5", "Remarks": "sample string 6" } ], "OPassengers": [ { "TicketNumbers": [ { "RecordType": 0, "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "ceb0c343-e017-48fb-8e99-2ace6f1632f8", "PassengerId": "e18f38f6-95b9-4e28-9d81-c1d0d338c48f", "TicketNumber": "sample string 5", "Posted": true, "Remarks": "sample string 7" }, { "RecordType": 0, "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "ceb0c343-e017-48fb-8e99-2ace6f1632f8", "PassengerId": "e18f38f6-95b9-4e28-9d81-c1d0d338c48f", "TicketNumber": "sample string 5", "Posted": true, "Remarks": "sample string 7" } ], "OTotalPrices": [ { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "ca968a11-13be-48b9-bce7-6a0771b2fec2", "PassengerId": "58018adb-12b0-4f60-9168-f61dd979ea7a", "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": "2025-07-01T13:00:57.0188077+08:00", "ID": "ca968a11-13be-48b9-bce7-6a0771b2fec2", "PassengerId": "58018adb-12b0-4f60-9168-f61dd979ea7a", "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": "2025-07-01T13:00:57.0188077+08:00", "ID": "2ea4dc74-2612-4a81-8201-8a550ad9f4d9", "OrderId": "ec4cf38d-965a-47fe-9194-d71fad7e9ec9", "Name": "sample string 4", "Birthday": "2025-07-01T13:00:57.0188077+08:00", "CardType": 0, "CardNo": "sample string 5", "SexType": 0, "PassengerType": 0, "ContactPhone": "sample string 6" }, { "TicketNumbers": [ { "RecordType": 0, "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "ceb0c343-e017-48fb-8e99-2ace6f1632f8", "PassengerId": "e18f38f6-95b9-4e28-9d81-c1d0d338c48f", "TicketNumber": "sample string 5", "Posted": true, "Remarks": "sample string 7" }, { "RecordType": 0, "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "ceb0c343-e017-48fb-8e99-2ace6f1632f8", "PassengerId": "e18f38f6-95b9-4e28-9d81-c1d0d338c48f", "TicketNumber": "sample string 5", "Posted": true, "Remarks": "sample string 7" } ], "OTotalPrices": [ { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "ca968a11-13be-48b9-bce7-6a0771b2fec2", "PassengerId": "58018adb-12b0-4f60-9168-f61dd979ea7a", "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": "2025-07-01T13:00:57.0188077+08:00", "ID": "ca968a11-13be-48b9-bce7-6a0771b2fec2", "PassengerId": "58018adb-12b0-4f60-9168-f61dd979ea7a", "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": "2025-07-01T13:00:57.0188077+08:00", "ID": "2ea4dc74-2612-4a81-8201-8a550ad9f4d9", "OrderId": "ec4cf38d-965a-47fe-9194-d71fad7e9ec9", "Name": "sample string 4", "Birthday": "2025-07-01T13:00:57.0188077+08:00", "CardType": 0, "CardNo": "sample string 5", "SexType": 0, "PassengerType": 0, "ContactPhone": "sample string 6" } ], "OrderExpands": [ { "ID": "fca1cf12-db72-46ce-917b-b1f52867cb41", "OrderId": "20b05e34-d630-4e31-8219-4fa95acce646", "SettingKey": "sample string 3", "SettingValue": "sample string 4" }, { "ID": "fca1cf12-db72-46ce-917b-b1f52867cb41", "OrderId": "20b05e34-d630-4e31-8219-4fa95acce646", "SettingKey": "sample string 3", "SettingValue": "sample string 4" } ], "OrderPayments": [ { "RecordType": 0, "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "b144646c-da45-491a-b60a-bd5a9748336d", "OrderId": "9461d993-9752-4b90-a12c-39e4365d74e3", "PaymentType": 0, "TotalPrice": 5.1, "TransactionId": "sample string 6", "Reconciled": true, "Remarks": "sample string 8" }, { "RecordType": 0, "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "b144646c-da45-491a-b60a-bd5a9748336d", "OrderId": "9461d993-9752-4b90-a12c-39e4365d74e3", "PaymentType": 0, "TotalPrice": 5.1, "TransactionId": "sample string 6", "Reconciled": true, "Remarks": "sample string 8" } ], "OSegments": [ { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "d5cfbfd0-39f2-447a-8c8d-bfdb6ea805ba", "OrderId": "04c84f02-f8b6-4644-8254-54717827d408", "Sequence": 4, "Carrier": "sample string 5", "DepartureAirport": "sample string 6", "ArrivalAirport": "sample string 7", "DepartureDate": "2025-07-01T13:00:57.0188077+08:00", "ArrivalDate": "2025-07-01T13:00:57.0188077+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": "2025-07-01T13:00:57.0188077+08:00", "ID": "d5cfbfd0-39f2-447a-8c8d-bfdb6ea805ba", "OrderId": "04c84f02-f8b6-4644-8254-54717827d408", "Sequence": 4, "Carrier": "sample string 5", "DepartureAirport": "sample string 6", "ArrivalAirport": "sample string 7", "DepartureDate": "2025-07-01T13:00:57.0188077+08:00", "ArrivalDate": "2025-07-01T13:00:57.0188077+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": "47d879d4-8b79-474b-9291-d949d52faceb", "ProviderCode": "sample string 2", "PriceChangeInterval": 3 }, "QuotationSources": { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "9d9c3b0c-e0ff-493a-8556-cf7bfb66b32f", "Remarks": "sample string 3", "QuotationId": "sample string 4", "ProductMark": "sample string 5", "Creater": "sample string 6" }, "OrderInternalNumber": "sample string 6", "OrderSource": 0, "InternalTime": "2025-07-01T13:00:57.0188077+08:00", "Creater": "sample string 8", "ID": "95cb485d-f5c1-4420-8c1a-d0d9125e91cf", "SiteId": "sample string 10", "OrderExternalNumber": "sample string 11", "LatestTime": "2025-07-01T13:00:57.0188077+08:00", "ExternalTime": "2025-07-01T13:00:57.0188077+08:00" }
Response Information
Resource Description
自动询价请求接口
SpeedPower.Utility.Models.Project.Orders.Service.Automatic.AutoQuotedResponseModelName | Description | Type | Additional information |
---|---|---|---|
ErrorType |
错误类型(可为NULL) |
SpeedPower.Utility.Models.Project.Orders.Service.Automatic.AutoQuotedErrorType |
None. |
Request |
请求模型返回 |
SpeedPower.Utility.Models.Project.Orders.Service.Automatic.AutoQuotedRequestModel |
None. |
LowestCabin |
最低适用舱位 |
SpeedPower.Utility.Models.Service.Crawls.Service.SotaCabinBody |
None. |
SotaSegment |
单程数据模型包 |
SpeedPower.Utility.Models.Service.Crawls.Service.SotaSegmentBody |
None. |
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ErrorType": 0, "Request": { "ProviderCode": "sample string 1", "HavePurchase": true, "AutoPurchase": true, "SpecifyPurchase": true, "IsShareToFlightNoReqeust": true, "PurchaseSetting": { "CarrierSetting": { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "3da41e13-d703-4f05-a212-6a6b1f7466ff", "SiteSettingId": "sample string 3", "Carrier": "sample string 4", "Normal": true, "PurchaseTag": "sample string 6", "Status": true }, "ProviderSetting": { "OrderProviderAutoPaySettings": { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "fb05a4b0-05c8-49ef-bcb8-c4b4260685c3", "PaymentTag": "sample string 3", "SortType": 0, "UsedBalance": true }, "OrderProviderExpandSettings": [ { "ID": "09688439-581b-4dc5-97d1-9e42bd68cefe", "OrderProviderSettingId": "c4a16608-a222-4f96-8881-26e6bf24b47a", "SettingKey": "sample string 3", "SettingValue": "sample string 4" }, { "ID": "09688439-581b-4dc5-97d1-9e42bd68cefe", "OrderProviderSettingId": "c4a16608-a222-4f96-8881-26e6bf24b47a", "SettingKey": "sample string 3", "SettingValue": "sample string 4" } ], "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "8dd690f0-e8d2-4fde-9872-9793a0bba712", "OrderCarrierSettingId": "84d7af7e-61c3-4f81-84ac-d96b04cfb91a", "Sequence": 4, "ProviderCode": "sample string 5", "MatchCabin": true, "PriceChangeInterval": 7, "Status": true }, "MemberSetting": { "PurchaseMemberConfigs": { "ValidBalance": 1.1, "UsedBalance": 2.1, "CurrentBalance": 3.1, "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "07e390a3-9fc5-40e6-8b0a-4889aa38a9b3", "Password": "sample string 6", "MinBalance": 7.1, "MaxBalance": 8.1, "Remarks": "sample string 9" }, "PurchaseMemberExpandSettings": [ { "ID": "eb3af439-bb93-41de-9716-34124399f7b3", "PurchaseMemberSettingId": "26311cc4-f820-4513-912f-f912670fb8ca", "SettingKey": "sample string 3", "SettingValue": "sample string 4" }, { "ID": "eb3af439-bb93-41de-9716-34124399f7b3", "PurchaseMemberSettingId": "26311cc4-f820-4513-912f-f912670fb8ca", "SettingKey": "sample string 3", "SettingValue": "sample string 4" } ], "CompanyId": "sample string 1", "LastUsedTime": "2025-07-01T13:00:57.0188077+08:00", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "d0369a59-dfce-4da1-bbc2-f259f2ec4ee7", "UsedStatus": 0, "ProviderCode": "sample string 4", "UserName": "sample string 5", "Password": "sample string 6", "ContactUser": "sample string 7", "ContactPhone": "sample string 8", "ContactEmail": "sample string 9", "KeepTime": 10, "Remarks": "sample string 11" } }, "OperationTag": { "OrderId": "5427a2d5-4ccc-4b99-8886-190e55902ff0", "Creater": "sample string 2" }, "OContacts": [ { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "74398821-09b1-4c6d-87bf-c49cf647e63c", "OrderId": "527a5ff9-c6e6-453e-8047-f252cd909dea", "ContactUser": "sample string 4", "ContactPhone": "sample string 5" }, { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "74398821-09b1-4c6d-87bf-c49cf647e63c", "OrderId": "527a5ff9-c6e6-453e-8047-f252cd909dea", "ContactUser": "sample string 4", "ContactPhone": "sample string 5" } ], "PurchaseRoutes": [ { "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "d4630572-b304-4fa6-bef4-a5e12efbb0c9", "OrderId": "920466d1-c069-4874-bcb5-d826fe9e0722", "PurchaseTag": "sample string 5", "Remarks": "sample string 6" }, { "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "d4630572-b304-4fa6-bef4-a5e12efbb0c9", "OrderId": "920466d1-c069-4874-bcb5-d826fe9e0722", "PurchaseTag": "sample string 5", "Remarks": "sample string 6" } ], "OPassengers": [ { "TicketNumbers": [ { "RecordType": 0, "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "9ec9c50e-81c8-4a27-85a7-59b86087cda5", "PassengerId": "5b92612c-a711-4c4f-8ff5-0b5b738cab9e", "TicketNumber": "sample string 5", "Posted": true, "Remarks": "sample string 7" }, { "RecordType": 0, "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "9ec9c50e-81c8-4a27-85a7-59b86087cda5", "PassengerId": "5b92612c-a711-4c4f-8ff5-0b5b738cab9e", "TicketNumber": "sample string 5", "Posted": true, "Remarks": "sample string 7" } ], "OTotalPrices": [ { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "4af29889-770f-4576-87b3-f7bc3d4b35c2", "PassengerId": "8a742c32-c6ab-409d-aeae-937aca90a840", "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": "2025-07-01T13:00:57.0188077+08:00", "ID": "4af29889-770f-4576-87b3-f7bc3d4b35c2", "PassengerId": "8a742c32-c6ab-409d-aeae-937aca90a840", "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": "2025-07-01T13:00:57.0188077+08:00", "ID": "f6d9bbf0-f486-4008-81f5-b61a9caac6c3", "OrderId": "25b462c0-7f77-406e-bb04-98b9abe50814", "Name": "sample string 4", "Birthday": "2025-07-01T13:00:57.0188077+08:00", "CardType": 0, "CardNo": "sample string 5", "SexType": 0, "PassengerType": 0, "ContactPhone": "sample string 6" }, { "TicketNumbers": [ { "RecordType": 0, "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "9ec9c50e-81c8-4a27-85a7-59b86087cda5", "PassengerId": "5b92612c-a711-4c4f-8ff5-0b5b738cab9e", "TicketNumber": "sample string 5", "Posted": true, "Remarks": "sample string 7" }, { "RecordType": 0, "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "9ec9c50e-81c8-4a27-85a7-59b86087cda5", "PassengerId": "5b92612c-a711-4c4f-8ff5-0b5b738cab9e", "TicketNumber": "sample string 5", "Posted": true, "Remarks": "sample string 7" } ], "OTotalPrices": [ { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "4af29889-770f-4576-87b3-f7bc3d4b35c2", "PassengerId": "8a742c32-c6ab-409d-aeae-937aca90a840", "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": "2025-07-01T13:00:57.0188077+08:00", "ID": "4af29889-770f-4576-87b3-f7bc3d4b35c2", "PassengerId": "8a742c32-c6ab-409d-aeae-937aca90a840", "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": "2025-07-01T13:00:57.0188077+08:00", "ID": "f6d9bbf0-f486-4008-81f5-b61a9caac6c3", "OrderId": "25b462c0-7f77-406e-bb04-98b9abe50814", "Name": "sample string 4", "Birthday": "2025-07-01T13:00:57.0188077+08:00", "CardType": 0, "CardNo": "sample string 5", "SexType": 0, "PassengerType": 0, "ContactPhone": "sample string 6" } ], "OrderExpands": [ { "ID": "f21b865e-1fe2-4157-9a8a-1caf7ff319f4", "OrderId": "9703f895-d03b-403f-ae6f-fe69f0c142dd", "SettingKey": "sample string 3", "SettingValue": "sample string 4" }, { "ID": "f21b865e-1fe2-4157-9a8a-1caf7ff319f4", "OrderId": "9703f895-d03b-403f-ae6f-fe69f0c142dd", "SettingKey": "sample string 3", "SettingValue": "sample string 4" } ], "OrderPayments": [ { "RecordType": 0, "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "9c41e597-1a01-4b37-9dc1-eab2616bdd4c", "OrderId": "c47fdc34-4447-4a39-8677-2302e17dd7e2", "PaymentType": 0, "TotalPrice": 5.1, "TransactionId": "sample string 6", "Reconciled": true, "Remarks": "sample string 8" }, { "RecordType": 0, "Creater": "sample string 1", "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "9c41e597-1a01-4b37-9dc1-eab2616bdd4c", "OrderId": "c47fdc34-4447-4a39-8677-2302e17dd7e2", "PaymentType": 0, "TotalPrice": 5.1, "TransactionId": "sample string 6", "Reconciled": true, "Remarks": "sample string 8" } ], "OSegments": [ { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "88646fb7-9ed0-4688-8860-94cc12b11f2b", "OrderId": "bbc87e9b-862b-41b7-b8b2-941818af5ec9", "Sequence": 4, "Carrier": "sample string 5", "DepartureAirport": "sample string 6", "ArrivalAirport": "sample string 7", "DepartureDate": "2025-07-01T13:00:57.0188077+08:00", "ArrivalDate": "2025-07-01T13:00:57.0188077+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": "2025-07-01T13:00:57.0188077+08:00", "ID": "88646fb7-9ed0-4688-8860-94cc12b11f2b", "OrderId": "bbc87e9b-862b-41b7-b8b2-941818af5ec9", "Sequence": 4, "Carrier": "sample string 5", "DepartureAirport": "sample string 6", "ArrivalAirport": "sample string 7", "DepartureDate": "2025-07-01T13:00:57.0188077+08:00", "ArrivalDate": "2025-07-01T13:00:57.0188077+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": "623cc440-99f3-4adf-b323-79a65321beb0", "ProviderCode": "sample string 2", "PriceChangeInterval": 3 }, "QuotationSources": { "Time": "2025-07-01T13:00:57.0188077+08:00", "ID": "bcbadce8-3cf1-4f47-9533-ff9bc152a2e3", "Remarks": "sample string 3", "QuotationId": "sample string 4", "ProductMark": "sample string 5", "Creater": "sample string 6" }, "OrderInternalNumber": "sample string 6", "OrderSource": 0, "InternalTime": "2025-07-01T13:00:57.0188077+08:00", "Creater": "sample string 8", "ID": "9c9ae3d1-a31d-4d70-a516-53ce57c35f00", "SiteId": "sample string 10", "OrderExternalNumber": "sample string 11", "LatestTime": "2025-07-01T13:00:57.0188077+08:00", "ExternalTime": "2025-07-01T13:00:57.0188077+08:00" }, "LowestCabin": { "CabinLevel": 0, "CabinName": "sample string 1", "CabinCode": "sample string 2", "CabinStatus": 3, "CabinQuota": 4, "PrintPrice": 5, "AdultPrice": 6, "ChildPrice": 7, "BabyPrice": 8, "FareTax": 9, "FuelTax": 10, "CabinRule": "sample string 11", "RefundRule": "sample string 12", "ChangeRule": "sample string 13", "ModifyRule": "sample string 14" }, "SotaSegment": { "Carrier": "sample string 1", "DepartureAirport": "sample string 2", "ArrivalAirport": "sample string 3", "DepartureDate": "2025-07-01T13:00:57.0188077+08:00", "ArrivalDate": "2025-07-01T13:00:57.0188077+08:00", "FlightNo": "sample string 6", "StopTimes": 7, "CodeShare": true, "ShareToFlightNo": "sample string 9", "Meal": "sample string 10", "PlaneType": "sample string 11", "DepartureTerminal": "sample string 12", "ArrivalTerminal": "sample string 13", "SotaCabins": [ { "CabinLevel": 0, "CabinName": "sample string 1", "CabinCode": "sample string 2", "CabinStatus": 3, "CabinQuota": 4, "PrintPrice": 5, "AdultPrice": 6, "ChildPrice": 7, "BabyPrice": 8, "FareTax": 9, "FuelTax": 10, "CabinRule": "sample string 11", "RefundRule": "sample string 12", "ChangeRule": "sample string 13", "ModifyRule": "sample string 14" }, { "CabinLevel": 0, "CabinName": "sample string 1", "CabinCode": "sample string 2", "CabinStatus": 3, "CabinQuota": 4, "PrintPrice": 5, "AdultPrice": 6, "ChildPrice": 7, "BabyPrice": 8, "FareTax": 9, "FuelTax": 10, "CabinRule": "sample string 11", "RefundRule": "sample string 12", "ChangeRule": "sample string 13", "ModifyRule": "sample string 14" } ], "SotaStops": [ { "Sequence": 1, "DepartureAirport": "sample string 2", "ArrivalAirport": "sample string 3", "DepartureTime": "sample string 4", "ArrivalTime": "sample string 5", "DepartureTerminal": "sample string 6", "ArrivalTerminal": "sample string 7" }, { "Sequence": 1, "DepartureAirport": "sample string 2", "ArrivalAirport": "sample string 3", "DepartureTime": "sample string 4", "ArrivalTime": "sample string 5", "DepartureTerminal": "sample string 6", "ArrivalTerminal": "sample string 7" } ] }, "Succeed": true, "Message": "sample string 2" }