POST api/report/tickets
Get CSV file for Sage ERP. Allows to get tickets from company locations. You can use restrictByLocations for restrict list of desired locations.
Request Information
Allows multi-location processing, in case of using parent location token restrictByLocations parameter is strongly recommended with comma separated list of locations to select from or update in
URI Parameters
None.
Body Parameters
TicketsRequestName | Description | Type | Additional information |
---|---|---|---|
OutputFormat | TicketsOutputFormat |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
ReturnDeleted | boolean |
None. |
|
SkipTimeZoneConvertion | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "OutputFormat": 0, "StartDate": "2025-04-03T04:16:17.6132503-04:00", "EndDate": "2025-04-03T04:16:17.6132503-04:00", "PageIndex": 1, "PageSize": 2, "ReturnDeleted": true, "SkipTimeZoneConvertion": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |