Skip to main content
POST
/
deduction_line_items
/
bulk
/
create
Bulk create deduction line items
curl --request POST \
  --url https://sandbox.nmbr.co/services/payroll/deduction_line_items/bulk/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "payroll_id": "<id>",
  "pay_stubs": {
    "include": "all"
  }
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
payroll_id
string
required
pay_stubs
object
required

Response

202

Accepted