# Create a new note for a particular object **POST /notes** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Query parameters - **owner_type** (string) Type of owner (casting, booking, contact, model) - **owner_id** (integer(int32)) ID of owner (casting_id, booking_id, contact_id, model_id) - **text** (string) Note text ## Responses ### 201 New note created #### Body: application/json (array[array]) ### 400 Validation error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 405 Method not allowed #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)