Adds a comment (Message meant only for intern use between supporters) to a help center case.
| URL | https://api.telecomx.dk/helpcenter/case/CONVERSATION_ID/comment | ||
|---|---|---|---|
| Method | POST | ||
| Access level | RESELLER, RESELLER_ADMIN or ADMIN | ||
| Params | conversationId | String | ConversationId of the case the comment shall be attached to |
| Body | comment | String | Message to add as comment |
| actionNeeded | Boolean | Sets if action is need by supporters on case | |
{ comment: 'Jeg har haft telefonisk kontakt med kunden i dag om X, og er ved at undersøge nærmere.', actionNeeded: true }
| JSON object | |
|---|---|
| success | true |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 404 | case | Case not found |
| 404 | comment | Comment is missing |
| 404 | employeeId | EmployeeId not found |
| 422 | comment | Comment is too short |
| 500 | internal_error | <Unspecified> |