Name | Description | Type | Additional information |
---|---|---|---|
Type |
Ticket type to create. |
TicketTypeEnum |
None. |
ServiceId |
Service Id, optional for TIC, required for other types (INC, REQ, PRO, CHG). |
integer |
None. |
Subject |
(Required) Subject. |
string |
None. |
Message |
(Required) Description details. |
string |
None. |
Html |
True if the Message is in html format. |
boolean |
None. |
IsMobileDevice |
If true, the ticket has been sent from a mobile device (phone, tablet). |
boolean |
None. |
Attachments |
(Optional) Attachments |
Collection of NewAttachment |
None. |
CustomFormFields |
(Optional) The Custom Forms data. |
Collection of CustomFormFieldData |
None. |
Priorities |
The prority value id. |
Collection of PriorityData |
None. |
CustomerId |
(Optional) Bind the ticket with Customer. |
integer |
None. |
ServiceMailboxId |
(Optional) Bind the ticket with service mailbox. If binded, the ticket will behave as it has came into the system by e-mail. That primarily means the email replies will be send instead of email notifications if the service mailbox is set as shielded from the Requestor. |
integer |
None. |
SubmitterUserProviderKey |
(Optional) If specified, a client (requester) of the ticket will be set (to someone else than to the authorized in user). |
string |
None. |
SolverUserProviderKey |
(Optional) If specified, a solver of the ticket will be set. The Operator role is required. |
string |
None. |
CloseImmediately |
If true, the ticket will be closed immediately. The Operator role is required. |
boolean |
None. |
CategoryItemsIds |
(Optional) The category items id. |
Collection of integer |
None. |
ProductItemsIds |
(Optional) The product items id. |
Collection of integer |
None. |
SendViaOutboundEmail |
If true, the ticket will be created and sent to the requester by email. |
boolean |
None. |
SendViaOutboundEmailFrom |
The From field Email address when the email for requester is created. It has to correspond to the email address of the selected mailbox (ServiceMailboxId). If SendViaOutboundEmail is true, this is required. |
string |
None. |
SendViaOutboundEmailTo |
Email recipient (= ticket requester). If SendViaOutboundEmail is true, this is required. |
string |
None. |
SendViaOutboundEmailCc |
(Optional) CC (carbon copy) emails. |
Collection of string |
None. |
SendViaOutboundEmailBcc |
(Optional) BCC (blind carbon copy) emails. |
Collection of string |
None. |