create ticket
POST {{baseUrl}}/api/v2/ticketing/ticket
create ticket
Request Body
{"requestUid"=>"3fa85f64-5717-4562-b3fc-2c963f66afa6", "clientId"=>0, "ticketFormId"=>0, "locationId"=>0, "nodeId"=>0, "summary"=>"string", "description"=>{"public"=>true, "body"=>"string", "htmlBody"=>"string", "uploads"=>[{"resourceId"=>"string", "metadata"=>{"name"=>"string", "mimeType"=>"string", "size"=>"string", "extension"=>"string", "contentId"=>"string", "inline"=>true}}], "timeTracked"=>0, "duplicateInIncidents"=>true}, "status"=>"NEW", "type"=>"PROBLEM", "assignedAppUserId"=>0, "requesterUid"=>"3fa85f64-5717-4562-b3fc-2c963f66afa6", "ccList"=>{"uids"=>["3fa85f64-5717-4562-b3fc-2c963f66afa6"], "emails"=>["string"]}, "attributeValues"=>[{"id"=>0, "attributeId"=>0, "value"=>"string"}], "severity"=>"NONE", "priority"=>"NONE", "tags"=>["string"], "parentTicketId"=>0}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |