Update Assignee

POST

Updates the assignee on a Support Ticket with an ID provided in the path. You can only assign individuals within your organization via the API.


For more information see the SupportTicketAssigneeRequest Model.

Path parameters

supportTicketIdlongRequired

Request

This endpoint expects an object.
emailstringRequiredformat: "\S"

The email address to note as the assignee for the Support Ticket.

Response

This endpoint returns an object.
idlongOptional

The ID of the Support Ticket.

customerobjectOptional

The Customer to whom this Support Ticket belongs.

patientobjectOptional

The Patient that the Support Ticket involves, if applicable.

orderobjectOptional

The Order that the Support Ticket involves, if applicable.

deviceobjectOptional

The Device that the Support Ticket involves, if applicable.

siteobjectOptional

The Site that the Support Ticket involves, if applicable.

ticketTypestringOptional

The type of Support Ticket.

supportTicketNoteslist of objectsOptional

A list of all SupportTicketNotes attached to this Support Ticket.

supportTicketEventslist of objectsOptional

A list of all SupportTicketEvents attached to this Support Ticket.

currentStatusstringOptional

The current status of the Support Ticket.

openbooleanOptional

Whether or not the ticket is considered open or closed.

assignedTeamstringOptional

The team that’s assigned this Support Ticket, if any.

assigneeobjectOptional

The EndUser assigned to this Support Ticket, if any.

createdByobjectOptional

The creator of this Support Ticket.

createdAtdatetimeOptional

The timestamp when the Support Ticket was created.

lastUpdateddatetimeOptional

The most recent time that this Support Ticket was updated in some form.