Relacionar tickets.
POST
/ticketapi/1.0/api/v1/tickets/{ticketId}/related/{relatedTicketId}
curl \
--request POST 'https://api.neppo.com.br/ticketapi/1.0/api/v1/tickets/{ticketId}/related/{relatedTicketId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"status": "SUCCESS",
"message": "Tickets relacionados com sucesso.",
"data": {
"referenceKey": "TICKET-50"
}
}
Response examples (401)
{
"status": "Unauthorized"
}
Response examples (404)
{
"status": "Not Found"
}