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