Name | Description | Type | Additional information |
---|---|---|---|
Type |
(Required) Ticket type to create. |
TicketTypeEnum |
None. |
ServiceId |
Service Id, optional for TIC, required for other types (INC, REQ, PRO, CHG). |
integer |
None. |
TicketUserSourceID |
TicketUserSource Id, if not specified, API is used |
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. |
CustomForms |
(Optional) The Custom Forms data. |
Collection of CustomFormNewTicketPost |
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). Authorized user must have administrator, superoperator or operator role. |
string |
None. |
SubmitterEmail |
(Optional) If specified, a client (requester) of the ticket is searched in the system. If not found, it will be created new account automatically. Authorized user must have administrator, superoperator or operator role. |
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. |
Tags |
(Optional) The tag names to be added. Fill the names of tags you want to add when the ticket is created. If the tag with the same name (case insensitive) already exists in the system list, it will be binded. If it doesn't it will be created with default colors first and then binded. |
Collection of string |
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. |