GET Api/Invoke/GetWebApiParentOrderById/{OrderId}

获取订单全结构信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrderId

订单ID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

获取订单全结构信息

SpeedPower.Utility.Models.Project.Orders.Service.WebApiParentOrderModel
NameDescriptionTypeAdditional 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-01-11T16:51:21.6829677+08:00",
      "ID": "9557656e-dc49-44e7-8c1c-04f2a1a1898d",
      "OrderId": "0eea72e5-0b37-4834-8a1e-3b642af6a0ad",
      "ContactUser": "sample string 4",
      "ContactPhone": "sample string 5"
    },
    {
      "Time": "2026-01-11T16:51:21.6829677+08:00",
      "ID": "9557656e-dc49-44e7-8c1c-04f2a1a1898d",
      "OrderId": "0eea72e5-0b37-4834-8a1e-3b642af6a0ad",
      "ContactUser": "sample string 4",
      "ContactPhone": "sample string 5"
    }
  ],
  "PurchaseRoutes": [
    {
      "Creater": "sample string 1",
      "Time": "2026-01-11T16:51:21.6829677+08:00",
      "ID": "34026648-0b4d-4fe5-92b8-9b9ba7ea0da7",
      "OrderId": "d1073447-98bf-4880-8b92-96bbea6ea567",
      "PurchaseTag": "sample string 5",
      "Remarks": "sample string 6"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-01-11T16:51:21.6829677+08:00",
      "ID": "34026648-0b4d-4fe5-92b8-9b9ba7ea0da7",
      "OrderId": "d1073447-98bf-4880-8b92-96bbea6ea567",
      "PurchaseTag": "sample string 5",
      "Remarks": "sample string 6"
    }
  ],
  "OPassengers": [
    {
      "TicketNumbers": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-01-11T16:51:21.6829677+08:00",
          "ID": "ba22b0e1-c15c-4df6-9175-bdc046533287",
          "PassengerId": "3dc62ed1-81fa-416a-ac6b-b01e6f5a96bc",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-01-11T16:51:21.6829677+08:00",
          "ID": "ba22b0e1-c15c-4df6-9175-bdc046533287",
          "PassengerId": "3dc62ed1-81fa-416a-ac6b-b01e6f5a96bc",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        }
      ],
      "OTotalPrices": [
        {
          "Time": "2026-01-11T16:51:21.6829677+08:00",
          "ID": "2bee2a90-e9e8-49b7-a01b-b0f985b99076",
          "PassengerId": "6746a525-1da2-45c2-8d42-6fd06b245915",
          "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-01-11T16:51:21.6829677+08:00",
          "ID": "2bee2a90-e9e8-49b7-a01b-b0f985b99076",
          "PassengerId": "6746a525-1da2-45c2-8d42-6fd06b245915",
          "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-01-11T16:51:21.6829677+08:00",
      "ID": "0e43b3ed-fc3f-4e0f-adf5-7a3fc402a4e2",
      "OrderId": "730e6187-4af5-4c9e-a2a7-56d0b39f53d3",
      "Name": "sample string 4",
      "Birthday": "2026-01-11T16:51:21.6829677+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-01-11T16:51:21.6829677+08:00",
          "ID": "ba22b0e1-c15c-4df6-9175-bdc046533287",
          "PassengerId": "3dc62ed1-81fa-416a-ac6b-b01e6f5a96bc",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-01-11T16:51:21.6829677+08:00",
          "ID": "ba22b0e1-c15c-4df6-9175-bdc046533287",
          "PassengerId": "3dc62ed1-81fa-416a-ac6b-b01e6f5a96bc",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        }
      ],
      "OTotalPrices": [
        {
          "Time": "2026-01-11T16:51:21.6829677+08:00",
          "ID": "2bee2a90-e9e8-49b7-a01b-b0f985b99076",
          "PassengerId": "6746a525-1da2-45c2-8d42-6fd06b245915",
          "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-01-11T16:51:21.6829677+08:00",
          "ID": "2bee2a90-e9e8-49b7-a01b-b0f985b99076",
          "PassengerId": "6746a525-1da2-45c2-8d42-6fd06b245915",
          "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-01-11T16:51:21.6829677+08:00",
      "ID": "0e43b3ed-fc3f-4e0f-adf5-7a3fc402a4e2",
      "OrderId": "730e6187-4af5-4c9e-a2a7-56d0b39f53d3",
      "Name": "sample string 4",
      "Birthday": "2026-01-11T16:51:21.6829677+08:00",
      "CardType": 0,
      "CardNo": "sample string 5",
      "SexType": 0,
      "PassengerType": 0,
      "ContactPhone": "sample string 6"
    }
  ],
  "OrderExpands": [
    {
      "ID": "1199582d-583c-41a3-a53d-8712cc66d291",
      "OrderId": "44ca5b44-908c-4d71-bf14-a91d0e455fdc",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "1199582d-583c-41a3-a53d-8712cc66d291",
      "OrderId": "44ca5b44-908c-4d71-bf14-a91d0e455fdc",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "OrderPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-01-11T16:51:21.6829677+08:00",
      "ID": "fcd2f961-7cb8-4080-aa23-36353473b725",
      "OrderId": "fc763643-6c1d-4855-8dcb-53f8fcbd0dc5",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    },
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-01-11T16:51:21.6829677+08:00",
      "ID": "fcd2f961-7cb8-4080-aa23-36353473b725",
      "OrderId": "fc763643-6c1d-4855-8dcb-53f8fcbd0dc5",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    }
  ],
  "OSegments": [
    {
      "Time": "2026-01-11T16:51:21.6829677+08:00",
      "ID": "e8969939-87f6-447b-9f3a-4c46377ef1a1",
      "OrderId": "4077ac99-60cd-4c38-aea2-403fc7616b8b",
      "Sequence": 4,
      "Carrier": "sample string 5",
      "DepartureAirport": "sample string 6",
      "ArrivalAirport": "sample string 7",
      "DepartureDate": "2026-01-11T16:51:21.6829677+08:00",
      "ArrivalDate": "2026-01-11T16:51:21.6829677+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-01-11T16:51:21.6829677+08:00",
      "ID": "e8969939-87f6-447b-9f3a-4c46377ef1a1",
      "OrderId": "4077ac99-60cd-4c38-aea2-403fc7616b8b",
      "Sequence": 4,
      "Carrier": "sample string 5",
      "DepartureAirport": "sample string 6",
      "ArrivalAirport": "sample string 7",
      "DepartureDate": "2026-01-11T16:51:21.6829677+08:00",
      "ArrivalDate": "2026-01-11T16:51:21.6829677+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": "ff0b975b-c540-4881-8474-a0f3c1201ec7",
    "ProviderCode": "sample string 2",
    "PriceChangeInterval": 3
  },
  "QuotationSources": {
    "Time": "2026-01-11T16:51:21.6829677+08:00",
    "ID": "8fe7ec96-6f3e-4d99-ac95-41bf30cae05a",
    "Remarks": "sample string 3",
    "QuotationId": "sample string 4",
    "ProductMark": "sample string 5",
    "Creater": "sample string 6"
  },
  "OrderInternalNumber": "sample string 1",
  "OrderSource": 0,
  "InternalTime": "2026-01-11T16:51:21.6829677+08:00",
  "Creater": "sample string 3",
  "ID": "7295c230-c5a9-4cd2-8155-166f47a38038",
  "SiteId": "sample string 5",
  "OrderExternalNumber": "sample string 6",
  "LatestTime": "2026-01-11T16:51:21.6829677+08:00",
  "ExternalTime": "2026-01-11T16:51:21.6829677+08:00"
}