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-09-25T12:38:02.2759604+08:00",
      "ID": "a05ea34d-d8c2-47ab-a384-4d803b7103ca",
      "OrderId": "1fcc4978-8627-4b7d-83f8-627b8290122c",
      "ContactUser": "sample string 4",
      "ContactPhone": "sample string 5"
    },
    {
      "Time": "2026-09-25T12:38:02.2759604+08:00",
      "ID": "a05ea34d-d8c2-47ab-a384-4d803b7103ca",
      "OrderId": "1fcc4978-8627-4b7d-83f8-627b8290122c",
      "ContactUser": "sample string 4",
      "ContactPhone": "sample string 5"
    }
  ],
  "PurchaseRoutes": [
    {
      "Creater": "sample string 1",
      "Time": "2026-09-25T12:38:02.2759604+08:00",
      "ID": "fddef0b2-d394-4b57-88ed-ceed9e11e360",
      "OrderId": "bb257ffc-e38d-4ffa-83a3-a8c3cddb0533",
      "PurchaseTag": "sample string 5",
      "Remarks": "sample string 6"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-09-25T12:38:02.2759604+08:00",
      "ID": "fddef0b2-d394-4b57-88ed-ceed9e11e360",
      "OrderId": "bb257ffc-e38d-4ffa-83a3-a8c3cddb0533",
      "PurchaseTag": "sample string 5",
      "Remarks": "sample string 6"
    }
  ],
  "OPassengers": [
    {
      "TicketNumbers": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-09-25T12:38:02.2759604+08:00",
          "ID": "6b84441d-ce20-433a-b756-166536d56855",
          "PassengerId": "8290b6b8-dd4e-484f-98b9-bad38e9980ce",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-09-25T12:38:02.2759604+08:00",
          "ID": "6b84441d-ce20-433a-b756-166536d56855",
          "PassengerId": "8290b6b8-dd4e-484f-98b9-bad38e9980ce",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        }
      ],
      "OTotalPrices": [
        {
          "Time": "2026-09-25T12:38:02.2759604+08:00",
          "ID": "a9e2cd8e-b488-4868-8979-7bd79b0c427b",
          "PassengerId": "ebccf14c-4a8a-4f18-bd0f-6f4ad91e8827",
          "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-25T12:38:02.2759604+08:00",
          "ID": "a9e2cd8e-b488-4868-8979-7bd79b0c427b",
          "PassengerId": "ebccf14c-4a8a-4f18-bd0f-6f4ad91e8827",
          "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-25T12:38:02.2759604+08:00",
      "ID": "2db94315-05ca-4476-9ee2-846293dfbf77",
      "OrderId": "146f990a-91a0-45b6-9238-13c4eac43374",
      "Name": "sample string 4",
      "Birthday": "2026-09-25T12:38:02.2759604+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-25T12:38:02.2759604+08:00",
          "ID": "6b84441d-ce20-433a-b756-166536d56855",
          "PassengerId": "8290b6b8-dd4e-484f-98b9-bad38e9980ce",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-09-25T12:38:02.2759604+08:00",
          "ID": "6b84441d-ce20-433a-b756-166536d56855",
          "PassengerId": "8290b6b8-dd4e-484f-98b9-bad38e9980ce",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        }
      ],
      "OTotalPrices": [
        {
          "Time": "2026-09-25T12:38:02.2759604+08:00",
          "ID": "a9e2cd8e-b488-4868-8979-7bd79b0c427b",
          "PassengerId": "ebccf14c-4a8a-4f18-bd0f-6f4ad91e8827",
          "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-25T12:38:02.2759604+08:00",
          "ID": "a9e2cd8e-b488-4868-8979-7bd79b0c427b",
          "PassengerId": "ebccf14c-4a8a-4f18-bd0f-6f4ad91e8827",
          "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-25T12:38:02.2759604+08:00",
      "ID": "2db94315-05ca-4476-9ee2-846293dfbf77",
      "OrderId": "146f990a-91a0-45b6-9238-13c4eac43374",
      "Name": "sample string 4",
      "Birthday": "2026-09-25T12:38:02.2759604+08:00",
      "CardType": 0,
      "CardNo": "sample string 5",
      "SexType": 0,
      "PassengerType": 0,
      "ContactPhone": "sample string 6"
    }
  ],
  "OrderExpands": [
    {
      "ID": "3c55b780-d020-4774-82b3-cab565a312de",
      "OrderId": "4759d34e-50a8-4f71-aaee-72f7090e8c6e",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "3c55b780-d020-4774-82b3-cab565a312de",
      "OrderId": "4759d34e-50a8-4f71-aaee-72f7090e8c6e",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "OrderPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-09-25T12:38:02.2759604+08:00",
      "ID": "dbc2ef28-146e-4f6a-bd68-8b9b92ee5a81",
      "OrderId": "564d863d-f501-40af-9fb7-dd257e10fd54",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    },
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-09-25T12:38:02.2759604+08:00",
      "ID": "dbc2ef28-146e-4f6a-bd68-8b9b92ee5a81",
      "OrderId": "564d863d-f501-40af-9fb7-dd257e10fd54",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    }
  ],
  "OSegments": [
    {
      "Time": "2026-09-25T12:38:02.2759604+08:00",
      "ID": "082d9773-b224-47c6-9b81-42704d6435ad",
      "OrderId": "6e1d9a42-7482-4d14-b778-16167520e872",
      "Sequence": 4,
      "Carrier": "sample string 5",
      "DepartureAirport": "sample string 6",
      "ArrivalAirport": "sample string 7",
      "DepartureDate": "2026-09-25T12:38:02.2759604+08:00",
      "ArrivalDate": "2026-09-25T12:38:02.2759604+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-25T12:38:02.2759604+08:00",
      "ID": "082d9773-b224-47c6-9b81-42704d6435ad",
      "OrderId": "6e1d9a42-7482-4d14-b778-16167520e872",
      "Sequence": 4,
      "Carrier": "sample string 5",
      "DepartureAirport": "sample string 6",
      "ArrivalAirport": "sample string 7",
      "DepartureDate": "2026-09-25T12:38:02.2759604+08:00",
      "ArrivalDate": "2026-09-25T12:38:02.2759604+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": "460007fe-314d-4b47-a3fb-81443935139c",
    "ProviderCode": "sample string 2",
    "PriceChangeInterval": 3
  },
  "QuotationSources": {
    "Time": "2026-09-25T12:38:02.2759604+08:00",
    "ID": "127c05b8-616e-4cdd-ab60-fdaa2a6c1cb1",
    "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-25T12:38:02.2759604+08:00",
  "Creater": "sample string 3",
  "ID": "f2e42b5e-832a-4dd4-af7a-b38e879f12a6",
  "SiteId": "sample string 5",
  "OrderExternalNumber": "sample string 6",
  "LatestTime": "2026-09-25T12:38:02.2759604+08:00",
  "ExternalTime": "2026-09-25T12:38:02.2759604+08:00"
}