POST TCPv1/Administration/Reports/StandardReports/StockLevel?Token={Token}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| UserID | integer |
Required |
Body Parameters
StockLevelReport| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountIDs | string |
None. |
|
| OrderIDFrom | integer |
None. |
|
| OrderIDTo | integer |
None. |
|
| Description | string |
None. |
|
| ProductGroupID | integer |
None. |
|
| DepotIDs | string |
None. |
|
| SupplierIDs | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountIDs": "sample string 1",
"OrderIDFrom": 2,
"OrderIDTo": 3,
"Description": "sample string 4",
"ProductGroupID": 5,
"DepotIDs": "sample string 6",
"SupplierIDs": "sample string 7"
}
application/xml, text/xml
Sample:
<StockLevelReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.SmartAPI"> <AccountIDs>sample string 1</AccountIDs> <DepotIDs>sample string 6</DepotIDs> <Description>sample string 4</Description> <OrderIDFrom>2</OrderIDFrom> <OrderIDTo>3</OrderIDTo> <ProductGroupID>5</ProductGroupID> <SupplierIDs>sample string 7</SupplierIDs> </StockLevelReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |