Create Candidate Notes

POST /candidate/{id}/notes

This API is to create notes using candidate id.

Headers

Path parameters

  • id string Required
application/json

Body

POST /candidate/{id}/notes
curl \
 -X POST https://api-console.logezy.co/v1/candidate/{id}/notes \
 -H "Accept: string" \
 -H "Content-Type: string" \
 -d '{"notes":"string"}'
Request example
# Headers
Accept: string
Content-Type: string

# Payload
{
  "notes": "string"
}