cURL
curl --request POST \ --url https://crm.universal.rollout.com/api/notes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Rollout-Credential-Id: <api-key>' \ --data ' { "personId": "<string>", "assignedUserId": "<string>", "subject": "<string>", "body": "<string>", "isHtml": true } '
{ "id": "<string>", "personId": "<string>", "assignedUserId": "<string>", "createdByUserId": "<string>", "updatedByUserId": "<string>", "subject": "<string>", "body": "<string>", "isHtml": true, "created": "<string>", "updated": "<string>", "rolloutUpdated": "<string>", "originalIds": {}, "original": {} }
Authorization JWT
The Rollout Credential ID to use for queries/mutations
Created
Show child attributes