POST Api/Invoke/ExportRefundPaymentNotReconcileds
导出退票单付款未对账数据表
Request Information
URI Parameters
None.
Body Parameters
检索模型
SpeedPower.Utility.Models.Project.Orders.Service.SearchOrderReconciledModel| 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": "2025-12-29T23:31:45.3062725+08:00",
"MaxDateTime": "2025-12-29T23:31:45.3062725+08:00",
"SiteIds": [
"sample string 1",
"sample string 2"
]
}
Response Information
Resource Description
导出退票单付款未对账数据表
Collection of SpeedPower.Utility.Models.Project.Orders.Service.ExportRefundPaymentNotReconciledModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Refunds |
退票单模型 |
SpeedPower.Utility.Models.Project.Orders.Service.ExportReverseRefundModel |
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. |
| RefundId |
父级ID |
globally unique identifier |
None. |
| Confirmed |
是否已确认金额并操作完成 |
boolean |
None. |
| Reconciled |
是否已对账 |
boolean |
None. |
| RefundPrice |
退票金额 |
decimal number |
None. |
| CostPrice |
退票手续费 |
decimal number |
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:
[
{
"Refunds": {
"RLockedStatus": [
{
"ID": "ad86361d-c5e6-4b0d-9f8a-6ce39a0c53f4",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-12-29T23:31:45.3062725+08:00",
"RefundId": "c716955d-6345-4011-bb16-560671f4d4c2",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "ad86361d-c5e6-4b0d-9f8a-6ce39a0c53f4",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-12-29T23:31:45.3062725+08:00",
"RefundId": "c716955d-6345-4011-bb16-560671f4d4c2",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundStatus": [
{
"ID": "fc5b73f8-1011-4fa9-a0a2-27e13a1b22d7",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-12-29T23:31:45.3062725+08:00",
"RefundId": "7eb3967e-8940-45b2-9097-f7d5aab8b4db",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "fc5b73f8-1011-4fa9-a0a2-27e13a1b22d7",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-12-29T23:31:45.3062725+08:00",
"RefundId": "7eb3967e-8940-45b2-9097-f7d5aab8b4db",
"Status": 0,
"Remarks": "sample string 5"
}
],
"Orders": {
"OrderInternalNumber": "sample string 1",
"OrderSource": 0,
"InternalTime": "2025-12-29T23:31:45.3062725+08:00",
"Creater": "sample string 3",
"ID": "d5fa2833-6417-4e09-822f-283048055060",
"SiteId": "sample string 5",
"OrderExternalNumber": "sample string 6",
"LatestTime": "2025-12-29T23:31:45.3062725+08:00",
"ExternalTime": "2025-12-29T23:31:45.3062725+08:00"
},
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2025-12-29T23:31:45.3062725+08:00",
"ID": "124e45b3-0b25-415b-8687-36ae9fd43294",
"OrderId": "d871b671-9947-415e-8102-89eb1b21b3b1",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2025-12-29T23:31:45.3062725+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2025-12-29T23:31:45.3062725+08:00"
},
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2025-12-29T23:31:45.3062725+08:00",
"ID": "9e3f606a-4acd-40ab-b453-80d8016f8927",
"RefundId": "9ccd2ec1-c0c5-4f3f-84e1-10dfeef0c010",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
},
{
"Refunds": {
"RLockedStatus": [
{
"ID": "ad86361d-c5e6-4b0d-9f8a-6ce39a0c53f4",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-12-29T23:31:45.3062725+08:00",
"RefundId": "c716955d-6345-4011-bb16-560671f4d4c2",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "ad86361d-c5e6-4b0d-9f8a-6ce39a0c53f4",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-12-29T23:31:45.3062725+08:00",
"RefundId": "c716955d-6345-4011-bb16-560671f4d4c2",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundStatus": [
{
"ID": "fc5b73f8-1011-4fa9-a0a2-27e13a1b22d7",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-12-29T23:31:45.3062725+08:00",
"RefundId": "7eb3967e-8940-45b2-9097-f7d5aab8b4db",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "fc5b73f8-1011-4fa9-a0a2-27e13a1b22d7",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-12-29T23:31:45.3062725+08:00",
"RefundId": "7eb3967e-8940-45b2-9097-f7d5aab8b4db",
"Status": 0,
"Remarks": "sample string 5"
}
],
"Orders": {
"OrderInternalNumber": "sample string 1",
"OrderSource": 0,
"InternalTime": "2025-12-29T23:31:45.3062725+08:00",
"Creater": "sample string 3",
"ID": "d5fa2833-6417-4e09-822f-283048055060",
"SiteId": "sample string 5",
"OrderExternalNumber": "sample string 6",
"LatestTime": "2025-12-29T23:31:45.3062725+08:00",
"ExternalTime": "2025-12-29T23:31:45.3062725+08:00"
},
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2025-12-29T23:31:45.3062725+08:00",
"ID": "124e45b3-0b25-415b-8687-36ae9fd43294",
"OrderId": "d871b671-9947-415e-8102-89eb1b21b3b1",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2025-12-29T23:31:45.3062725+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2025-12-29T23:31:45.3062725+08:00"
},
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2025-12-29T23:31:45.3062725+08:00",
"ID": "9e3f606a-4acd-40ab-b453-80d8016f8927",
"RefundId": "9ccd2ec1-c0c5-4f3f-84e1-10dfeef0c010",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
]