Skip to main content
POST
/
payrolls
/
{payroll}
/
import
Import historical payroll data from CSV
curl --request POST \
  --url https://sandbox.nmbr.co/services/payroll/payrolls/{payroll}/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded'
{
  "message": "Success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

payroll
string
required

Body

application/x-www-form-urlencoded

The body is of type object.

Response

200 - application/json

OK