Skip to main content
PATCH
/
tickets
/
{id}
/
transfer
Transfer a ticket
curl --request PATCH \
  --url https://api.market.iventou.com.br/tickets/{id}/transfer \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "from": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "to": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'

Authorizations

Authorization
string
header
required

Token from partner authetnication

Path Parameters

id
string
required

Body

application/json
from
string<uuid>
required

It's the customer identifier that'll send the ticket to another customer

to
string<uuid>
required

It's the customer identifier that'll receive the ticket transferred from another customer

Response

204

Ticket transferred successful