v2
latestOpenAPI 3.0.12026-07-263104131.9 MBticketing
Create ticket
Create a new ticket, does not accept files
post/v2/ticketing/ticket
Request body
Example request
{
"clientId": 1,
"ticketFormId": 1,
"locationId": 1,
"nodeId": 1,
"subject": "CPU with problems",
"description": {
"body": "new comment",
"htmlBody": "<p>new comment</p>",
"timeTracked": 60
},
"type": "PROBLEM",
"cc": {
"uids": [
"1fa74a18-a329-40d8-b5b7-0a22624f7800",
"b0558cb6-3c4e-438c-b8fd-5247c648bbbe"
],
"emails": [
"example1@example.com",
"example2@example.com"
]
},
"parentTicketId": 1,
"tags": [
"tag1",
"tag2"
],
"attributes": [
{
"id": 1,
"attributeId": 1
}
],
"additionalAssignedTechnicianIds": [
300,
789
]
}Response
default response