Create Worker's Compensation History Report

Let system create Worker's Compensation History Report.
Report data can be downloaded later (up to 7 days) with Get Report endpoint.
Output model can contains FileToken for downloadable formats like PDF or filled Data property for JSON format.
This endpoint can be called only by System and Admin level users.

Employee call will return Forbidden result even for Employee own company.

Path Params
int32
required

Company Id

Body Params
date-time | null
required

Start Date. Data type is validated and must be Number

date-time | null

End Date. Data type is validated and must be Number

string | null

Two-Letter State Abbreviations. "0" for all states.

int32 | null

WCCode.

int32
enum

Members:

  • 1 - PDF ( Report Output Type - PDF. )
  • 2 - XLS ( Report Output Type - XLS. )
  • 3 - CSV ( Report Output Type - CSV. )
  • 4 - JSON ( Report Output Type - JSON. )
Allowed:
Headers
string
Defaults to 1.0

The requested API version

string
Defaults to 1.0

The requested API version

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
Credentials
Bearer
jwt
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json
text/plain