POST api/SDKExportData/QueryRevenueexpenditureOrder
Request Information
URI Parameters
None.
Body Parameters
RevenueexpenditureOrderReq| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopIds | Collection of integer |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| OrderNos | Collection of string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShopIds": [
1,
2
],
"StartTime": "2026-08-11 21:22:34",
"EndTime": "2026-08-11 21:22:34",
"OrderNos": [
"sample string 1",
"sample string 2"
],
"PageIndex": 1,
"PageSize": 2
}
application/xml, text/xml
Sample:
<RevenueexpenditureOrderReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.RevenueexpenditureRecord">
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">1</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">2</PageSize>
<EndTime>2026-08-11T21:22:34.7039628+08:00</EndTime>
<OrderNos xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</OrderNos>
<ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</ShopIds>
<StartTime>2026-08-11T21:22:34.7039628+08:00</StartTime>
</RevenueexpenditureOrderReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfExportTableInfoOfRevenueexpenditureOrderExportInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | ExportTableInfoOfRevenueexpenditureOrderExportInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.