Create Note
Create a new note record for annotations or comments
POST
This endpoint requires authentication with
notes:write permission.Request Parameters
string
required
The title or subject of the note
string
required
The main content or body of the note
string
ID or name of the user creating the note (auto-filled if not provided)
string
Optional ID of the resource this note is associated with (e.g., order ID)
Response
string
Unique identifier for the created note
string
The title of the note
string
The content of the note
string
Timestamp when the note was created
string
Timestamp when the note was last updated
string
User who created the note
string
User who last modified the note