POST TCPv1/Administration/Reports/StandardReports/StockReconciliation?Token={Token}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| UserID | integer |
Required |
Body Parameters
StockReconciliationReport| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountIDs | string |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| ProductGroupID | integer |
None. |
|
| DepotIDs | string |
None. |
|
| FromSerialNo | string |
None. |
|
| ToserialNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountIDs": "sample string 1",
"DateFrom": "2026-06-08T00:09:25.0953465+01:00",
"DateTo": "2026-06-08T00:09:25.0953465+01:00",
"ProductGroupID": 2,
"DepotIDs": "sample string 3",
"FromSerialNo": "sample string 4",
"ToserialNo": "sample string 5"
}
application/xml, text/xml
Sample:
<StockReconciliationReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.SmartAPI"> <AccountIDs>sample string 1</AccountIDs> <DateFrom>2026-06-08T00:09:25.0953465+01:00</DateFrom> <DateTo>2026-06-08T00:09:25.0953465+01:00</DateTo> <DepotIDs>sample string 3</DepotIDs> <FromSerialNo>sample string 4</FromSerialNo> <ProductGroupID>2</ProductGroupID> <ToserialNo>sample string 5</ToserialNo> </StockReconciliationReport>
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. |