GET Api/Invoke/ExportQueryOverallOrderByPurchaseOrderNumber/{PurchaseNumber}

查询完整订单财务信息(基于采购单号)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PurchaseNumber

采购单号

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-18T09:43:33.9343697+08:00",
      "ID": "0d72b24e-f112-4cea-bc4d-4cd9e37c5025",
      "OrderId": "ef558f6c-f9d7-4250-b72c-be345c11f351",
      "PaymentType": 0,
      "TotalPrice": 5.1,
      "TransactionId": "sample string 6",
      "Reconciled": true,
      "Remarks": "sample string 8"
    },
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2025-12-18T09:43:33.9343697+08:00",
      "ID": "0d72b24e-f112-4cea-bc4d-4cd9e37c5025",
      "OrderId": "ef558f6c-f9d7-4250-b72c-be345c11f351",
      "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-18T09:43:33.9343697+08:00",
          "ID": "aa972462-89bc-45ff-9ac9-49928c1ffc1f",
          "RefundId": "bd263fc2-af2d-4944-81ab-a22f93836d9b",
          "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-18T09:43:33.9343697+08:00",
          "ID": "aa972462-89bc-45ff-9ac9-49928c1ffc1f",
          "RefundId": "bd263fc2-af2d-4944-81ab-a22f93836d9b",
          "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-18T09:43:33.9343697+08:00",
      "ID": "f0123b38-ea4a-4dee-9f35-8028a9f4201b",
      "OrderId": "41d4ea64-f982-4ff2-8962-b3dbb805c18d",
      "RefundExternalNumber": "sample string 6",
      "RefundType": 0,
      "RefundStyle": 0,
      "LatestTime": "2025-12-18T09:43:33.9343697+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2025-12-18T09:43:33.9343697+08:00"
    },
    {
      "RefundPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2025-12-18T09:43:33.9343697+08:00",
          "ID": "aa972462-89bc-45ff-9ac9-49928c1ffc1f",
          "RefundId": "bd263fc2-af2d-4944-81ab-a22f93836d9b",
          "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-18T09:43:33.9343697+08:00",
          "ID": "aa972462-89bc-45ff-9ac9-49928c1ffc1f",
          "RefundId": "bd263fc2-af2d-4944-81ab-a22f93836d9b",
          "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-18T09:43:33.9343697+08:00",
      "ID": "f0123b38-ea4a-4dee-9f35-8028a9f4201b",
      "OrderId": "41d4ea64-f982-4ff2-8962-b3dbb805c18d",
      "RefundExternalNumber": "sample string 6",
      "RefundType": 0,
      "RefundStyle": 0,
      "LatestTime": "2025-12-18T09:43:33.9343697+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2025-12-18T09:43:33.9343697+08:00"
    }
  ],
  "Changeds": [
    {
      "ChangedPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2025-12-18T09:43:33.9343697+08:00",
          "ID": "a52d7c05-f6a8-414e-86f7-f1adc07d8a44",
          "ChangedId": "d7d3113c-afb3-4fa4-b54c-aeba843e1c90",
          "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-18T09:43:33.9343697+08:00",
          "ID": "a52d7c05-f6a8-414e-86f7-f1adc07d8a44",
          "ChangedId": "d7d3113c-afb3-4fa4-b54c-aeba843e1c90",
          "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-18T09:43:33.9343697+08:00",
      "ID": "c9e2ca81-3398-40bb-a280-e24c5bc8ce9b",
      "OrderId": "914319f3-fbd7-49f7-b7f9-9428488fae46",
      "ChangedExternalNumber": "sample string 6",
      "ChangedType": 0,
      "ChangedStyle": 0,
      "LatestTime": "2025-12-18T09:43:33.9343697+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2025-12-18T09:43:33.9343697+08:00"
    },
    {
      "ChangedPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2025-12-18T09:43:33.9343697+08:00",
          "ID": "a52d7c05-f6a8-414e-86f7-f1adc07d8a44",
          "ChangedId": "d7d3113c-afb3-4fa4-b54c-aeba843e1c90",
          "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-18T09:43:33.9343697+08:00",
          "ID": "a52d7c05-f6a8-414e-86f7-f1adc07d8a44",
          "ChangedId": "d7d3113c-afb3-4fa4-b54c-aeba843e1c90",
          "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-18T09:43:33.9343697+08:00",
      "ID": "c9e2ca81-3398-40bb-a280-e24c5bc8ce9b",
      "OrderId": "914319f3-fbd7-49f7-b7f9-9428488fae46",
      "ChangedExternalNumber": "sample string 6",
      "ChangedType": 0,
      "ChangedStyle": 0,
      "LatestTime": "2025-12-18T09:43:33.9343697+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2025-12-18T09:43:33.9343697+08:00"
    }
  ],
  "PurchaseOrders": [
    {
      "PurchasePayables": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2025-12-18T09:43:33.9343697+08:00",
          "ID": "c61b5adb-a72e-493f-bcc2-03bc3191861e",
          "PurchaseOrderId": "def7d332-78e4-433c-a5f2-918cbd53ef26",
          "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-18T09:43:33.9343697+08:00",
          "ID": "c61b5adb-a72e-493f-bcc2-03bc3191861e",
          "PurchaseOrderId": "def7d332-78e4-433c-a5f2-918cbd53ef26",
          "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-18T09:43:33.9343697+08:00",
            "ID": "c86f4db1-0db8-453c-93ae-0f7d49bcf7fc",
            "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-18T09:43:33.9343697+08:00",
          "ID": "4cee40cf-d669-4a42-9a11-c047d0cf4ac9",
          "PurchaseOrderId": "6a5e19e9-aeeb-45e7-9fa7-45214ad6b6e3",
          "ApplyType": 0,
          "Remarks": "sample string 5",
          "CSegmentId": "d742f8ef-9d79-49fa-a3f0-6d971783e0ac",
          "LinkedId": "c1785d8a-15fc-4e8e-91fa-f991d37ae975",
          "PassengerIds": "sample string 6"
        },
        {
          "PurchasePayments": {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2025-12-18T09:43:33.9343697+08:00",
            "ID": "c86f4db1-0db8-453c-93ae-0f7d49bcf7fc",
            "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-18T09:43:33.9343697+08:00",
          "ID": "4cee40cf-d669-4a42-9a11-c047d0cf4ac9",
          "PurchaseOrderId": "6a5e19e9-aeeb-45e7-9fa7-45214ad6b6e3",
          "ApplyType": 0,
          "Remarks": "sample string 5",
          "CSegmentId": "d742f8ef-9d79-49fa-a3f0-6d971783e0ac",
          "LinkedId": "c1785d8a-15fc-4e8e-91fa-f991d37ae975",
          "PassengerIds": "sample string 6"
        }
      ],
      "RecordType": 0,
      "PaymentUri": "sample string 1",
      "Manual": true,
      "Creater": "sample string 2",
      "Time": "2025-12-18T09:43:33.9343697+08:00",
      "ID": "5982020c-8068-44f0-a92a-b5c8bf7de9ae",
      "OrderId": "7def1828-2eeb-4a1e-aa06-b635db367f8f",
      "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-18T09:43:33.9343697+08:00",
          "ID": "c61b5adb-a72e-493f-bcc2-03bc3191861e",
          "PurchaseOrderId": "def7d332-78e4-433c-a5f2-918cbd53ef26",
          "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-18T09:43:33.9343697+08:00",
          "ID": "c61b5adb-a72e-493f-bcc2-03bc3191861e",
          "PurchaseOrderId": "def7d332-78e4-433c-a5f2-918cbd53ef26",
          "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-18T09:43:33.9343697+08:00",
            "ID": "c86f4db1-0db8-453c-93ae-0f7d49bcf7fc",
            "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-18T09:43:33.9343697+08:00",
          "ID": "4cee40cf-d669-4a42-9a11-c047d0cf4ac9",
          "PurchaseOrderId": "6a5e19e9-aeeb-45e7-9fa7-45214ad6b6e3",
          "ApplyType": 0,
          "Remarks": "sample string 5",
          "CSegmentId": "d742f8ef-9d79-49fa-a3f0-6d971783e0ac",
          "LinkedId": "c1785d8a-15fc-4e8e-91fa-f991d37ae975",
          "PassengerIds": "sample string 6"
        },
        {
          "PurchasePayments": {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2025-12-18T09:43:33.9343697+08:00",
            "ID": "c86f4db1-0db8-453c-93ae-0f7d49bcf7fc",
            "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-18T09:43:33.9343697+08:00",
          "ID": "4cee40cf-d669-4a42-9a11-c047d0cf4ac9",
          "PurchaseOrderId": "6a5e19e9-aeeb-45e7-9fa7-45214ad6b6e3",
          "ApplyType": 0,
          "Remarks": "sample string 5",
          "CSegmentId": "d742f8ef-9d79-49fa-a3f0-6d971783e0ac",
          "LinkedId": "c1785d8a-15fc-4e8e-91fa-f991d37ae975",
          "PassengerIds": "sample string 6"
        }
      ],
      "RecordType": 0,
      "PaymentUri": "sample string 1",
      "Manual": true,
      "Creater": "sample string 2",
      "Time": "2025-12-18T09:43:33.9343697+08:00",
      "ID": "5982020c-8068-44f0-a92a-b5c8bf7de9ae",
      "OrderId": "7def1828-2eeb-4a1e-aa06-b635db367f8f",
      "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-18T09:43:33.9343697+08:00",
  "Creater": "sample string 3",
  "ID": "e4fed8a8-3999-4eb8-beeb-19e521f1309a",
  "SiteId": "sample string 5",
  "OrderExternalNumber": "sample string 6",
  "LatestTime": "2025-12-18T09:43:33.9343697+08:00",
  "ExternalTime": "2025-12-18T09:43:33.9343697+08:00"
}