GET api/Reports/PayoutDetailByDateString?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 PayoutDetailReport| Name | Description | Type | Additional information |
|---|---|---|---|
| TerminalId | integer |
None. |
|
| EmployeeId | string |
None. |
|
| RegisterId | integer |
None. |
|
| DepartmentId | integer |
None. |
|
| UserId | integer |
None. |
|
| BusinessDate | date |
None. |
|
| TransactionSessionId | integer |
None. |
|
| TokenTypeID | integer |
None. |
|
| TerminalName | string |
None. |
|
| DepartmentName | string |
None. |
|
| RegisterName | string |
None. |
|
| UserName | string |
None. |
|
| TransactionDate | string |
None. |
|
| TransactionDateUTC | string |
None. |
|
| TransactionName | string |
None. |
|
| TransactionStatus | string |
None. |
|
| Amount | decimal number |
None. |
|
| PerformedForUserId | integer |
None. |
|
| PayoutMessage | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.