Skip to main content
POST
/
pay_rates
/
bulk
/
create
Bulk create pay rates
curl --request POST \
  --url https://sandbox.nmbr.co/services/payroll/pay_rates/bulk/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "business_entity_id": "<id>",
  "work_assignments": {
    "include": "all"
  }
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
business_entity_id
string
required
work_assignments
object
required

Response

202

Accepted