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-08T07:38:27.2157579+08:00",
      "ID": "db515523-624f-4c20-b18b-7dbeb8b0b6d6",
      "OrderId": "d0e6cda1-06d5-40bf-8deb-285cbfbdadad",
      "ContactUser": "sample string 4",
      "ContactPhone": "sample string 5"
    },
    {
      "Time": "2026-01-08T07:38:27.2157579+08:00",
      "ID": "db515523-624f-4c20-b18b-7dbeb8b0b6d6",
      "OrderId": "d0e6cda1-06d5-40bf-8deb-285cbfbdadad",
      "ContactUser": "sample string 4",
      "ContactPhone": "sample string 5"
    }
  ],
  "PurchaseRoutes": [
    {
      "Creater": "sample string 1",
      "Time": "2026-01-08T07:38:27.2157579+08:00",
      "ID": "23089aae-5d34-4a0b-a912-bfbc451a6a5d",
      "OrderId": "e0b3e6b1-aefc-4f93-9fe8-ac67a007c769",
      "PurchaseTag": "sample string 5",
      "Remarks": "sample string 6"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-01-08T07:38:27.2157579+08:00",
      "ID": "23089aae-5d34-4a0b-a912-bfbc451a6a5d",
      "OrderId": "e0b3e6b1-aefc-4f93-9fe8-ac67a007c769",
      "PurchaseTag": "sample string 5",
      "Remarks": "sample string 6"
    }
  ],
  "OPassengers": [
    {
      "TicketNumbers": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-01-08T07:38:27.2157579+08:00",
          "ID": "2672b148-7936-4f25-bd0b-5bc5af713052",
          "PassengerId": "9074be57-319a-4dc2-8d2d-c621dea71782",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-01-08T07:38:27.2157579+08:00",
          "ID": "2672b148-7936-4f25-bd0b-5bc5af713052",
          "PassengerId": "9074be57-319a-4dc2-8d2d-c621dea71782",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        }
      ],
      "OTotalPrices": [
        {
          "Time": "2026-01-08T07:38:27.2157579+08:00",
          "ID": "eb9ff536-2cc0-48e6-9133-5fc68dc84b70",
          "PassengerId": "43ff0419-7247-4b34-8b2a-b5576300531b",
          "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-08T07:38:27.2157579+08:00",
          "ID": "eb9ff536-2cc0-48e6-9133-5fc68dc84b70",
          "PassengerId": "43ff0419-7247-4b34-8b2a-b5576300531b",
          "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-08T07:38:27.2157579+08:00",
      "ID": "0d26a1c4-bef0-441b-ae39-96af3535999f",
      "OrderId": "f22155f7-b32c-486d-9d38-94e4aafa7b44",
      "Name": "sample string 4",
      "Birthday": "2026-01-08T07:38:27.2157579+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-08T07:38:27.2157579+08:00",
          "ID": "2672b148-7936-4f25-bd0b-5bc5af713052",
          "PassengerId": "9074be57-319a-4dc2-8d2d-c621dea71782",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-01-08T07:38:27.2157579+08:00",
          "ID": "2672b148-7936-4f25-bd0b-5bc5af713052",
          "PassengerId": "9074be57-319a-4dc2-8d2d-c621dea71782",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        }
      ],
      "OTotalPrices": [
        {
          "Time": "2026-01-08T07:38:27.2157579+08:00",
          "ID": "eb9ff536-2cc0-48e6-9133-5fc68dc84b70",
          "PassengerId": "43ff0419-7247-4b34-8b2a-b5576300531b",
          "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-08T07:38:27.2157579+08:00",
          "ID": "eb9ff536-2cc0-48e6-9133-5fc68dc84b70",
          "PassengerId": "43ff0419-7247-4b34-8b2a-b5576300531b",
          "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-08T07:38:27.2157579+08:00",
      "ID": "0d26a1c4-bef0-441b-ae39-96af3535999f",
      "OrderId": "f22155f7-b32c-486d-9d38-94e4aafa7b44",
      "Name": "sample string 4",
      "Birthday": "2026-01-08T07:38:27.2157579+08:00",
      "CardType": 0,
      "CardNo": "sample string 5",
      "SexType": 0,
      "PassengerType": 0,
      "ContactPhone": "sample string 6"
    }
  ],
  "OrderExpands": [
    {
      "ID": "042be08e-c48e-445d-946d-277b88c65004",
      "OrderId": "2b96a4ee-6fd0-4446-9e05-b4d48738b6c9",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "042be08e-c48e-445d-946d-277b88c65004",
      "OrderId": "2b96a4ee-6fd0-4446-9e05-b4d48738b6c9",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "OrderPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-01-08T07:38:27.2157579+08:00",
      "ID": "a2bebe1a-eac0-4bd5-9057-6e1476177b6a",
      "OrderId": "2bc74c37-7d22-4a3b-acee-64008e86b1c5",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    },
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-01-08T07:38:27.2157579+08:00",
      "ID": "a2bebe1a-eac0-4bd5-9057-6e1476177b6a",
      "OrderId": "2bc74c37-7d22-4a3b-acee-64008e86b1c5",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    }
  ],
  "OSegments": [
    {
      "Time": "2026-01-08T07:38:27.2157579+08:00",
      "ID": "7cfe082a-077c-4914-b0a4-52d85097df31",
      "OrderId": "0b0fc4b2-0d72-4c0a-8a66-4e548c5be1c3",
      "Sequence": 4,
      "Carrier": "sample string 5",
      "DepartureAirport": "sample string 6",
      "ArrivalAirport": "sample string 7",
      "DepartureDate": "2026-01-08T07:38:27.2157579+08:00",
      "ArrivalDate": "2026-01-08T07:38:27.2157579+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-08T07:38:27.2157579+08:00",
      "ID": "7cfe082a-077c-4914-b0a4-52d85097df31",
      "OrderId": "0b0fc4b2-0d72-4c0a-8a66-4e548c5be1c3",
      "Sequence": 4,
      "Carrier": "sample string 5",
      "DepartureAirport": "sample string 6",
      "ArrivalAirport": "sample string 7",
      "DepartureDate": "2026-01-08T07:38:27.2157579+08:00",
      "ArrivalDate": "2026-01-08T07:38:27.2157579+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": "4fe3d0c2-5020-43e5-9bfc-0d2b0e859630",
    "ProviderCode": "sample string 2",
    "PriceChangeInterval": 3
  },
  "QuotationSources": {
    "Time": "2026-01-08T07:38:27.2157579+08:00",
    "ID": "f24fe181-2762-4a7e-9f0a-6e48d6c69e58",
    "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-08T07:38:27.2157579+08:00",
  "Creater": "sample string 3",
  "ID": "591312dd-ff03-4ee3-a6ff-f800217a10c0",
  "SiteId": "sample string 5",
  "OrderExternalNumber": "sample string 6",
  "LatestTime": "2026-01-08T07:38:27.2157579+08:00",
  "ExternalTime": "2026-01-08T07:38:27.2157579+08:00"
}