GET Api/Invoke/ExportQueryOverallOrderByChangedExternalNumber/{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": "2025-12-02T11:20:03.3782385+08:00",
      "ID": "f7a44b80-f368-4a91-b559-2cc092b39800",
      "OrderId": "ed576a13-f59b-4282-8b43-e2c81e2e16d7",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    },
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2025-12-02T11:20:03.3782385+08:00",
      "ID": "f7a44b80-f368-4a91-b559-2cc092b39800",
      "OrderId": "ed576a13-f59b-4282-8b43-e2c81e2e16d7",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    }
  ],
  "Refunds": [
    {
      "RefundPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "8087a1ae-7670-4dfd-9b8c-5310a9372f8d",
          "RefundId": "fe9dec7d-64f0-4995-96fd-b4907e3186f7",
          "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": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "8087a1ae-7670-4dfd-9b8c-5310a9372f8d",
          "RefundId": "fe9dec7d-64f0-4995-96fd-b4907e3186f7",
          "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": "2025-12-02T11:20:03.3782385+08:00",
      "ID": "6baad3e9-db36-4300-9167-39fb9cb3be8b",
      "OrderId": "5d22a4d2-60e5-424d-acb5-c6613f71f626",
      "RefundExternalNumber": "sample string 6",
      "RefundType": 0,
      "RefundStyle": 0,
      "LatestTime": "2025-12-02T11:20:03.3782385+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2025-12-02T11:20:03.3782385+08:00"
    },
    {
      "RefundPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "8087a1ae-7670-4dfd-9b8c-5310a9372f8d",
          "RefundId": "fe9dec7d-64f0-4995-96fd-b4907e3186f7",
          "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": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "8087a1ae-7670-4dfd-9b8c-5310a9372f8d",
          "RefundId": "fe9dec7d-64f0-4995-96fd-b4907e3186f7",
          "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": "2025-12-02T11:20:03.3782385+08:00",
      "ID": "6baad3e9-db36-4300-9167-39fb9cb3be8b",
      "OrderId": "5d22a4d2-60e5-424d-acb5-c6613f71f626",
      "RefundExternalNumber": "sample string 6",
      "RefundType": 0,
      "RefundStyle": 0,
      "LatestTime": "2025-12-02T11:20:03.3782385+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2025-12-02T11:20:03.3782385+08:00"
    }
  ],
  "Changeds": [
    {
      "ChangedPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "c4f00fec-0ce2-4fe3-8fa3-ec2a69bbb32a",
          "ChangedId": "31931fba-960c-4d08-82c4-97edd27b30f0",
          "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": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "c4f00fec-0ce2-4fe3-8fa3-ec2a69bbb32a",
          "ChangedId": "31931fba-960c-4d08-82c4-97edd27b30f0",
          "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": "2025-12-02T11:20:03.3782385+08:00",
      "ID": "08cbade9-b237-4825-9976-92e4d8150244",
      "OrderId": "74035676-500c-4809-9d5b-482e24654b35",
      "ChangedExternalNumber": "sample string 6",
      "ChangedType": 0,
      "ChangedStyle": 0,
      "LatestTime": "2025-12-02T11:20:03.3782385+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2025-12-02T11:20:03.3782385+08:00"
    },
    {
      "ChangedPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "c4f00fec-0ce2-4fe3-8fa3-ec2a69bbb32a",
          "ChangedId": "31931fba-960c-4d08-82c4-97edd27b30f0",
          "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": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "c4f00fec-0ce2-4fe3-8fa3-ec2a69bbb32a",
          "ChangedId": "31931fba-960c-4d08-82c4-97edd27b30f0",
          "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": "2025-12-02T11:20:03.3782385+08:00",
      "ID": "08cbade9-b237-4825-9976-92e4d8150244",
      "OrderId": "74035676-500c-4809-9d5b-482e24654b35",
      "ChangedExternalNumber": "sample string 6",
      "ChangedType": 0,
      "ChangedStyle": 0,
      "LatestTime": "2025-12-02T11:20:03.3782385+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2025-12-02T11:20:03.3782385+08:00"
    }
  ],
  "PurchaseOrders": [
    {
      "PurchasePayables": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "6716fcd4-410e-4654-92b3-d895826f643a",
          "PurchaseOrderId": "305d4d7f-282d-4a43-93d9-cd0ec39d8f0f",
          "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": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "6716fcd4-410e-4654-92b3-d895826f643a",
          "PurchaseOrderId": "305d4d7f-282d-4a43-93d9-cd0ec39d8f0f",
          "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": "2025-12-02T11:20:03.3782385+08:00",
            "ID": "e9d99236-29d9-4a0e-9f3c-2ddb88e9a4f0",
            "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": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "c67ba36b-112a-4376-b3b6-f1a595686bcb",
          "PurchaseOrderId": "63e39709-1e1a-40ce-88e5-589a733fc081",
          "ApplyType": 0,
          "Remarks": "sample string 5",
          "CSegmentId": "7cea0ba3-e201-4228-8bc2-29bc11fcd485",
          "LinkedId": "2d766010-24af-40d7-a806-f5274e430d44",
          "PassengerIds": "sample string 6"
        },
        {
          "PurchasePayments": {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2025-12-02T11:20:03.3782385+08:00",
            "ID": "e9d99236-29d9-4a0e-9f3c-2ddb88e9a4f0",
            "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": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "c67ba36b-112a-4376-b3b6-f1a595686bcb",
          "PurchaseOrderId": "63e39709-1e1a-40ce-88e5-589a733fc081",
          "ApplyType": 0,
          "Remarks": "sample string 5",
          "CSegmentId": "7cea0ba3-e201-4228-8bc2-29bc11fcd485",
          "LinkedId": "2d766010-24af-40d7-a806-f5274e430d44",
          "PassengerIds": "sample string 6"
        }
      ],
      "RecordType": 0,
      "PaymentUri": "sample string 1",
      "Manual": true,
      "Creater": "sample string 2",
      "Time": "2025-12-02T11:20:03.3782385+08:00",
      "ID": "8e0e0d62-7f3a-48d0-b822-1d8a0a1a56bd",
      "OrderId": "d7c97655-8df3-425d-a792-fa11f71067ba",
      "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": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "6716fcd4-410e-4654-92b3-d895826f643a",
          "PurchaseOrderId": "305d4d7f-282d-4a43-93d9-cd0ec39d8f0f",
          "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": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "6716fcd4-410e-4654-92b3-d895826f643a",
          "PurchaseOrderId": "305d4d7f-282d-4a43-93d9-cd0ec39d8f0f",
          "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": "2025-12-02T11:20:03.3782385+08:00",
            "ID": "e9d99236-29d9-4a0e-9f3c-2ddb88e9a4f0",
            "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": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "c67ba36b-112a-4376-b3b6-f1a595686bcb",
          "PurchaseOrderId": "63e39709-1e1a-40ce-88e5-589a733fc081",
          "ApplyType": 0,
          "Remarks": "sample string 5",
          "CSegmentId": "7cea0ba3-e201-4228-8bc2-29bc11fcd485",
          "LinkedId": "2d766010-24af-40d7-a806-f5274e430d44",
          "PassengerIds": "sample string 6"
        },
        {
          "PurchasePayments": {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2025-12-02T11:20:03.3782385+08:00",
            "ID": "e9d99236-29d9-4a0e-9f3c-2ddb88e9a4f0",
            "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": "2025-12-02T11:20:03.3782385+08:00",
          "ID": "c67ba36b-112a-4376-b3b6-f1a595686bcb",
          "PurchaseOrderId": "63e39709-1e1a-40ce-88e5-589a733fc081",
          "ApplyType": 0,
          "Remarks": "sample string 5",
          "CSegmentId": "7cea0ba3-e201-4228-8bc2-29bc11fcd485",
          "LinkedId": "2d766010-24af-40d7-a806-f5274e430d44",
          "PassengerIds": "sample string 6"
        }
      ],
      "RecordType": 0,
      "PaymentUri": "sample string 1",
      "Manual": true,
      "Creater": "sample string 2",
      "Time": "2025-12-02T11:20:03.3782385+08:00",
      "ID": "8e0e0d62-7f3a-48d0-b822-1d8a0a1a56bd",
      "OrderId": "d7c97655-8df3-425d-a792-fa11f71067ba",
      "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": "2025-12-02T11:20:03.3782385+08:00",
  "Creater": "sample string 3",
  "ID": "a298baf8-30f1-4d1f-836b-e8852212d367",
  "SiteId": "sample string 5",
  "OrderExternalNumber": "sample string 6",
  "LatestTime": "2025-12-02T11:20:03.3782385+08:00",
  "ExternalTime": "2025-12-02T11:20:03.3782385+08:00"
}