Authentication required. You must include a valid Bearer token. Only users with the ADMIN or MESA role can call this endpoint.
Endpoint
sp_transferir_ticket.
Path parameters
The UUID of the ticket to transfer.
Request body
The name of the target area or department to transfer the ticket to.
The user ID of the agent in the new area who will receive the ticket.
The reason for the transfer. This text is stored in the ticket history.
Response
Confirmation string. Returns
"Transferido" on success.Error codes
| Status | Description |
|---|---|
401 | No token provided or token is invalid. |
403 | Your role is not ADMIN or MESA. |
404 | No ticket found with the given ticket_id. |