GET Api/Invoke/ExportQueryOverallOrderByChangedExternalNumber/{ExternalNumber}
查询完整订单财务信息(基于改签订单号)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ExternalNumber |
改签单外部订单号 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
查询完整订单财务信息(基于改签订单号)
SpeedPower.Utility.Models.Project.Orders.Service.ExportQueryOrderModel| Name | Description | Type | Additional 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-09-15T06:12:26.8743679+08:00",
"ID": "735101c4-09ab-4623-8a92-0ed2d1cfa0c4",
"OrderId": "db4bd628-ba9b-495e-8212-b0c73c73b2d5",
"PaymentType": 0,
"TotalPrice": 5.1,
"TransactionId": "sample string 6",
"Reconciled": true,
"Remarks": "sample string 8"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-09-15T06:12:26.8743679+08:00",
"ID": "735101c4-09ab-4623-8a92-0ed2d1cfa0c4",
"OrderId": "db4bd628-ba9b-495e-8212-b0c73c73b2d5",
"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-09-15T06:12:26.8743679+08:00",
"ID": "bb538065-1a2e-40c2-aa77-325fa267333b",
"RefundId": "89d4583a-e1d5-4038-8acb-70d64d21d16f",
"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-09-15T06:12:26.8743679+08:00",
"ID": "bb538065-1a2e-40c2-aa77-325fa267333b",
"RefundId": "89d4583a-e1d5-4038-8acb-70d64d21d16f",
"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-09-15T06:12:26.8743679+08:00",
"ID": "6154b787-4098-45ae-bbff-5815e67323d4",
"OrderId": "bcc1d3e3-b8af-467b-8e90-452aa6eb3dac",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-09-15T06:12:26.8743679+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-09-15T06:12:26.8743679+08:00"
},
{
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-09-15T06:12:26.8743679+08:00",
"ID": "bb538065-1a2e-40c2-aa77-325fa267333b",
"RefundId": "89d4583a-e1d5-4038-8acb-70d64d21d16f",
"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-09-15T06:12:26.8743679+08:00",
"ID": "bb538065-1a2e-40c2-aa77-325fa267333b",
"RefundId": "89d4583a-e1d5-4038-8acb-70d64d21d16f",
"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-09-15T06:12:26.8743679+08:00",
"ID": "6154b787-4098-45ae-bbff-5815e67323d4",
"OrderId": "bcc1d3e3-b8af-467b-8e90-452aa6eb3dac",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-09-15T06:12:26.8743679+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-09-15T06:12:26.8743679+08:00"
}
],
"Changeds": [
{
"ChangedPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-09-15T06:12:26.8743679+08:00",
"ID": "73cc5a78-6a5f-48a4-ab11-ce0bcc2dd654",
"ChangedId": "acf43654-cff9-462b-b87c-588be48622ee",
"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-09-15T06:12:26.8743679+08:00",
"ID": "73cc5a78-6a5f-48a4-ab11-ce0bcc2dd654",
"ChangedId": "acf43654-cff9-462b-b87c-588be48622ee",
"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-09-15T06:12:26.8743679+08:00",
"ID": "5bbd887b-083d-4928-a5eb-a4946cb78cc0",
"OrderId": "1e2e6c8f-bbe4-4542-99e3-2a9360e9ae95",
"ChangedExternalNumber": "sample string 6",
"ChangedType": 0,
"ChangedStyle": 0,
"LatestTime": "2026-09-15T06:12:26.8743679+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-09-15T06:12:26.8743679+08:00"
},
{
"ChangedPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-09-15T06:12:26.8743679+08:00",
"ID": "73cc5a78-6a5f-48a4-ab11-ce0bcc2dd654",
"ChangedId": "acf43654-cff9-462b-b87c-588be48622ee",
"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-09-15T06:12:26.8743679+08:00",
"ID": "73cc5a78-6a5f-48a4-ab11-ce0bcc2dd654",
"ChangedId": "acf43654-cff9-462b-b87c-588be48622ee",
"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-09-15T06:12:26.8743679+08:00",
"ID": "5bbd887b-083d-4928-a5eb-a4946cb78cc0",
"OrderId": "1e2e6c8f-bbe4-4542-99e3-2a9360e9ae95",
"ChangedExternalNumber": "sample string 6",
"ChangedType": 0,
"ChangedStyle": 0,
"LatestTime": "2026-09-15T06:12:26.8743679+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-09-15T06:12:26.8743679+08:00"
}
],
"PurchaseOrders": [
{
"PurchasePayables": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-09-15T06:12:26.8743679+08:00",
"ID": "df171996-b645-44ca-b9c8-3567cbbfaf1f",
"PurchaseOrderId": "bfbb8618-3cd4-45c6-96c3-f88a68db42e1",
"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-09-15T06:12:26.8743679+08:00",
"ID": "df171996-b645-44ca-b9c8-3567cbbfaf1f",
"PurchaseOrderId": "bfbb8618-3cd4-45c6-96c3-f88a68db42e1",
"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-09-15T06:12:26.8743679+08:00",
"ID": "cd2243e2-484b-4ece-a80a-7f93a016549a",
"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-09-15T06:12:26.8743679+08:00",
"ID": "37af8e58-939b-48b9-b880-49727b1f04ec",
"PurchaseOrderId": "c682df5d-b2fb-4986-82f8-80d3d71d7c24",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "11d9cbf7-b073-492d-9722-a602daf2b17e",
"LinkedId": "17452c81-2b09-4fa8-a63e-1f2ecb3f06fa",
"PassengerIds": "sample string 6"
},
{
"PurchasePayments": {
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-09-15T06:12:26.8743679+08:00",
"ID": "cd2243e2-484b-4ece-a80a-7f93a016549a",
"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-09-15T06:12:26.8743679+08:00",
"ID": "37af8e58-939b-48b9-b880-49727b1f04ec",
"PurchaseOrderId": "c682df5d-b2fb-4986-82f8-80d3d71d7c24",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "11d9cbf7-b073-492d-9722-a602daf2b17e",
"LinkedId": "17452c81-2b09-4fa8-a63e-1f2ecb3f06fa",
"PassengerIds": "sample string 6"
}
],
"RecordType": 0,
"PaymentUri": "sample string 1",
"Manual": true,
"Creater": "sample string 2",
"Time": "2026-09-15T06:12:26.8743679+08:00",
"ID": "b977a564-8865-4b55-a0ba-d6f394a7e5f4",
"OrderId": "60555c40-bc60-4662-a466-a76c2fda1fd9",
"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-09-15T06:12:26.8743679+08:00",
"ID": "df171996-b645-44ca-b9c8-3567cbbfaf1f",
"PurchaseOrderId": "bfbb8618-3cd4-45c6-96c3-f88a68db42e1",
"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-09-15T06:12:26.8743679+08:00",
"ID": "df171996-b645-44ca-b9c8-3567cbbfaf1f",
"PurchaseOrderId": "bfbb8618-3cd4-45c6-96c3-f88a68db42e1",
"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-09-15T06:12:26.8743679+08:00",
"ID": "cd2243e2-484b-4ece-a80a-7f93a016549a",
"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-09-15T06:12:26.8743679+08:00",
"ID": "37af8e58-939b-48b9-b880-49727b1f04ec",
"PurchaseOrderId": "c682df5d-b2fb-4986-82f8-80d3d71d7c24",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "11d9cbf7-b073-492d-9722-a602daf2b17e",
"LinkedId": "17452c81-2b09-4fa8-a63e-1f2ecb3f06fa",
"PassengerIds": "sample string 6"
},
{
"PurchasePayments": {
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-09-15T06:12:26.8743679+08:00",
"ID": "cd2243e2-484b-4ece-a80a-7f93a016549a",
"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-09-15T06:12:26.8743679+08:00",
"ID": "37af8e58-939b-48b9-b880-49727b1f04ec",
"PurchaseOrderId": "c682df5d-b2fb-4986-82f8-80d3d71d7c24",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "11d9cbf7-b073-492d-9722-a602daf2b17e",
"LinkedId": "17452c81-2b09-4fa8-a63e-1f2ecb3f06fa",
"PassengerIds": "sample string 6"
}
],
"RecordType": 0,
"PaymentUri": "sample string 1",
"Manual": true,
"Creater": "sample string 2",
"Time": "2026-09-15T06:12:26.8743679+08:00",
"ID": "b977a564-8865-4b55-a0ba-d6f394a7e5f4",
"OrderId": "60555c40-bc60-4662-a466-a76c2fda1fd9",
"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-09-15T06:12:26.8743679+08:00",
"Creater": "sample string 3",
"ID": "ae9e0993-4b8f-4ada-80e2-9f71dd94341c",
"SiteId": "sample string 5",
"OrderExternalNumber": "sample string 6",
"LatestTime": "2026-09-15T06:12:26.8743679+08:00",
"ExternalTime": "2026-09-15T06:12:26.8743679+08:00"
}