GET api/Reports/VaultTransactionsByDateString?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 VaultTransactionReport| Name | Description | Type | Additional information |
|---|---|---|---|
| TerminalId | integer |
None. |
|
| TerminalName | string |
None. |
|
| UserId | integer |
None. |
|
| Username | string |
None. |
|
| Amount | decimal number |
None. |
|
| PriorTotal | decimal number |
None. |
|
| AfterTotal | decimal number |
None. |
|
| TransTypeName | string |
None. |
|
| TransactionSessionID | integer |
None. |
|
| DateCreated | date |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.