POST Api/Service/ExportPaymentRecords
导出支付记录
Request Information
URI Parameters
None.
Body Parameters
检索模型
SpeedPower.Utility.Models.Service.MILogs.SearchPaymentRecordModelName | Description | Type | Additional information |
---|---|---|---|
SiteIds |
站点ID列表 |
Collection of string |
None. |
OrderExternalNumber |
外部订单号 |
string |
String length: inclusive between 0 and 128 |
PurchaseOrderNumber |
采购单号 |
string |
String length: inclusive between 0 and 128 |
PaymentTag |
支付路由(账户) |
string |
String length: inclusive between 0 and 20 |
PaymentCode |
支付源代码 |
string |
String length: inclusive between 0 and 20 |
PaymentAccount |
支付账户 |
string |
String length: inclusive between 0 and 128 |
TransactionId |
交易流水号 |
string |
String length: inclusive between 0 and 200 |
Creater |
创建者 |
string |
String length: inclusive between 0 and 128 |
MinDateTime |
最小查询时间 |
date |
None. |
MaxDateTime |
最大查询时间 |
date |
None. |
Request Formats
application/json, text/json
Sample:
{ "SiteIds": [ "sample string 1", "sample string 2" ], "OrderExternalNumber": "sample string 1", "PurchaseOrderNumber": "sample string 2", "PaymentTag": "sample string 3", "PaymentCode": "sample string 4", "PaymentAccount": "sample string 5", "TransactionId": "sample string 6", "Creater": "sample string 7", "MinDateTime": "2024-12-24T03:34:00.7270698+08:00", "MaxDateTime": "2024-12-24T03:34:00.7270698+08:00" }
Response Information
Resource Description
导出支付记录
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |