POST TCPv1/Administration/Reports/PivotReports/SalesDeliveredByProduct?Token={Token}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| UserID | integer |
Required |
Body Parameters
PivotReportPayload| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| BatchNo | string |
None. |
|
| StoreID | integer |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"BatchNo": "sample string 1",
"StoreID": 1,
"DateFrom": "2026-08-27T04:04:31.6458492+01:00",
"DateTo": "2026-08-27T04:04:31.6458492+01:00",
"PageNo": 4,
"PageSize": 5
}
application/xml, text/xml
Sample:
<PivotReportPayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.SmartAPI"> <BatchNo>sample string 1</BatchNo> <DateFrom>2026-08-27T04:04:31.6458492+01:00</DateFrom> <DateTo>2026-08-27T04:04:31.6458492+01:00</DateTo> <PageNo>4</PageNo> <PageSize>5</PageSize> <ProductID>1</ProductID> <StoreID>1</StoreID> </PivotReportPayload>
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. |