Generates an employee details report.
POST http:///api/v2/business/{businessId}/report/employeedetails
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| businessId | string | Required | 
The request body takes a complete EmployeeDetailsReportRequestModel resource, containing the following writable properties:
{
    "employingEntityId": "int32",
    "includeActive": "boolean",
    "includeInactive": "boolean",
    "locationId": "int32",
    "selectedColumns": [
        "string"
    ]
}
| Name | Type | Description | 
|---|---|---|
| employingEntityId | int32 | 
      Nullable | 
  
| includeActive | boolean | Boolean | 
| includeInactive | boolean | Boolean | 
| locationId | int32 | Int32 | 
| selectedColumns[] | array of string | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK  | 
          JObject | 
Powered by DapperDox