Generates a Detailed Activity Report as an Excel file.
GET http:///api/v2/business/{businessId}/report/detailedactivity/xlsx
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| businessId | string | Required | 
| Parameter name | Value | Description | Additional | 
|---|---|---|---|
| FromDate | date-time | ||
| ToDate | date-time | ||
| GroupBy | string | Possible values are: 
 | |
| FilterType | string | Possible values are: 
 | |
| PayRunId | int32 | ||
| PayScheduleId | int32 | ||
| LocationsIds | array of int32, multiple occurances | ||
| EmployeeIds | array of int32, multiple occurances | ||
| IncludePostTaxDeductions | boolean | ||
| ShowLocationTotalsOnly | boolean | ||
| IncludeEmployeePayRunBreakdown | boolean | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK | ByteArrayContent | 
Powered by DapperDox