Skip to main content
POST
Create Paystub Report

Authorizations

Authorization
string
header
required

Body

application/json
companyID
string
required

ID of the Company

start_date
string<date>
required

Start date of the dates that span the Paystub Report. Date should be in ISO-8601 format (YYYY-MM-DD).

end_date
string<date>
required

End date of the dates that span the Paystub Report (will default to today's date if left blank). Date should be in ISO-8601 format (YYYY-MM-DD).

media_type
string
default:pdf
required

The media type of the report, only PDF is supported

Response

200

success
boolean
default:true
Example:

true

data
object