Adds a comment (message meant only for internal use between supporters) to a help center case.
| URL | https://api.telecomx.dk/helpcenter/case/CONVERSATION_ID/comment | ||
|---|---|---|---|
| Method | POST | ||
| Access level | RESELLER_ADMIN with HELPCENTER feature, or ADMIN. | ||
| Param | CONVERSATION_ID | ConversationId of the case the comment shall be attached to. | |
| Body | comment | String | Message to add as comment. HTML is allowed (it is sanitized), max 50000 characters. |
{ "comment": "I spoke to the customer by phone today and am investigating further." }
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 404 | Case | Case not found |
| 404 | comment | Comment is missing |
| 422 | comment | Comment is too long, max 50000 characters |
| 404 | employeeId | EmployeeId not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |