Bulk update work assignments
Bulk Operations
Bulk update work assignments
Bulk-update the work assignments matching the selection criteria. Selection uses the same grammar as the work assignment search endpoint.
POST
Bulk update work assignments
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The business entity whose work assignments to update.
The selection criteria.
work_assignments.include must be either the string "all", or an object containing one or more of ids (string array), payee_type (employee or contractor), pay_schedule_id, archived (boolean), payee_names (string).
work_assignments.exclude (optional) is an object containing one or more of the same keys.
Response
202
Accepted

