Use this API to create a note for an activity. The logged in user can only create one note at a time.
Actor | Permission |
---|---|
User | All of the following are required:
|
Client Application | No additional permission is required. |
The request body is mandatory. Request body can be in either XML or JSON format.
Name | Description |
---|---|
content | Content of the note. Refer 'Allowed characters in note content' section for more information. |
Created
Bad Request
Unauthorized
Forbidden
Not Found
Not Acceptable
Internal server error
{- "content": "Customer has not got cashback till now. We need to check with concerned bank."
}
{- "code": "400-101",
- "developerMessage": "Unsupported query parameter(s) supplied: '<query_parameter>'."
}