curl --request POST \
--url https://api.example.com/api/Candidates/{candidateId}/availability-notification \
--header 'Content-Type: application/json' \
--data '
{
"daysBeforeNotification": 123
}
'curl --request POST \
--url https://api.example.com/api/Candidates/{candidateId}/availability-notification \
--header 'Content-Type: application/json' \
--data '
{
"daysBeforeNotification": 123
}
'Was this page helpful?