URL:service-desk/api/problem-attach-ticket/{problemId}

Method: POST

Description : Route to attach ticket to problem based on problemId and  ticketIds

Parameters:

Parameter Type Optional/Required Description
problem id integer Required Problem id of the problem to attach ticket
ticket id integer Required Ticket ids of the tickets to be attached to problem is passed through request

  1. {
  2. “success”:true,
  3. “Message”:“Tickets Attached Successfully”
  4. }
Tagged: