Skip to main content
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": {}
}
'
"<string>"

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

rowSettings
object
required

Settings for salary row data

rowExportSettings
object
required

Export format and options

Response

ZIP file containing salary export

The response is of type file.