GET Api/Invoke/ExportQueryOverallOrderByRefundExternalNumber/{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-02-09T06:18:36.638942+08:00",
"ID": "22019a42-e58f-418d-8019-8a6409ee9fa3",
"OrderId": "09f1f1d3-4e67-4492-95c7-be044c50773a",
"PaymentType": 0,
"TotalPrice": 5.1,
"TransactionId": "sample string 6",
"Reconciled": true,
"Remarks": "sample string 8"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-02-09T06:18:36.638942+08:00",
"ID": "22019a42-e58f-418d-8019-8a6409ee9fa3",
"OrderId": "09f1f1d3-4e67-4492-95c7-be044c50773a",
"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-02-09T06:18:36.638942+08:00",
"ID": "d7903331-896c-4ce0-ab9b-67e48f203b0d",
"RefundId": "676c1669-73a2-4f8f-84b2-3f079f8b7fd9",
"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-02-09T06:18:36.638942+08:00",
"ID": "d7903331-896c-4ce0-ab9b-67e48f203b0d",
"RefundId": "676c1669-73a2-4f8f-84b2-3f079f8b7fd9",
"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-02-09T06:18:36.638942+08:00",
"ID": "45c79895-96a8-411d-809e-061cc433c59f",
"OrderId": "9f1ada21-d5bb-4fb0-8bda-856148e35d5f",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-02-09T06:18:36.638942+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-02-09T06:18:36.638942+08:00"
},
{
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-02-09T06:18:36.638942+08:00",
"ID": "d7903331-896c-4ce0-ab9b-67e48f203b0d",
"RefundId": "676c1669-73a2-4f8f-84b2-3f079f8b7fd9",
"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-02-09T06:18:36.638942+08:00",
"ID": "d7903331-896c-4ce0-ab9b-67e48f203b0d",
"RefundId": "676c1669-73a2-4f8f-84b2-3f079f8b7fd9",
"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-02-09T06:18:36.638942+08:00",
"ID": "45c79895-96a8-411d-809e-061cc433c59f",
"OrderId": "9f1ada21-d5bb-4fb0-8bda-856148e35d5f",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-02-09T06:18:36.638942+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-02-09T06:18:36.638942+08:00"
}
],
"Changeds": [
{
"ChangedPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-02-09T06:18:36.638942+08:00",
"ID": "20a1ed69-b4be-4699-bcd2-f2443a633866",
"ChangedId": "530a8f5c-dc57-46de-b216-64f14c3588fc",
"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-02-09T06:18:36.638942+08:00",
"ID": "20a1ed69-b4be-4699-bcd2-f2443a633866",
"ChangedId": "530a8f5c-dc57-46de-b216-64f14c3588fc",
"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-02-09T06:18:36.638942+08:00",
"ID": "626505e5-4ec4-405f-aea7-c853c5bfe434",
"OrderId": "dfab53e8-0834-406c-b9af-b9f5f7ee9de5",
"ChangedExternalNumber": "sample string 6",
"ChangedType": 0,
"ChangedStyle": 0,
"LatestTime": "2026-02-09T06:18:36.638942+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-02-09T06:18:36.638942+08:00"
},
{
"ChangedPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-02-09T06:18:36.638942+08:00",
"ID": "20a1ed69-b4be-4699-bcd2-f2443a633866",
"ChangedId": "530a8f5c-dc57-46de-b216-64f14c3588fc",
"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-02-09T06:18:36.638942+08:00",
"ID": "20a1ed69-b4be-4699-bcd2-f2443a633866",
"ChangedId": "530a8f5c-dc57-46de-b216-64f14c3588fc",
"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-02-09T06:18:36.638942+08:00",
"ID": "626505e5-4ec4-405f-aea7-c853c5bfe434",
"OrderId": "dfab53e8-0834-406c-b9af-b9f5f7ee9de5",
"ChangedExternalNumber": "sample string 6",
"ChangedType": 0,
"ChangedStyle": 0,
"LatestTime": "2026-02-09T06:18:36.638942+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-02-09T06:18:36.638942+08:00"
}
],
"PurchaseOrders": [
{
"PurchasePayables": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-02-09T06:18:36.638942+08:00",
"ID": "c6232481-ea1e-4a70-91a4-267c9134ce51",
"PurchaseOrderId": "927ef7a1-0c76-4d22-99f3-54ff934068b4",
"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-02-09T06:18:36.638942+08:00",
"ID": "c6232481-ea1e-4a70-91a4-267c9134ce51",
"PurchaseOrderId": "927ef7a1-0c76-4d22-99f3-54ff934068b4",
"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-02-09T06:18:36.638942+08:00",
"ID": "e45e2cda-89d4-43c4-8b82-85414df80eb8",
"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-02-09T06:18:36.638942+08:00",
"ID": "8d8f058c-45d3-4063-b83f-1b459915ed69",
"PurchaseOrderId": "0b138ca3-be11-4410-a809-a5bd0ac95178",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "85e594eb-0303-46f6-bdcc-c841f74bfeea",
"LinkedId": "f059faf6-9261-4e1a-abb7-d15ef0287921",
"PassengerIds": "sample string 6"
},
{
"PurchasePayments": {
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-02-09T06:18:36.638942+08:00",
"ID": "e45e2cda-89d4-43c4-8b82-85414df80eb8",
"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-02-09T06:18:36.638942+08:00",
"ID": "8d8f058c-45d3-4063-b83f-1b459915ed69",
"PurchaseOrderId": "0b138ca3-be11-4410-a809-a5bd0ac95178",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "85e594eb-0303-46f6-bdcc-c841f74bfeea",
"LinkedId": "f059faf6-9261-4e1a-abb7-d15ef0287921",
"PassengerIds": "sample string 6"
}
],
"RecordType": 0,
"PaymentUri": "sample string 1",
"Manual": true,
"Creater": "sample string 2",
"Time": "2026-02-09T06:18:36.638942+08:00",
"ID": "b80572ae-d4cc-4a35-943c-e615ab36615d",
"OrderId": "4bb055be-3eb4-4c52-b39d-02845531ca67",
"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-02-09T06:18:36.638942+08:00",
"ID": "c6232481-ea1e-4a70-91a4-267c9134ce51",
"PurchaseOrderId": "927ef7a1-0c76-4d22-99f3-54ff934068b4",
"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-02-09T06:18:36.638942+08:00",
"ID": "c6232481-ea1e-4a70-91a4-267c9134ce51",
"PurchaseOrderId": "927ef7a1-0c76-4d22-99f3-54ff934068b4",
"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-02-09T06:18:36.638942+08:00",
"ID": "e45e2cda-89d4-43c4-8b82-85414df80eb8",
"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-02-09T06:18:36.638942+08:00",
"ID": "8d8f058c-45d3-4063-b83f-1b459915ed69",
"PurchaseOrderId": "0b138ca3-be11-4410-a809-a5bd0ac95178",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "85e594eb-0303-46f6-bdcc-c841f74bfeea",
"LinkedId": "f059faf6-9261-4e1a-abb7-d15ef0287921",
"PassengerIds": "sample string 6"
},
{
"PurchasePayments": {
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-02-09T06:18:36.638942+08:00",
"ID": "e45e2cda-89d4-43c4-8b82-85414df80eb8",
"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-02-09T06:18:36.638942+08:00",
"ID": "8d8f058c-45d3-4063-b83f-1b459915ed69",
"PurchaseOrderId": "0b138ca3-be11-4410-a809-a5bd0ac95178",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "85e594eb-0303-46f6-bdcc-c841f74bfeea",
"LinkedId": "f059faf6-9261-4e1a-abb7-d15ef0287921",
"PassengerIds": "sample string 6"
}
],
"RecordType": 0,
"PaymentUri": "sample string 1",
"Manual": true,
"Creater": "sample string 2",
"Time": "2026-02-09T06:18:36.638942+08:00",
"ID": "b80572ae-d4cc-4a35-943c-e615ab36615d",
"OrderId": "4bb055be-3eb4-4c52-b39d-02845531ca67",
"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-02-09T06:18:36.638942+08:00",
"Creater": "sample string 3",
"ID": "b3f6bcd0-82ce-417b-a0c5-113586f93a70",
"SiteId": "sample string 5",
"OrderExternalNumber": "sample string 6",
"LatestTime": "2026-02-09T06:18:36.638942+08:00",
"ExternalTime": "2026-02-09T06:18:36.638942+08:00"
}