POST Api/Invoke/ExportOrderPaymentNotReconcileds
导出订单收付款未对账数据表
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": "2026-03-25T04:05:58.0278638+08:00",
"MaxDateTime": "2026-03-25T04:05:58.0278638+08:00",
"SiteIds": [
"sample string 1",
"sample string 2"
]
}
Response Information
Resource Description
导出订单收付款未对账数据表
Collection of SpeedPower.Utility.Models.Project.Orders.Service.ExportOrderPaymentNotReconciledModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Orders |
主订单结构 |
SpeedPower.Utility.Models.Project.Orders.Service.ExportReverseOrderModel |
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. |
| OrderId |
父级ID |
globally unique identifier |
None. |
| PaymentType |
收付款类型 |
SpeedPower.Utility.Models.Project.Orders.Enums.PaymentType |
None. |
| TotalPrice |
支付/收款金额 |
decimal number |
None. |
| TransactionId |
交易流水号 |
string |
String length: inclusive between 0 and 200 |
| Reconciled |
是否已对账 |
boolean |
None. |
| Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Response Formats
application/json, text/json
Sample:
[
{
"Orders": {
"OrderStatus": [
{
"ID": "d214e923-bdb0-4aae-894d-8cfbb092d587",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-25T04:05:58.0278638+08:00",
"OrderId": "8f7b0777-0857-4262-8ce1-42b547db6173",
"Status": 1,
"Remarks": "sample string 5"
},
{
"ID": "d214e923-bdb0-4aae-894d-8cfbb092d587",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-25T04:05:58.0278638+08:00",
"OrderId": "8f7b0777-0857-4262-8ce1-42b547db6173",
"Status": 1,
"Remarks": "sample string 5"
}
],
"OLockedStatus": [
{
"ID": "6f80a6c3-d13a-4fef-a25d-54d601abeb54",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-25T04:05:58.0278638+08:00",
"OrderId": "0a41a155-fab5-44b0-9637-38b03ab5b713",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "6f80a6c3-d13a-4fef-a25d-54d601abeb54",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-25T04:05:58.0278638+08:00",
"OrderId": "0a41a155-fab5-44b0-9637-38b03ab5b713",
"Status": 0,
"Remarks": "sample string 5"
}
],
"OrderInternalNumber": "sample string 1",
"OrderSource": 0,
"InternalTime": "2026-03-25T04:05:58.0278638+08:00",
"Creater": "sample string 3",
"ID": "5f18947a-0649-4b76-881f-195dac968da8",
"SiteId": "sample string 5",
"OrderExternalNumber": "sample string 6",
"LatestTime": "2026-03-25T04:05:58.0278638+08:00",
"ExternalTime": "2026-03-25T04:05:58.0278638+08:00"
},
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:05:58.0278638+08:00",
"ID": "ef2f2872-4cd8-42b0-bb7a-227d96cf4921",
"OrderId": "36d4456d-44d9-4595-bdc3-b2e91062558c",
"PaymentType": 0,
"TotalPrice": 5.1,
"TransactionId": "sample string 6",
"Reconciled": true,
"Remarks": "sample string 8"
},
{
"Orders": {
"OrderStatus": [
{
"ID": "d214e923-bdb0-4aae-894d-8cfbb092d587",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-25T04:05:58.0278638+08:00",
"OrderId": "8f7b0777-0857-4262-8ce1-42b547db6173",
"Status": 1,
"Remarks": "sample string 5"
},
{
"ID": "d214e923-bdb0-4aae-894d-8cfbb092d587",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-25T04:05:58.0278638+08:00",
"OrderId": "8f7b0777-0857-4262-8ce1-42b547db6173",
"Status": 1,
"Remarks": "sample string 5"
}
],
"OLockedStatus": [
{
"ID": "6f80a6c3-d13a-4fef-a25d-54d601abeb54",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-25T04:05:58.0278638+08:00",
"OrderId": "0a41a155-fab5-44b0-9637-38b03ab5b713",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "6f80a6c3-d13a-4fef-a25d-54d601abeb54",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-25T04:05:58.0278638+08:00",
"OrderId": "0a41a155-fab5-44b0-9637-38b03ab5b713",
"Status": 0,
"Remarks": "sample string 5"
}
],
"OrderInternalNumber": "sample string 1",
"OrderSource": 0,
"InternalTime": "2026-03-25T04:05:58.0278638+08:00",
"Creater": "sample string 3",
"ID": "5f18947a-0649-4b76-881f-195dac968da8",
"SiteId": "sample string 5",
"OrderExternalNumber": "sample string 6",
"LatestTime": "2026-03-25T04:05:58.0278638+08:00",
"ExternalTime": "2026-03-25T04:05:58.0278638+08:00"
},
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T04:05:58.0278638+08:00",
"ID": "ef2f2872-4cd8-42b0-bb7a-227d96cf4921",
"OrderId": "36d4456d-44d9-4595-bdc3-b2e91062558c",
"PaymentType": 0,
"TotalPrice": 5.1,
"TransactionId": "sample string 6",
"Reconciled": true,
"Remarks": "sample string 8"
}
]