Add a note to an applicant

Adds a new note to this applicant.

Authentication

AuthorizationBearer

BrightMove OAuth2 client_credentials - use the client_id/client_secret from User > API Keys (or an admin-managed client).

Path parameters

guidstringRequired
Stable public identifier of the applicant

Request

This endpoint expects an object.
notestringRequired
Body of the note.
subjectstringOptional
Subject line of the note.
reminderbooleanOptional
When true, sets a reminder for this note.
reminderDatestringOptional

Reminder date, in ISO-8601 format. Required when reminder is true.

Response

Note added