ticket.transfer

POST https://outbox.clientdeck.com.ar/api/v0/tickets/{ticket_number}/transfer

Transfiere un ticket a un departamento

Headers

NameTypeDescription

Authorization*

Bearer the_api_token

Request Body

NameTypeDescription

dept_id*

The id of the dept

staff_id*

The agent username

{
	"error": false,
	"message": "Ticket #: 000081 transferred successfully to dept #: Gerencia."
}

Última actualización