POST Api/Invoke/ExportPurchasePaymentsByTime
导出采购单收付款数据表
Request Information
URI Parameters
None.
Body Parameters
检索模型
SpeedPower.Utility.Models.Project.Orders.Service.SearchPurchasPayInfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MinDateTime |
最小查询时间 |
date |
Required |
| MaxDateTime |
最大查询时间 |
date |
Required |
| SiteIds |
站点ID列表 |
Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MinDateTime": "2026-03-25T04:04:50.9983766+08:00",
"MaxDateTime": "2026-03-25T04:04:50.9983766+08:00",
"SiteIds": [
"sample string 1",
"sample string 2"
]
}
Response Information
Resource Description
导出采购单收付款数据表
Collection of SpeedPower.Utility.Models.Project.Orders.Service.ExportPurchasePaymentsByTimeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseFollowups |
退改金融项模型 |
SpeedPower.Utility.Models.Project.Orders.Service.ExportReversePurchaseFollowupByTimeModel |
None. |
| RecordType |
记录添加方式 |
SpeedPower.Utility.Models.Project.Orders.Enums.RecordType |
None. |
| Creater |
创建人 |
string |
Required String length: inclusive between 0 and 128 |
| Time |
添加时间 |
date |
None. |
| ID |
父级ID |
globally unique identifier |
None. |
| ClaimlPrice |
操作价格 |
decimal number |
None. |
| ServicePrice |
服务价格 |
decimal number |
None. |
| Confirmed |
是否已确认 |
boolean |
None. |
| Reconciled |
是否已对账 |
boolean |
None. |
| TransactionId |
交易流水号 |
string |
String length: inclusive between 0 and 200 |
| Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Response Formats
application/json, text/json
Sample:
[
{
"PurchaseFollowups": {
"PurchaseOrders": {
"Orders": {
"OPassengers": [
{
"TicketNumbers": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "f5d4fb7f-930d-4884-8015-176aead78bb2",
"PassengerId": "59b3548f-4149-4deb-a2a8-0b598700bb43",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "f5d4fb7f-930d-4884-8015-176aead78bb2",
"PassengerId": "59b3548f-4149-4deb-a2a8-0b598700bb43",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
}
],
"OTotalPrices": [
{
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "3a561f37-5c50-4ffc-bf67-8bc67f1381f4",
"PassengerId": "1cc18f44-4b9f-45db-8dd4-ba887fa595fd",
"Sequence": 1,
"SalePrice": 4.1,
"PrintPrice": 5,
"FareTax": 6,
"FuelTax": 7,
"CabinLevel": 0,
"CabinCode": "sample string 8",
"ChannelCabinCode": "sample string 9",
"FixedCabinCode": "sample string 10"
},
{
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "3a561f37-5c50-4ffc-bf67-8bc67f1381f4",
"PassengerId": "1cc18f44-4b9f-45db-8dd4-ba887fa595fd",
"Sequence": 1,
"SalePrice": 4.1,
"PrintPrice": 5,
"FareTax": 6,
"FuelTax": 7,
"CabinLevel": 0,
"CabinCode": "sample string 8",
"ChannelCabinCode": "sample string 9",
"FixedCabinCode": "sample string 10"
}
],
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "52ff1515-9268-403d-89bb-252d437c3cd4",
"OrderId": "0c3be505-4e34-4ff9-bfe2-6a9456652a7c",
"Name": "sample string 4",
"Birthday": "2026-03-25T04:04:50.9983766+08:00",
"CardType": 0,
"CardNo": "sample string 5",
"SexType": 0,
"PassengerType": 0,
"ContactPhone": "sample string 6"
},
{
"TicketNumbers": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "f5d4fb7f-930d-4884-8015-176aead78bb2",
"PassengerId": "59b3548f-4149-4deb-a2a8-0b598700bb43",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "f5d4fb7f-930d-4884-8015-176aead78bb2",
"PassengerId": "59b3548f-4149-4deb-a2a8-0b598700bb43",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
}
],
"OTotalPrices": [
{
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "3a561f37-5c50-4ffc-bf67-8bc67f1381f4",
"PassengerId": "1cc18f44-4b9f-45db-8dd4-ba887fa595fd",
"Sequence": 1,
"SalePrice": 4.1,
"PrintPrice": 5,
"FareTax": 6,
"FuelTax": 7,
"CabinLevel": 0,
"CabinCode": "sample string 8",
"ChannelCabinCode": "sample string 9",
"FixedCabinCode": "sample string 10"
},
{
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "3a561f37-5c50-4ffc-bf67-8bc67f1381f4",
"PassengerId": "1cc18f44-4b9f-45db-8dd4-ba887fa595fd",
"Sequence": 1,
"SalePrice": 4.1,
"PrintPrice": 5,
"FareTax": 6,
"FuelTax": 7,
"CabinLevel": 0,
"CabinCode": "sample string 8",
"ChannelCabinCode": "sample string 9",
"FixedCabinCode": "sample string 10"
}
],
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "52ff1515-9268-403d-89bb-252d437c3cd4",
"OrderId": "0c3be505-4e34-4ff9-bfe2-6a9456652a7c",
"Name": "sample string 4",
"Birthday": "2026-03-25T04:04:50.9983766+08:00",
"CardType": 0,
"CardNo": "sample string 5",
"SexType": 0,
"PassengerType": 0,
"ContactPhone": "sample string 6"
}
],
"Refunds": [
{
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "e69d4c5f-2e68-45f8-802c-372284a98f58",
"RefundId": "2267cea3-21e3-40b5-838e-08b21a06f202",
"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-03-25T04:04:50.9983766+08:00",
"ID": "e69d4c5f-2e68-45f8-802c-372284a98f58",
"RefundId": "2267cea3-21e3-40b5-838e-08b21a06f202",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundIncludes": [
{
"ID": "140c1ec5-9282-4373-93a5-df731d770140",
"RefundId": "f3d75bcd-0180-4d8e-b424-c7d0601b8097",
"PassengerId": "e136061a-0d4f-4a4d-a860-2c5dbc94bdff"
},
{
"ID": "140c1ec5-9282-4373-93a5-df731d770140",
"RefundId": "f3d75bcd-0180-4d8e-b424-c7d0601b8097",
"PassengerId": "e136061a-0d4f-4a4d-a860-2c5dbc94bdff"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-03-25T04:04:50.9983766+08:00",
"ID": "076cb530-85ab-43a6-9a9a-6a18372ecdc3",
"OrderId": "acb61c33-06f2-405f-a3ca-6c2e96302e4f",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-03-25T04:04:50.9983766+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-03-25T04:04:50.9983766+08:00"
},
{
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "e69d4c5f-2e68-45f8-802c-372284a98f58",
"RefundId": "2267cea3-21e3-40b5-838e-08b21a06f202",
"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-03-25T04:04:50.9983766+08:00",
"ID": "e69d4c5f-2e68-45f8-802c-372284a98f58",
"RefundId": "2267cea3-21e3-40b5-838e-08b21a06f202",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundIncludes": [
{
"ID": "140c1ec5-9282-4373-93a5-df731d770140",
"RefundId": "f3d75bcd-0180-4d8e-b424-c7d0601b8097",
"PassengerId": "e136061a-0d4f-4a4d-a860-2c5dbc94bdff"
},
{
"ID": "140c1ec5-9282-4373-93a5-df731d770140",
"RefundId": "f3d75bcd-0180-4d8e-b424-c7d0601b8097",
"PassengerId": "e136061a-0d4f-4a4d-a860-2c5dbc94bdff"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-03-25T04:04:50.9983766+08:00",
"ID": "076cb530-85ab-43a6-9a9a-6a18372ecdc3",
"OrderId": "acb61c33-06f2-405f-a3ca-6c2e96302e4f",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-03-25T04:04:50.9983766+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-03-25T04:04:50.9983766+08:00"
}
],
"Changeds": [
{
"ChangedPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "a7bc25b9-a8f4-4c96-9852-3e5007ae080b",
"ChangedId": "b6da2fc5-5d9d-4a0c-88f4-ca5843fbd2bb",
"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-03-25T04:04:50.9983766+08:00",
"ID": "a7bc25b9-a8f4-4c96-9852-3e5007ae080b",
"ChangedId": "b6da2fc5-5d9d-4a0c-88f4-ca5843fbd2bb",
"Confirmed": true,
"Reconciled": true,
"UpgradePrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"ChangedIncludes": [
{
"ID": "406b5ccd-24e6-412f-9ffc-cccba11354ec",
"ChangedId": "8845c37b-a5aa-4d72-917a-377e8cc8f567",
"PassengerId": "cb4f9e6d-48a7-4d0b-aca9-62bab584bb14",
"TicketNumber": "sample string 4"
},
{
"ID": "406b5ccd-24e6-412f-9ffc-cccba11354ec",
"ChangedId": "8845c37b-a5aa-4d72-917a-377e8cc8f567",
"PassengerId": "cb4f9e6d-48a7-4d0b-aca9-62bab584bb14",
"TicketNumber": "sample string 4"
}
],
"ChangedInternalNumber": "sample string 1",
"ChangedSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-03-25T04:04:50.9983766+08:00",
"ID": "0a7aacea-c2d5-45f4-bb57-c4454ff70bce",
"OrderId": "7ebb990f-5ebb-41cf-8d5e-42274784be2f",
"ChangedExternalNumber": "sample string 6",
"ChangedType": 0,
"ChangedStyle": 0,
"LatestTime": "2026-03-25T04:04:50.9983766+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-03-25T04:04:50.9983766+08:00"
},
{
"ChangedPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "a7bc25b9-a8f4-4c96-9852-3e5007ae080b",
"ChangedId": "b6da2fc5-5d9d-4a0c-88f4-ca5843fbd2bb",
"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-03-25T04:04:50.9983766+08:00",
"ID": "a7bc25b9-a8f4-4c96-9852-3e5007ae080b",
"ChangedId": "b6da2fc5-5d9d-4a0c-88f4-ca5843fbd2bb",
"Confirmed": true,
"Reconciled": true,
"UpgradePrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"ChangedIncludes": [
{
"ID": "406b5ccd-24e6-412f-9ffc-cccba11354ec",
"ChangedId": "8845c37b-a5aa-4d72-917a-377e8cc8f567",
"PassengerId": "cb4f9e6d-48a7-4d0b-aca9-62bab584bb14",
"TicketNumber": "sample string 4"
},
{
"ID": "406b5ccd-24e6-412f-9ffc-cccba11354ec",
"ChangedId": "8845c37b-a5aa-4d72-917a-377e8cc8f567",
"PassengerId": "cb4f9e6d-48a7-4d0b-aca9-62bab584bb14",
"TicketNumber": "sample string 4"
}
],
"ChangedInternalNumber": "sample string 1",
"ChangedSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-03-25T04:04:50.9983766+08:00",
"ID": "0a7aacea-c2d5-45f4-bb57-c4454ff70bce",
"OrderId": "7ebb990f-5ebb-41cf-8d5e-42274784be2f",
"ChangedExternalNumber": "sample string 6",
"ChangedType": 0,
"ChangedStyle": 0,
"LatestTime": "2026-03-25T04:04:50.9983766+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-03-25T04:04:50.9983766+08:00"
}
],
"OrderInternalNumber": "sample string 1",
"OrderSource": 0,
"InternalTime": "2026-03-25T04:04:50.9983766+08:00",
"Creater": "sample string 3",
"ID": "f3c1a8f9-758f-4acc-9394-4ad85284d8d4",
"SiteId": "sample string 5",
"OrderExternalNumber": "sample string 6",
"LatestTime": "2026-03-25T04:04:50.9983766+08:00",
"ExternalTime": "2026-03-25T04:04:50.9983766+08:00"
},
"PurchaseIncludes": [
{
"ID": "d738766a-822c-4fb2-9ec8-64e1f675fe3b",
"PurchaseOrderId": "d798d2e3-97bb-4fae-be0b-8b84c965241d",
"PassengerId": "5b0e97ea-3062-4965-bdad-a00ced39a458",
"TicketNumber": "sample string 4"
},
{
"ID": "d738766a-822c-4fb2-9ec8-64e1f675fe3b",
"PurchaseOrderId": "d798d2e3-97bb-4fae-be0b-8b84c965241d",
"PassengerId": "5b0e97ea-3062-4965-bdad-a00ced39a458",
"TicketNumber": "sample string 4"
}
],
"RecordType": 0,
"PaymentUri": "sample string 1",
"Manual": true,
"Creater": "sample string 2",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "a4c5cea1-bf88-4997-b63d-fcf525711e39",
"OrderId": "17ac3783-5918-4307-a4bb-7a081c40cc48",
"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"
},
"RecordType": 0,
"ApplyStatus": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "b6fe5c76-0257-4d3f-8148-844b52c1384c",
"PurchaseOrderId": "0d62b2ef-0498-47ae-8093-6b6f6b243ced",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "3f3e5e56-0c4f-49f3-8497-1b68ad0c79e5",
"LinkedId": "99da3cea-fc4f-4f39-8272-23a338c35274",
"PassengerIds": "sample string 6"
},
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "88470139-837d-42cf-bb2a-bdf12a9b7744",
"ClaimlPrice": 4.1,
"ServicePrice": 5.1,
"Confirmed": true,
"Reconciled": true,
"TransactionId": "sample string 8",
"Remarks": "sample string 9"
},
{
"PurchaseFollowups": {
"PurchaseOrders": {
"Orders": {
"OPassengers": [
{
"TicketNumbers": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "f5d4fb7f-930d-4884-8015-176aead78bb2",
"PassengerId": "59b3548f-4149-4deb-a2a8-0b598700bb43",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "f5d4fb7f-930d-4884-8015-176aead78bb2",
"PassengerId": "59b3548f-4149-4deb-a2a8-0b598700bb43",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
}
],
"OTotalPrices": [
{
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "3a561f37-5c50-4ffc-bf67-8bc67f1381f4",
"PassengerId": "1cc18f44-4b9f-45db-8dd4-ba887fa595fd",
"Sequence": 1,
"SalePrice": 4.1,
"PrintPrice": 5,
"FareTax": 6,
"FuelTax": 7,
"CabinLevel": 0,
"CabinCode": "sample string 8",
"ChannelCabinCode": "sample string 9",
"FixedCabinCode": "sample string 10"
},
{
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "3a561f37-5c50-4ffc-bf67-8bc67f1381f4",
"PassengerId": "1cc18f44-4b9f-45db-8dd4-ba887fa595fd",
"Sequence": 1,
"SalePrice": 4.1,
"PrintPrice": 5,
"FareTax": 6,
"FuelTax": 7,
"CabinLevel": 0,
"CabinCode": "sample string 8",
"ChannelCabinCode": "sample string 9",
"FixedCabinCode": "sample string 10"
}
],
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "52ff1515-9268-403d-89bb-252d437c3cd4",
"OrderId": "0c3be505-4e34-4ff9-bfe2-6a9456652a7c",
"Name": "sample string 4",
"Birthday": "2026-03-25T04:04:50.9983766+08:00",
"CardType": 0,
"CardNo": "sample string 5",
"SexType": 0,
"PassengerType": 0,
"ContactPhone": "sample string 6"
},
{
"TicketNumbers": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "f5d4fb7f-930d-4884-8015-176aead78bb2",
"PassengerId": "59b3548f-4149-4deb-a2a8-0b598700bb43",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "f5d4fb7f-930d-4884-8015-176aead78bb2",
"PassengerId": "59b3548f-4149-4deb-a2a8-0b598700bb43",
"TicketNumber": "sample string 5",
"Posted": true,
"Remarks": "sample string 7"
}
],
"OTotalPrices": [
{
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "3a561f37-5c50-4ffc-bf67-8bc67f1381f4",
"PassengerId": "1cc18f44-4b9f-45db-8dd4-ba887fa595fd",
"Sequence": 1,
"SalePrice": 4.1,
"PrintPrice": 5,
"FareTax": 6,
"FuelTax": 7,
"CabinLevel": 0,
"CabinCode": "sample string 8",
"ChannelCabinCode": "sample string 9",
"FixedCabinCode": "sample string 10"
},
{
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "3a561f37-5c50-4ffc-bf67-8bc67f1381f4",
"PassengerId": "1cc18f44-4b9f-45db-8dd4-ba887fa595fd",
"Sequence": 1,
"SalePrice": 4.1,
"PrintPrice": 5,
"FareTax": 6,
"FuelTax": 7,
"CabinLevel": 0,
"CabinCode": "sample string 8",
"ChannelCabinCode": "sample string 9",
"FixedCabinCode": "sample string 10"
}
],
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "52ff1515-9268-403d-89bb-252d437c3cd4",
"OrderId": "0c3be505-4e34-4ff9-bfe2-6a9456652a7c",
"Name": "sample string 4",
"Birthday": "2026-03-25T04:04:50.9983766+08:00",
"CardType": 0,
"CardNo": "sample string 5",
"SexType": 0,
"PassengerType": 0,
"ContactPhone": "sample string 6"
}
],
"Refunds": [
{
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "e69d4c5f-2e68-45f8-802c-372284a98f58",
"RefundId": "2267cea3-21e3-40b5-838e-08b21a06f202",
"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-03-25T04:04:50.9983766+08:00",
"ID": "e69d4c5f-2e68-45f8-802c-372284a98f58",
"RefundId": "2267cea3-21e3-40b5-838e-08b21a06f202",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundIncludes": [
{
"ID": "140c1ec5-9282-4373-93a5-df731d770140",
"RefundId": "f3d75bcd-0180-4d8e-b424-c7d0601b8097",
"PassengerId": "e136061a-0d4f-4a4d-a860-2c5dbc94bdff"
},
{
"ID": "140c1ec5-9282-4373-93a5-df731d770140",
"RefundId": "f3d75bcd-0180-4d8e-b424-c7d0601b8097",
"PassengerId": "e136061a-0d4f-4a4d-a860-2c5dbc94bdff"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-03-25T04:04:50.9983766+08:00",
"ID": "076cb530-85ab-43a6-9a9a-6a18372ecdc3",
"OrderId": "acb61c33-06f2-405f-a3ca-6c2e96302e4f",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-03-25T04:04:50.9983766+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-03-25T04:04:50.9983766+08:00"
},
{
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "e69d4c5f-2e68-45f8-802c-372284a98f58",
"RefundId": "2267cea3-21e3-40b5-838e-08b21a06f202",
"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-03-25T04:04:50.9983766+08:00",
"ID": "e69d4c5f-2e68-45f8-802c-372284a98f58",
"RefundId": "2267cea3-21e3-40b5-838e-08b21a06f202",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundIncludes": [
{
"ID": "140c1ec5-9282-4373-93a5-df731d770140",
"RefundId": "f3d75bcd-0180-4d8e-b424-c7d0601b8097",
"PassengerId": "e136061a-0d4f-4a4d-a860-2c5dbc94bdff"
},
{
"ID": "140c1ec5-9282-4373-93a5-df731d770140",
"RefundId": "f3d75bcd-0180-4d8e-b424-c7d0601b8097",
"PassengerId": "e136061a-0d4f-4a4d-a860-2c5dbc94bdff"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-03-25T04:04:50.9983766+08:00",
"ID": "076cb530-85ab-43a6-9a9a-6a18372ecdc3",
"OrderId": "acb61c33-06f2-405f-a3ca-6c2e96302e4f",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-03-25T04:04:50.9983766+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-03-25T04:04:50.9983766+08:00"
}
],
"Changeds": [
{
"ChangedPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "a7bc25b9-a8f4-4c96-9852-3e5007ae080b",
"ChangedId": "b6da2fc5-5d9d-4a0c-88f4-ca5843fbd2bb",
"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-03-25T04:04:50.9983766+08:00",
"ID": "a7bc25b9-a8f4-4c96-9852-3e5007ae080b",
"ChangedId": "b6da2fc5-5d9d-4a0c-88f4-ca5843fbd2bb",
"Confirmed": true,
"Reconciled": true,
"UpgradePrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"ChangedIncludes": [
{
"ID": "406b5ccd-24e6-412f-9ffc-cccba11354ec",
"ChangedId": "8845c37b-a5aa-4d72-917a-377e8cc8f567",
"PassengerId": "cb4f9e6d-48a7-4d0b-aca9-62bab584bb14",
"TicketNumber": "sample string 4"
},
{
"ID": "406b5ccd-24e6-412f-9ffc-cccba11354ec",
"ChangedId": "8845c37b-a5aa-4d72-917a-377e8cc8f567",
"PassengerId": "cb4f9e6d-48a7-4d0b-aca9-62bab584bb14",
"TicketNumber": "sample string 4"
}
],
"ChangedInternalNumber": "sample string 1",
"ChangedSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-03-25T04:04:50.9983766+08:00",
"ID": "0a7aacea-c2d5-45f4-bb57-c4454ff70bce",
"OrderId": "7ebb990f-5ebb-41cf-8d5e-42274784be2f",
"ChangedExternalNumber": "sample string 6",
"ChangedType": 0,
"ChangedStyle": 0,
"LatestTime": "2026-03-25T04:04:50.9983766+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-03-25T04:04:50.9983766+08:00"
},
{
"ChangedPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "a7bc25b9-a8f4-4c96-9852-3e5007ae080b",
"ChangedId": "b6da2fc5-5d9d-4a0c-88f4-ca5843fbd2bb",
"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-03-25T04:04:50.9983766+08:00",
"ID": "a7bc25b9-a8f4-4c96-9852-3e5007ae080b",
"ChangedId": "b6da2fc5-5d9d-4a0c-88f4-ca5843fbd2bb",
"Confirmed": true,
"Reconciled": true,
"UpgradePrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"ChangedIncludes": [
{
"ID": "406b5ccd-24e6-412f-9ffc-cccba11354ec",
"ChangedId": "8845c37b-a5aa-4d72-917a-377e8cc8f567",
"PassengerId": "cb4f9e6d-48a7-4d0b-aca9-62bab584bb14",
"TicketNumber": "sample string 4"
},
{
"ID": "406b5ccd-24e6-412f-9ffc-cccba11354ec",
"ChangedId": "8845c37b-a5aa-4d72-917a-377e8cc8f567",
"PassengerId": "cb4f9e6d-48a7-4d0b-aca9-62bab584bb14",
"TicketNumber": "sample string 4"
}
],
"ChangedInternalNumber": "sample string 1",
"ChangedSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-03-25T04:04:50.9983766+08:00",
"ID": "0a7aacea-c2d5-45f4-bb57-c4454ff70bce",
"OrderId": "7ebb990f-5ebb-41cf-8d5e-42274784be2f",
"ChangedExternalNumber": "sample string 6",
"ChangedType": 0,
"ChangedStyle": 0,
"LatestTime": "2026-03-25T04:04:50.9983766+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-03-25T04:04:50.9983766+08:00"
}
],
"OrderInternalNumber": "sample string 1",
"OrderSource": 0,
"InternalTime": "2026-03-25T04:04:50.9983766+08:00",
"Creater": "sample string 3",
"ID": "f3c1a8f9-758f-4acc-9394-4ad85284d8d4",
"SiteId": "sample string 5",
"OrderExternalNumber": "sample string 6",
"LatestTime": "2026-03-25T04:04:50.9983766+08:00",
"ExternalTime": "2026-03-25T04:04:50.9983766+08:00"
},
"PurchaseIncludes": [
{
"ID": "d738766a-822c-4fb2-9ec8-64e1f675fe3b",
"PurchaseOrderId": "d798d2e3-97bb-4fae-be0b-8b84c965241d",
"PassengerId": "5b0e97ea-3062-4965-bdad-a00ced39a458",
"TicketNumber": "sample string 4"
},
{
"ID": "d738766a-822c-4fb2-9ec8-64e1f675fe3b",
"PurchaseOrderId": "d798d2e3-97bb-4fae-be0b-8b84c965241d",
"PassengerId": "5b0e97ea-3062-4965-bdad-a00ced39a458",
"TicketNumber": "sample string 4"
}
],
"RecordType": 0,
"PaymentUri": "sample string 1",
"Manual": true,
"Creater": "sample string 2",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "a4c5cea1-bf88-4997-b63d-fcf525711e39",
"OrderId": "17ac3783-5918-4307-a4bb-7a081c40cc48",
"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"
},
"RecordType": 0,
"ApplyStatus": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "b6fe5c76-0257-4d3f-8148-844b52c1384c",
"PurchaseOrderId": "0d62b2ef-0498-47ae-8093-6b6f6b243ced",
"ApplyType": 0,
"Remarks": "sample string 5",
"CSegmentId": "3f3e5e56-0c4f-49f3-8497-1b68ad0c79e5",
"LinkedId": "99da3cea-fc4f-4f39-8272-23a338c35274",
"PassengerIds": "sample string 6"
},
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:04:50.9983766+08:00",
"ID": "88470139-837d-42cf-bb2a-bdf12a9b7744",
"ClaimlPrice": 4.1,
"ServicePrice": 5.1,
"Confirmed": true,
"Reconciled": true,
"TransactionId": "sample string 8",
"Remarks": "sample string 9"
}
]