POST
/
salaries
/
exportSalaryRows
Export salary rows
curl --request POST \
  --url http:localhost:3000/v2/salaries/exportSalaryRows \
  --header 'Content-Type: application/json' \
  --header 'x-API-Key: <api-key>' \
  --data '{
  "rowSettings": {},
  "rowExportSettings": {}
}'
This response does not have an example.

Authorizations

x-API-Key
string
header
required

Query Parameters

from
integer
required

Start date for the salary period (UTC timestamp)

to
integer
required

End date for the salary period (UTC timestamp)

Body

application/json

Export settings and configuration

The body is of type object.

Response

200
application/zip

ZIP file containing salary export

The response is of type file.