GET Api/Service/Order/GetOrderShowById/{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.ParentOrderShowModel
NameDescriptionTypeAdditional information
TodoItems

待办事项列表

Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetTodoItemModel

None.

OrderCallBacks

远程调用记录列表

Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetOrderCallBackModel

None.

OContacts

联系人列表

Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetOContactModel

None.

OLockedStatus

锁定状态列表

Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetOLockedStatusModel

None.

OrderStatus

订单状态列表

Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetOrderStatusModel

None.

OPassengers

乘机人列表

Collection of SpeedPower.Utility.Models.Project.Orders.Service.ParentOPassengerModel

None.

OSegments

订单行程列表

Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetOSegmentModel

None.

OrderExpands

订单扩展参数列表

Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetOrderExpandModel

None.

OrderPayments

订单收付款项列表

Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetOrderPaymentModel

None.

PurchaseRoutes

采购路由列表

Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetPurchaseRouteModel

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:
{
  "TodoItems": [
    {
      "Designator": "sample string 1",
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "Finished": true,
      "ID": "d287cec0-3e81-4494-a941-a44d23dd525e",
      "OrderId": "ee158edb-da7c-4bee-ad93-36a256ea9e03",
      "Distributor": "sample string 6",
      "Remarks": "sample string 7"
    },
    {
      "Designator": "sample string 1",
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "Finished": true,
      "ID": "d287cec0-3e81-4494-a941-a44d23dd525e",
      "OrderId": "ee158edb-da7c-4bee-ad93-36a256ea9e03",
      "Distributor": "sample string 6",
      "Remarks": "sample string 7"
    }
  ],
  "OrderCallBacks": [
    {
      "Creater": "sample string 1",
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "ID": "714bcf81-1800-4648-ab83-bed101bbe10c",
      "OrderId": "c99d9fa4-b3b0-4aaf-abb7-8551ce7ff94a",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "ID": "714bcf81-1800-4648-ab83-bed101bbe10c",
      "OrderId": "c99d9fa4-b3b0-4aaf-abb7-8551ce7ff94a",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "OContacts": [
    {
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "ID": "a1b4f29f-d84b-407e-a6f9-174cf2a2e25a",
      "OrderId": "1485474f-df7a-4401-89c7-273953c8dcbc",
      "ContactUser": "sample string 4",
      "ContactPhone": "sample string 5"
    },
    {
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "ID": "a1b4f29f-d84b-407e-a6f9-174cf2a2e25a",
      "OrderId": "1485474f-df7a-4401-89c7-273953c8dcbc",
      "ContactUser": "sample string 4",
      "ContactPhone": "sample string 5"
    }
  ],
  "OLockedStatus": [
    {
      "ID": "81184d8a-f91e-417f-aa65-909545cf22fd",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "OrderId": "9860c859-94f9-43dc-9cf3-fff0568a7a02",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "81184d8a-f91e-417f-aa65-909545cf22fd",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "OrderId": "9860c859-94f9-43dc-9cf3-fff0568a7a02",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "OrderStatus": [
    {
      "ID": "091dd9ea-91fe-40f4-9725-0af1583ce9fe",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "OrderId": "f62b2767-9472-4179-9c86-930714f92529",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "ID": "091dd9ea-91fe-40f4-9725-0af1583ce9fe",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "OrderId": "f62b2767-9472-4179-9c86-930714f92529",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "OPassengers": [
    {
      "TicketNumbers": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-02-04T08:52:10.7896467+08:00",
          "ID": "f01e57f4-29a0-470c-a84e-793da74319a4",
          "PassengerId": "3243f2c9-b5b8-4e00-a2ea-1a05096dfd30",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-02-04T08:52:10.7896467+08:00",
          "ID": "f01e57f4-29a0-470c-a84e-793da74319a4",
          "PassengerId": "3243f2c9-b5b8-4e00-a2ea-1a05096dfd30",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        }
      ],
      "OTotalPrices": [
        {
          "Time": "2026-02-04T08:52:10.7896467+08:00",
          "ID": "3d3eb1ed-28ca-4f05-ab50-f115518728e3",
          "PassengerId": "444eeb9c-ddc9-466d-b4f2-d230a154c6f9",
          "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-02-04T08:52:10.7896467+08:00",
          "ID": "3d3eb1ed-28ca-4f05-ab50-f115518728e3",
          "PassengerId": "444eeb9c-ddc9-466d-b4f2-d230a154c6f9",
          "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-02-04T08:52:10.7896467+08:00",
      "ID": "1c7c110b-575e-4a2b-b8ad-ba8fce2a748d",
      "OrderId": "1ed1c08a-f6fd-4296-bfe1-50afe2693322",
      "Name": "sample string 4",
      "Birthday": "2026-02-04T08:52:10.7896467+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-02-04T08:52:10.7896467+08:00",
          "ID": "f01e57f4-29a0-470c-a84e-793da74319a4",
          "PassengerId": "3243f2c9-b5b8-4e00-a2ea-1a05096dfd30",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-02-04T08:52:10.7896467+08:00",
          "ID": "f01e57f4-29a0-470c-a84e-793da74319a4",
          "PassengerId": "3243f2c9-b5b8-4e00-a2ea-1a05096dfd30",
          "TicketNumber": "sample string 5",
          "Posted": true,
          "Remarks": "sample string 7"
        }
      ],
      "OTotalPrices": [
        {
          "Time": "2026-02-04T08:52:10.7896467+08:00",
          "ID": "3d3eb1ed-28ca-4f05-ab50-f115518728e3",
          "PassengerId": "444eeb9c-ddc9-466d-b4f2-d230a154c6f9",
          "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-02-04T08:52:10.7896467+08:00",
          "ID": "3d3eb1ed-28ca-4f05-ab50-f115518728e3",
          "PassengerId": "444eeb9c-ddc9-466d-b4f2-d230a154c6f9",
          "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-02-04T08:52:10.7896467+08:00",
      "ID": "1c7c110b-575e-4a2b-b8ad-ba8fce2a748d",
      "OrderId": "1ed1c08a-f6fd-4296-bfe1-50afe2693322",
      "Name": "sample string 4",
      "Birthday": "2026-02-04T08:52:10.7896467+08:00",
      "CardType": 0,
      "CardNo": "sample string 5",
      "SexType": 0,
      "PassengerType": 0,
      "ContactPhone": "sample string 6"
    }
  ],
  "OSegments": [
    {
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "ID": "32dae341-aa55-4d7b-a157-7870af444d26",
      "OrderId": "a7a74c5e-2e71-46f3-81ad-96d613684991",
      "Sequence": 4,
      "Carrier": "sample string 5",
      "DepartureAirport": "sample string 6",
      "ArrivalAirport": "sample string 7",
      "DepartureDate": "2026-02-04T08:52:10.7896467+08:00",
      "ArrivalDate": "2026-02-04T08:52:10.7896467+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-02-04T08:52:10.7896467+08:00",
      "ID": "32dae341-aa55-4d7b-a157-7870af444d26",
      "OrderId": "a7a74c5e-2e71-46f3-81ad-96d613684991",
      "Sequence": 4,
      "Carrier": "sample string 5",
      "DepartureAirport": "sample string 6",
      "ArrivalAirport": "sample string 7",
      "DepartureDate": "2026-02-04T08:52:10.7896467+08:00",
      "ArrivalDate": "2026-02-04T08:52:10.7896467+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"
    }
  ],
  "OrderExpands": [
    {
      "ID": "444dd228-8c31-4cfd-8586-90e145388efd",
      "OrderId": "1d7bc05b-72ae-4200-88ac-78ad88b28625",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "444dd228-8c31-4cfd-8586-90e145388efd",
      "OrderId": "1d7bc05b-72ae-4200-88ac-78ad88b28625",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "OrderPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "ID": "4e18eb6c-81d7-45f1-a597-bdbf56c0c3d4",
      "OrderId": "92aadedb-5f11-4de9-8f59-92311f721810",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    },
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "ID": "4e18eb6c-81d7-45f1-a597-bdbf56c0c3d4",
      "OrderId": "92aadedb-5f11-4de9-8f59-92311f721810",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    }
  ],
  "PurchaseRoutes": [
    {
      "Creater": "sample string 1",
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "ID": "74d7dfcf-b7ea-442a-aaed-2c091dd2d030",
      "OrderId": "26bc1b95-1b22-4cc4-a081-03d48e50f179",
      "PurchaseTag": "sample string 5",
      "Remarks": "sample string 6"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-02-04T08:52:10.7896467+08:00",
      "ID": "74d7dfcf-b7ea-442a-aaed-2c091dd2d030",
      "OrderId": "26bc1b95-1b22-4cc4-a081-03d48e50f179",
      "PurchaseTag": "sample string 5",
      "Remarks": "sample string 6"
    }
  ],
  "DataSources": {
    "ID": "926df29d-ad9f-4438-9f8b-9dc20693b1a5",
    "ProviderCode": "sample string 2",
    "PriceChangeInterval": 3
  },
  "QuotationSources": {
    "Time": "2026-02-04T08:52:10.7896467+08:00",
    "ID": "ca6ea8e0-4d6d-4cf6-ad71-eb7dd277807a",
    "Remarks": "sample string 3",
    "QuotationId": "sample string 4",
    "ProductMark": "sample string 5",
    "Creater": "sample string 6"
  },
  "OrderInternalNumber": "sample string 1",
  "OrderSource": 0,
  "InternalTime": "2026-02-04T08:52:10.7896467+08:00",
  "Creater": "sample string 3",
  "ID": "bdd9ce1c-6227-40cd-9b06-f66e15a34316",
  "SiteId": "sample string 5",
  "OrderExternalNumber": "sample string 6",
  "LatestTime": "2026-02-04T08:52:10.7896467+08:00",
  "ExternalTime": "2026-02-04T08:52:10.7896467+08:00"
}