GET api/Reports/UserSummaryByDateString?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 UserSummaryReport| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| EmployeeId | string |
None. |
|
| TransactionTypeId | integer |
None. |
|
| TransactionTypeName | string |
None. |
|
| IsPayout | boolean |
None. |
|
| UserName | string |
None. |
|
| RegisterName | string |
None. |
|
| DepartmentName | string |
None. |
|
| BusinessDate | string |
None. |
|
| DispenseAmount | decimal number |
None. |
|
| DepositAmount | decimal number |
None. |
|
| Amount | decimal number |
None. |
|
| OpenTillStatus | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.