GET api/Reports/TerminalSummaryByDateString?locationId={locationId}&startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | integer |
Required |
|
| startDate | string |
Required |
|
| endDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TerminalSummaryReport| Name | Description | Type | Additional information |
|---|---|---|---|
| TokenTypeID | integer |
None. |
|
| IsPayout | boolean |
None. |
|
| TerminalId | integer |
None. |
|
| TerminalName | string |
None. |
|
| DepositAmount | decimal number |
None. |
|
| DispenseAmount | decimal number |
None. |
|
| TransactionTypeId | integer |
None. |
|
| Amount | decimal number |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.