Generates an employee payment history report as an Excel file.
GET http:///api/v2/business/{businessId}/report/paymenthistory/xlsx
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
Parameter name | Value | Description | Additional |
---|---|---|---|
FilterType | string |
Possible values are:
|
|
PayRunId | int32 | ||
EmployeeId | int32 | ||
FromDate | date-time | ||
ToDate | date-time | ||
LocationId | int32 | ||
EmployingEntityId | int32 |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
ByteArrayContent |
Powered by DapperDox