v1

latestOpenAPI 3.0.02026-08-06100301483.8 KB
Entity

Updates a single availability date on a temp candidate

A Conflict will be returned if the candidate availability is locked for editing to another user in Infinity.

The Start and End date must be valid e.g Start date can not be after end date

To create availability set the IsAvailable property to True and the UnavailabilityReasonId property to null

To create unavailability set the IsAvailable property to False and the UnavailabilityReasonId to a valid unavailability reason

The UnavailabilityReasonId field must match active reference data from the /Reference/UnavailabilityReasons method

patch/Entity/TempCandidateAvailabilityDate

Query parameters

idinteger required

The candidate availability id to update

Request body

Startstring date-time required
Endstring date-time required
TimeZoneIdstring required
IsAvailableboolean required
UnavailabilityReasonIdinteger nullable

Response

OK