Use this API to create a note for a case. 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": "Case reopened as customer has experienced same issue again while doing transaction."
}
{- "code": "400-101",
- "developerMessage": "Unsupported query parameter(s) supplied: '<query_parameter>'."
}