v1
latestOpenAPI 3.0.12026-08-063985821.3 MBCandidate API:Availability
Update weekly availability
Set the candidates availability schedule for a single week
put/candidates/{candidateId}/availability/weekly
Path parameters
candidateIdinteger required
Candidate Id
Request body
Example request
{
"weekOf": "2018-07-01",
"availability": {
"monday": [
{
"start": "09:00",
"end": "12:00"
},
{
"start": "13:00",
"end": "17:00"
}
],
"tuesday": [
{
"start": "09:00",
"end": "12:00"
}
]
},
"recurring": true,
"until": "2018-09-30"
}