HelpDeskMessages
Update HelpDeskMessage
Update an existing HelpDeskMessage record.
PUT
Update HelpDeskMessage
Updates an existing HelpDeskMessage record. You must include the
Id of the record to update along with all required fields.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the HelpDeskMessage-Edit role.Enums
eHelpDeskMessagePriority — Priority values
eHelpDeskMessagePriority — Priority values
| Value | Name |
|---|---|
| 1 | Low |
| 2 | Normal |
| 3 | High |
| 4 | Critical |
eHelpDeskAiResult — AiProcessingResult values
eHelpDeskAiResult — AiProcessingResult values
| Value | Name |
|---|---|
| 1 | NotProcessed |
| 2 | Responded |
| 3 | NotResponded |
Request Body
Required Fields
The Id of the HelpDeskMessage record to update.
ID of the business linked to this record.
ID of the coworker linked to this record.
The subject value for this help desk message.
The message text value for this help desk message.
The priority value for this help desk message.
The ai processing result value for this help desk message.
Optional Fields
ID of the help desk department linked to this record.
Whether closed is enabled.
ID of the owner linked to this record.
URL of a new file to upload as the image.
Set to true to remove the current image file.
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the update.
Contains the
Id of the updated record.true if the helpdeskmessage was updated successfully.null on success.Example Response
400
A summary of the validation error(s), in the format
PropertyName: error message.null on validation failure.Array of validation errors.
false when the request fails validation.Example Response
Update HelpDeskMessage