Creates a new note for a candidate
cURL
curl --request POST \ --url https://jobaffinity.fr/restapi/v1/note \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "candidate": "<string>", "text": "<string>" } '
{ "_status": "OK", "_actions": [ {} ] }
HTTP Basic Authentication with API credentials
URL of the candidate
Note content (HTML format)
Note created successfully
OK
INVALID