GET Api/Invoke/GetWebApiParentOrderBySettingKey/{SettingKey}

获取订单全结构信息(基于订单扩展参数Key)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SettingKey

扩展参数Key

string

Required

Body Parameters

None.

Response Information

Resource Description

获取订单全结构信息(基于订单扩展参数Key)

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": "2024-10-22T16:51:05.0770369+08:00",
      "ID": "a58f201f-924e-4159-8190-4321bdd2c105",
      "OrderId": "f6d288fe-9cef-4146-bc8a-e69f3626de30",
      "ContactUser": "sample string 4",
      "ContactPhone": "sample string 5"
    },
    {
      "Time": "2024-10-22T16:51:05.0770369+08:00",
      "ID": "a58f201f-924e-4159-8190-4321bdd2c105",
      "OrderId": "f6d288fe-9cef-4146-bc8a-e69f3626de30",
      "ContactUser": "sample string 4",
      "ContactPhone": "sample string 5"
    }
  ],
  "PurchaseRoutes": [
    {
      "Creater": "sample string 1",
      "Time": "2024-10-22T16:51:05.0770369+08:00",
      "ID": "78eac9f6-154e-465e-8eb1-c032527922e8",
      "OrderId": "9d7fe276-5db1-4758-8ffb-9e15aa064d8d",
      "PurchaseTag": "sample string 5",
      "Remarks": "sample string 6"
    },
    {
      "Creater": "sample string 1",
      "Time": "2024-10-22T16:51:05.0770369+08:00",
      "ID": "78eac9f6-154e-465e-8eb1-c032527922e8",
      "OrderId": "9d7fe276-5db1-4758-8ffb-9e15aa064d8d",
      "PurchaseTag": "sample string 5",
      "Remarks": "sample string 6"
    }
  ],
  "OPassengers": [
    {
      "TicketNumbers": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2024-10-22T16:51:05.0770369+08:00",
          "ID": "37e1bbdc-8513-4895-9e29-688de8d9eb13",
          "PassengerId": "d0d5b778-cdf5-4010-8b22-230757883535",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2024-10-22T16:51:05.0770369+08:00",
          "ID": "37e1bbdc-8513-4895-9e29-688de8d9eb13",
          "PassengerId": "d0d5b778-cdf5-4010-8b22-230757883535",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        }
      ],
      "OTotalPrices": [
        {
          "Time": "2024-10-22T16:51:05.0770369+08:00",
          "ID": "68f4786e-b340-452f-9ae2-fa7b878941a4",
          "PassengerId": "42b5214c-2488-4253-87d9-cdfc0af84b78",
          "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": "2024-10-22T16:51:05.0770369+08:00",
          "ID": "68f4786e-b340-452f-9ae2-fa7b878941a4",
          "PassengerId": "42b5214c-2488-4253-87d9-cdfc0af84b78",
          "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": "2024-10-22T16:51:05.0770369+08:00",
      "ID": "5be24d20-0356-4dba-83a2-1ff9c96c901a",
      "OrderId": "a33574c0-5a1d-4b85-b1e7-725a60e21804",
      "Name": "sample string 4",
      "Birthday": "2024-10-22T16:51:05.0770369+08:00",
      "CardType": 0,
      "CardNo": "sample string 5",
      "SexType": 0,
      "PassengerType": 0,
      "ContactPhone": "sample string 6"
    },
    {
      "TicketNumbers": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2024-10-22T16:51:05.0770369+08:00",
          "ID": "37e1bbdc-8513-4895-9e29-688de8d9eb13",
          "PassengerId": "d0d5b778-cdf5-4010-8b22-230757883535",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2024-10-22T16:51:05.0770369+08:00",
          "ID": "37e1bbdc-8513-4895-9e29-688de8d9eb13",
          "PassengerId": "d0d5b778-cdf5-4010-8b22-230757883535",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        }
      ],
      "OTotalPrices": [
        {
          "Time": "2024-10-22T16:51:05.0770369+08:00",
          "ID": "68f4786e-b340-452f-9ae2-fa7b878941a4",
          "PassengerId": "42b5214c-2488-4253-87d9-cdfc0af84b78",
          "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": "2024-10-22T16:51:05.0770369+08:00",
          "ID": "68f4786e-b340-452f-9ae2-fa7b878941a4",
          "PassengerId": "42b5214c-2488-4253-87d9-cdfc0af84b78",
          "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": "2024-10-22T16:51:05.0770369+08:00",
      "ID": "5be24d20-0356-4dba-83a2-1ff9c96c901a",
      "OrderId": "a33574c0-5a1d-4b85-b1e7-725a60e21804",
      "Name": "sample string 4",
      "Birthday": "2024-10-22T16:51:05.0770369+08:00",
      "CardType": 0,
      "CardNo": "sample string 5",
      "SexType": 0,
      "PassengerType": 0,
      "ContactPhone": "sample string 6"
    }
  ],
  "OrderExpands": [
    {
      "ID": "b5db8f85-0184-41c4-8858-7aeec96a5f3c",
      "OrderId": "7cdc913b-0b41-4a33-ac2b-e9d4a2097a0a",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "b5db8f85-0184-41c4-8858-7aeec96a5f3c",
      "OrderId": "7cdc913b-0b41-4a33-ac2b-e9d4a2097a0a",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "OrderPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2024-10-22T16:51:05.0770369+08:00",
      "ID": "fc254333-03a9-420d-a269-764ed6aa2d5f",
      "OrderId": "0d16d4d4-2c5b-457a-be18-1b753b7e3c61",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    },
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2024-10-22T16:51:05.0770369+08:00",
      "ID": "fc254333-03a9-420d-a269-764ed6aa2d5f",
      "OrderId": "0d16d4d4-2c5b-457a-be18-1b753b7e3c61",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    }
  ],
  "OSegments": [
    {
      "Time": "2024-10-22T16:51:05.0770369+08:00",
      "ID": "e7e3b64e-5bbd-4f41-a5a6-45c79ead41cc",
      "OrderId": "87d4e3cd-613d-4fa6-a2f3-16b360dea53d",
      "Sequence": 4,
      "Carrier": "sample string 5",
      "DepartureAirport": "sample string 6",
      "ArrivalAirport": "sample string 7",
      "DepartureDate": "2024-10-22T16:51:05.0770369+08:00",
      "ArrivalDate": "2024-10-22T16:51:05.0770369+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": "2024-10-22T16:51:05.0770369+08:00",
      "ID": "e7e3b64e-5bbd-4f41-a5a6-45c79ead41cc",
      "OrderId": "87d4e3cd-613d-4fa6-a2f3-16b360dea53d",
      "Sequence": 4,
      "Carrier": "sample string 5",
      "DepartureAirport": "sample string 6",
      "ArrivalAirport": "sample string 7",
      "DepartureDate": "2024-10-22T16:51:05.0770369+08:00",
      "ArrivalDate": "2024-10-22T16:51:05.0770369+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": "8aba9124-2417-4cdc-aa0b-3b3e14789c75",
    "ProviderCode": "sample string 2",
    "PriceChangeInterval": 3
  },
  "QuotationSources": {
    "Time": "2024-10-22T16:51:05.0770369+08:00",
    "ID": "e94ec63f-9c1d-4fa8-99fe-08dc16b2386e",
    "Remarks": "sample string 3",
    "QuotationId": "sample string 4",
    "ProductMark": "sample string 5",
    "Creater": "sample string 6"
  },
  "OrderInternalNumber": "sample string 1",
  "OrderSource": 0,
  "InternalTime": "2024-10-22T16:51:05.0770369+08:00",
  "Creater": "sample string 3",
  "ID": "aea32abb-fcf7-43ce-ba96-2c91faab204a",
  "SiteId": "sample string 5",
  "OrderExternalNumber": "sample string 6",
  "LatestTime": "2024-10-22T16:51:05.0770369+08:00",
  "ExternalTime": "2024-10-22T16:51:05.0770369+08:00"
}