Next Topic

Previous Topic

Book Contents

Assign Staff to Ticket

Assigns a staff record to a service desk ticket.

PUT /automation/servicedesks/assign/{serviceDeskTicketId}/{staffId}

Headers

Sample Response Model

{
  "Result": true,
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}