GET Api/Invoke/ExportQueryOverallOrderByOrderExternalNumber/{ExternalNumber}

查询完整订单财务信息(基于外部订单号)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ExternalNumber

订单外部订单号

string

Required

Body Parameters

None.

Response Information

Resource Description

查询完整订单财务信息(基于外部订单号)

SpeedPower.Utility.Models.Project.Orders.Service.ExportQueryOrderModel
NameDescriptionTypeAdditional information
OrderPayments

订单收付款项列表

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

None.

Refunds

退票单列表

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

None.

Changeds

改签单列表

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

None.

PurchaseOrders

采购单列表

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

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:
{
  "OrderPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-08-18T13:03:08.0428801+08:00",
      "ID": "207ccaf0-2e43-4c4d-9bf1-67d20c8622d7",
      "OrderId": "075cc44a-20d9-48a7-98ea-fbcafce2ee1a",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    },
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-08-18T13:03:08.0428801+08:00",
      "ID": "207ccaf0-2e43-4c4d-9bf1-67d20c8622d7",
      "OrderId": "075cc44a-20d9-48a7-98ea-fbcafce2ee1a",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    }
  ],
  "Refunds": [
    {
      "RefundPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "2b31709e-b8ed-4f79-921d-a9ffb1ce26cb",
          "RefundId": "dd6dd2fc-b78e-47ef-8aa1-07fac8838e2d",
          "Confirmed": true,
          "Reconciled": true,
          "RefundPrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "2b31709e-b8ed-4f79-921d-a9ffb1ce26cb",
          "RefundId": "dd6dd2fc-b78e-47ef-8aa1-07fac8838e2d",
          "Confirmed": true,
          "Reconciled": true,
          "RefundPrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        }
      ],
      "RefundInternalNumber": "sample string 1",
      "RefundSource": 0,
      "Creater": "sample string 2",
      "InternalTime": "2026-08-18T13:03:08.0428801+08:00",
      "ID": "87034cdf-691a-401a-9033-e6c0e50aaee4",
      "OrderId": "c4657d49-abf2-45e8-a3a0-94bcabb6ef18",
      "RefundExternalNumber": "sample string 6",
      "RefundType": 0,
      "RefundStyle": 0,
      "LatestTime": "2026-08-18T13:03:08.0428801+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2026-08-18T13:03:08.0428801+08:00"
    },
    {
      "RefundPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "2b31709e-b8ed-4f79-921d-a9ffb1ce26cb",
          "RefundId": "dd6dd2fc-b78e-47ef-8aa1-07fac8838e2d",
          "Confirmed": true,
          "Reconciled": true,
          "RefundPrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "2b31709e-b8ed-4f79-921d-a9ffb1ce26cb",
          "RefundId": "dd6dd2fc-b78e-47ef-8aa1-07fac8838e2d",
          "Confirmed": true,
          "Reconciled": true,
          "RefundPrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        }
      ],
      "RefundInternalNumber": "sample string 1",
      "RefundSource": 0,
      "Creater": "sample string 2",
      "InternalTime": "2026-08-18T13:03:08.0428801+08:00",
      "ID": "87034cdf-691a-401a-9033-e6c0e50aaee4",
      "OrderId": "c4657d49-abf2-45e8-a3a0-94bcabb6ef18",
      "RefundExternalNumber": "sample string 6",
      "RefundType": 0,
      "RefundStyle": 0,
      "LatestTime": "2026-08-18T13:03:08.0428801+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2026-08-18T13:03:08.0428801+08:00"
    }
  ],
  "Changeds": [
    {
      "ChangedPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "745c6e40-e3de-43ac-be72-909117a62627",
          "ChangedId": "1148e51e-6932-430f-a0e2-a3478ce9f52e",
          "Confirmed": true,
          "Reconciled": true,
          "UpgradePrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "745c6e40-e3de-43ac-be72-909117a62627",
          "ChangedId": "1148e51e-6932-430f-a0e2-a3478ce9f52e",
          "Confirmed": true,
          "Reconciled": true,
          "UpgradePrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        }
      ],
      "ChangedInternalNumber": "sample string 1",
      "ChangedSource": 0,
      "Creater": "sample string 2",
      "InternalTime": "2026-08-18T13:03:08.0428801+08:00",
      "ID": "f049e6be-d991-4ab7-850c-6351602aa4f8",
      "OrderId": "8c475247-1f5c-47ea-8f9b-e0352170f7f9",
      "ChangedExternalNumber": "sample string 6",
      "ChangedType": 0,
      "ChangedStyle": 0,
      "LatestTime": "2026-08-18T13:03:08.0428801+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2026-08-18T13:03:08.0428801+08:00"
    },
    {
      "ChangedPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "745c6e40-e3de-43ac-be72-909117a62627",
          "ChangedId": "1148e51e-6932-430f-a0e2-a3478ce9f52e",
          "Confirmed": true,
          "Reconciled": true,
          "UpgradePrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "745c6e40-e3de-43ac-be72-909117a62627",
          "ChangedId": "1148e51e-6932-430f-a0e2-a3478ce9f52e",
          "Confirmed": true,
          "Reconciled": true,
          "UpgradePrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        }
      ],
      "ChangedInternalNumber": "sample string 1",
      "ChangedSource": 0,
      "Creater": "sample string 2",
      "InternalTime": "2026-08-18T13:03:08.0428801+08:00",
      "ID": "f049e6be-d991-4ab7-850c-6351602aa4f8",
      "OrderId": "8c475247-1f5c-47ea-8f9b-e0352170f7f9",
      "ChangedExternalNumber": "sample string 6",
      "ChangedType": 0,
      "ChangedStyle": 0,
      "LatestTime": "2026-08-18T13:03:08.0428801+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2026-08-18T13:03:08.0428801+08:00"
    }
  ],
  "PurchaseOrders": [
    {
      "PurchasePayables": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "78f77920-bb1c-4592-9736-38ca7d9937ec",
          "PurchaseOrderId": "eeff81e4-a796-4e44-8e90-a890f4e4bc16",
          "PayPrice": 5.1,
          "PaymentTag": "sample string 6",
          "PaymentCode": "sample string 7",
          "PaymentAccount": "sample string 8",
          "TransactionId": "sample string 9",
          "Reconciled": true,
          "Remarks": "sample string 11"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "78f77920-bb1c-4592-9736-38ca7d9937ec",
          "PurchaseOrderId": "eeff81e4-a796-4e44-8e90-a890f4e4bc16",
          "PayPrice": 5.1,
          "PaymentTag": "sample string 6",
          "PaymentCode": "sample string 7",
          "PaymentAccount": "sample string 8",
          "TransactionId": "sample string 9",
          "Reconciled": true,
          "Remarks": "sample string 11"
        }
      ],
      "PurchaseFollowups": [
        {
          "PurchasePayments": {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2026-08-18T13:03:08.0428801+08:00",
            "ID": "d300cce3-4968-42a2-915d-57f069f6275a",
            "ClaimlPrice": 4.1,
            "ServicePrice": 5.1,
            "Confirmed": true,
            "Reconciled": true,
            "TransactionId": "sample string 8",
            "Remarks": "sample string 9"
          },
          "RecordType": 0,
          "ApplyStatus": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "e0eddf2b-3b3d-4b06-acd5-862e32c56208",
          "PurchaseOrderId": "5c8de3a2-de2a-4c59-a9d5-0440ffb08f83",
          "ApplyType": 0,
          "Remarks": "sample string 5",
          "CSegmentId": "f147a973-2fe6-4fed-a5d1-da401008b47e",
          "LinkedId": "9096bf6c-15d6-451a-90f5-3ac85db679c0",
          "PassengerIds": "sample string 6"
        },
        {
          "PurchasePayments": {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2026-08-18T13:03:08.0428801+08:00",
            "ID": "d300cce3-4968-42a2-915d-57f069f6275a",
            "ClaimlPrice": 4.1,
            "ServicePrice": 5.1,
            "Confirmed": true,
            "Reconciled": true,
            "TransactionId": "sample string 8",
            "Remarks": "sample string 9"
          },
          "RecordType": 0,
          "ApplyStatus": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "e0eddf2b-3b3d-4b06-acd5-862e32c56208",
          "PurchaseOrderId": "5c8de3a2-de2a-4c59-a9d5-0440ffb08f83",
          "ApplyType": 0,
          "Remarks": "sample string 5",
          "CSegmentId": "f147a973-2fe6-4fed-a5d1-da401008b47e",
          "LinkedId": "9096bf6c-15d6-451a-90f5-3ac85db679c0",
          "PassengerIds": "sample string 6"
        }
      ],
      "RecordType": 0,
      "PaymentUri": "sample string 1",
      "Manual": true,
      "Creater": "sample string 2",
      "Time": "2026-08-18T13:03:08.0428801+08:00",
      "ID": "24f87033-ecde-4953-ac7a-689d839be92d",
      "OrderId": "be1b5119-7390-481d-b63a-d4cb3f338bb6",
      "PurchaseOrderNumber": "sample string 6",
      "PurchaseOrderType": 0,
      "TotalPrice": 7.1,
      "PlatName": "sample string 8",
      "PurchaseTag": "sample string 9",
      "ProviderCode": "sample string 10",
      "CabinLevel": 0,
      "CabinCode": "sample string 11",
      "ProductRules": "sample string 12",
      "Remarks": "sample string 13"
    },
    {
      "PurchasePayables": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "78f77920-bb1c-4592-9736-38ca7d9937ec",
          "PurchaseOrderId": "eeff81e4-a796-4e44-8e90-a890f4e4bc16",
          "PayPrice": 5.1,
          "PaymentTag": "sample string 6",
          "PaymentCode": "sample string 7",
          "PaymentAccount": "sample string 8",
          "TransactionId": "sample string 9",
          "Reconciled": true,
          "Remarks": "sample string 11"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "78f77920-bb1c-4592-9736-38ca7d9937ec",
          "PurchaseOrderId": "eeff81e4-a796-4e44-8e90-a890f4e4bc16",
          "PayPrice": 5.1,
          "PaymentTag": "sample string 6",
          "PaymentCode": "sample string 7",
          "PaymentAccount": "sample string 8",
          "TransactionId": "sample string 9",
          "Reconciled": true,
          "Remarks": "sample string 11"
        }
      ],
      "PurchaseFollowups": [
        {
          "PurchasePayments": {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2026-08-18T13:03:08.0428801+08:00",
            "ID": "d300cce3-4968-42a2-915d-57f069f6275a",
            "ClaimlPrice": 4.1,
            "ServicePrice": 5.1,
            "Confirmed": true,
            "Reconciled": true,
            "TransactionId": "sample string 8",
            "Remarks": "sample string 9"
          },
          "RecordType": 0,
          "ApplyStatus": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "e0eddf2b-3b3d-4b06-acd5-862e32c56208",
          "PurchaseOrderId": "5c8de3a2-de2a-4c59-a9d5-0440ffb08f83",
          "ApplyType": 0,
          "Remarks": "sample string 5",
          "CSegmentId": "f147a973-2fe6-4fed-a5d1-da401008b47e",
          "LinkedId": "9096bf6c-15d6-451a-90f5-3ac85db679c0",
          "PassengerIds": "sample string 6"
        },
        {
          "PurchasePayments": {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2026-08-18T13:03:08.0428801+08:00",
            "ID": "d300cce3-4968-42a2-915d-57f069f6275a",
            "ClaimlPrice": 4.1,
            "ServicePrice": 5.1,
            "Confirmed": true,
            "Reconciled": true,
            "TransactionId": "sample string 8",
            "Remarks": "sample string 9"
          },
          "RecordType": 0,
          "ApplyStatus": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-18T13:03:08.0428801+08:00",
          "ID": "e0eddf2b-3b3d-4b06-acd5-862e32c56208",
          "PurchaseOrderId": "5c8de3a2-de2a-4c59-a9d5-0440ffb08f83",
          "ApplyType": 0,
          "Remarks": "sample string 5",
          "CSegmentId": "f147a973-2fe6-4fed-a5d1-da401008b47e",
          "LinkedId": "9096bf6c-15d6-451a-90f5-3ac85db679c0",
          "PassengerIds": "sample string 6"
        }
      ],
      "RecordType": 0,
      "PaymentUri": "sample string 1",
      "Manual": true,
      "Creater": "sample string 2",
      "Time": "2026-08-18T13:03:08.0428801+08:00",
      "ID": "24f87033-ecde-4953-ac7a-689d839be92d",
      "OrderId": "be1b5119-7390-481d-b63a-d4cb3f338bb6",
      "PurchaseOrderNumber": "sample string 6",
      "PurchaseOrderType": 0,
      "TotalPrice": 7.1,
      "PlatName": "sample string 8",
      "PurchaseTag": "sample string 9",
      "ProviderCode": "sample string 10",
      "CabinLevel": 0,
      "CabinCode": "sample string 11",
      "ProductRules": "sample string 12",
      "Remarks": "sample string 13"
    }
  ],
  "OrderInternalNumber": "sample string 1",
  "OrderSource": 0,
  "InternalTime": "2026-08-18T13:03:08.0428801+08:00",
  "Creater": "sample string 3",
  "ID": "1cde3cea-4779-4afe-a8fc-3616c8dd4550",
  "SiteId": "sample string 5",
  "OrderExternalNumber": "sample string 6",
  "LatestTime": "2026-08-18T13:03:08.0428801+08:00",
  "ExternalTime": "2026-08-18T13:03:08.0428801+08:00"
}