Create Support Ticket

POST

Posts a new note to the Support Ticket ID provided in the path.


For more information see the SupportTicketNoteRequest Model.

Path parameters

supportTicketIdlongRequired

Request

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

The note to post to 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.