POST api/SDKExportData/QueryStorehouseSettleOrder
Request Information
URI Parameters
None.
Body Parameters
StorehouseSettleOrderReq| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopIds | Collection of integer |
None. |
|
| OrderNumbers | Collection of string |
None. |
|
| ItemIds | Collection of integer |
None. |
|
| ProductSkus | Collection of string |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| Currency | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShopIds": [
1,
2
],
"OrderNumbers": [
"sample string 1",
"sample string 2"
],
"ItemIds": [
1,
2
],
"ProductSkus": [
"sample string 1",
"sample string 2"
],
"StartTime": "2026-08-11 21:22:34",
"EndTime": "2026-08-11 21:22:34",
"Currency": "sample string 3",
"PageIndex": 4,
"PageSize": 5
}
application/xml, text/xml
Sample:
<StorehouseSettleOrderReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.StorehouseSettle">
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">4</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">5</PageSize>
<Currency>sample string 3</Currency>
<EndTime>2026-08-11T21:22:34.0247395+08:00</EndTime>
<ItemIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</ItemIds>
<OrderNumbers xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</OrderNumbers>
<ProductSkus xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ProductSkus>
<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.0247395+08:00</StartTime>
</StorehouseSettleOrderReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfStorehouseSettleOrderExportInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | StorehouseSettleOrderExportInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": {
"ColumnNames": [
"sample string 1",
"sample string 2"
],
"ColumnDetailNames": [
"sample string 1",
"sample string 2"
],
"Rows": [
{
"Row": {
"sample string 1": {},
"sample string 3": {}
},
"Cells": [
{
"sample string 1": {},
"sample string 3": {}
},
{
"sample string 1": {},
"sample string 3": {}
}
]
},
{
"Row": {
"sample string 1": {},
"sample string 3": {}
},
"Cells": [
{
"sample string 1": {},
"sample string 3": {}
},
{
"sample string 1": {},
"sample string 3": {}
}
]
}
]
}
}
application/xml, text/xml
Sample:
<ResponseResultOfStorehouseSettleOrderExportInfoZvXBiYQ_S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Common">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.Report.Model.ExportData">
<d2p1:ColumnDetailNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</d2p1:ColumnDetailNames>
<d2p1:ColumnNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</d2p1:ColumnNames>
<d2p1:ExportFields xmlns:d3p1="http://schemas.datacontract.org/2004/07/MS.Common.Excels" i:nil="true" />
<d2p1:Rows>
<d2p1:ExportRowDto>
<d2p1:Cells xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:ArrayOfKeyValueOfstringanyType>
<d5p1:KeyValueOfstringanyType>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value />
</d5p1:KeyValueOfstringanyType>
<d5p1:KeyValueOfstringanyType>
<d5p1:Key>sample string 3</d5p1:Key>
<d5p1:Value />
</d5p1:KeyValueOfstringanyType>
</d5p1:ArrayOfKeyValueOfstringanyType>
<d5p1:ArrayOfKeyValueOfstringanyType>
<d5p1:KeyValueOfstringanyType>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value />
</d5p1:KeyValueOfstringanyType>
<d5p1:KeyValueOfstringanyType>
<d5p1:Key>sample string 3</d5p1:Key>
<d5p1:Value />
</d5p1:KeyValueOfstringanyType>
</d5p1:ArrayOfKeyValueOfstringanyType>
</d2p1:Cells>
<d2p1:Row xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:KeyValueOfstringanyType>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value />
</d5p1:KeyValueOfstringanyType>
<d5p1:KeyValueOfstringanyType>
<d5p1:Key>sample string 3</d5p1:Key>
<d5p1:Value />
</d5p1:KeyValueOfstringanyType>
</d2p1:Row>
</d2p1:ExportRowDto>
<d2p1:ExportRowDto>
<d2p1:Cells xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:ArrayOfKeyValueOfstringanyType>
<d5p1:KeyValueOfstringanyType>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value />
</d5p1:KeyValueOfstringanyType>
<d5p1:KeyValueOfstringanyType>
<d5p1:Key>sample string 3</d5p1:Key>
<d5p1:Value />
</d5p1:KeyValueOfstringanyType>
</d5p1:ArrayOfKeyValueOfstringanyType>
<d5p1:ArrayOfKeyValueOfstringanyType>
<d5p1:KeyValueOfstringanyType>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value />
</d5p1:KeyValueOfstringanyType>
<d5p1:KeyValueOfstringanyType>
<d5p1:Key>sample string 3</d5p1:Key>
<d5p1:Value />
</d5p1:KeyValueOfstringanyType>
</d5p1:ArrayOfKeyValueOfstringanyType>
</d2p1:Cells>
<d2p1:Row xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:KeyValueOfstringanyType>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value />
</d5p1:KeyValueOfstringanyType>
<d5p1:KeyValueOfstringanyType>
<d5p1:Key>sample string 3</d5p1:Key>
<d5p1:Value />
</d5p1:KeyValueOfstringanyType>
</d2p1:Row>
</d2p1:ExportRowDto>
</d2p1:Rows>
</Data>
<ErrorCode>sample string 2</ErrorCode>
<ErrorMessage>sample string 3</ErrorMessage>
<Status>true</Status>
</ResponseResultOfStorehouseSettleOrderExportInfoZvXBiYQ_S>