GET api/Reports/GrandTotalsByDateString?locationId={locationId}&terminalId={terminalId}&startDate={startDate}&endDate={endDate}&deviceId={deviceId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | integer |
Required |
|
| terminalId | integer |
Required |
|
| startDate | string |
Required |
|
| endDate | string |
Required |
|
| deviceId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GrandTotalsReport| Name | Description | Type | Additional information |
|---|---|---|---|
| TerminalId | integer |
None. |
|
| TerminalName | string |
None. |
|
| CashUnitName | string |
None. |
|
| TokenName | string |
None. |
|
| Count | integer |
None. |
|
| Amount | decimal number |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.