POST
/candidate/{id}/documents
curl \
-X POST https://api-console.logezy.co/v1/candidate/{id}/documents \
-H "Content-Type: string" \
-H "Accept: string" \
-d '{"job_ids":[42]}'
Request examples
# Headers
Content-Type: string
Accept: string
# Payload
{
"job_ids": [
42
]
}
Response examples (200)
{}