Mark as On Hold

Put
/employers/{employerId}/employees/onhold

Used to mark multiple employees as On Hold or not On Hold.
The body should contain an array of Ids to identify the employees to update.

Store values

Parameters

string
The Id of the Employer to which the Employees belong

string[]
boolean
The OnHold status to set (optional)
Try it

Possible Responses

200 Success
400 Bad Request
409 Conflict