POST api/text/report
Request Information
URI Parameters
None.
Body Parameters
ReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportType | integer |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| Formatted | boolean |
None. |
|
| Header | Collection of string |
None. |
|
| Footer | Collection of string |
None. |
|
| TCRCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportType": 1,
"DateFrom": "2026-08-11T14:13:17.3178771+00:00",
"DateTo": "2026-08-11T14:13:17.3178771+00:00",
"Formatted": true,
"Header": [
"sample string 1",
"sample string 2"
],
"Footer": [
"sample string 1",
"sample string 2"
],
"TCRCode": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.