Bulk create work assignments
Bulk-create work assignments for the selected payees (employees and contractors) on the target pay schedule. Payees that already have a work assignment on that pay schedule are skipped.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The payee selection criteria.
payees.include must be either the string "all", or an object containing one or more of ids (string array of employee/contractor ids), payee_type (employee or contractor), payee_names (string), archived (boolean).
payees.exclude (optional) is an object containing one or more of the same keys.
Must be present when payees.include.payee_type, payees.include.payee_names and payees.include.archived is either empty or not set.
Must be present when payees.include.ids, payees.include.payee_names and payees.include.archived is either empty or not set.
Must be present when payees.include.ids, payees.include.payee_type and payees.include.archived is either empty or not set.
Must be present when payees.include.ids, payees.include.payee_type and payees.include.payee_names is either empty or not set.
The properties for each new work assignment, including the required pay_schedule_id. Accepts the same fields as creating a single work assignment.
Response
Accepted

