# Create a note **POST /api/v1/note** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Body: application/json (object) - **notable_type** (string) The model type that the note for. Available options are: account, bank_transaction, case, charge, check, circle, conversation, expectation, illustration, plan, risk, statement, statement_transaction, task - **notable_uuid** (string(uuid)) The UUID of the model that the note is for. - **contents** (string) The note's contents. - **type** (string) Type of note. Available note types are: call, note, meeting and email - **path** (string) Note path, used for note grouping - **is_pinned** (boolean) Is this note pinned to the top of any results - **visible_to_clients** (boolean) Is this note visible to client accounts ## Responses ### 401 #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)