Change order
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Corpo
idstringOpcional
orderinteger · int32Opcional
typestring · enumOpcionalValores possíveis:
Respostas
200
OK
Sem conteúdo
404
Portal was not found
500
An internal server error was thrown
put/portals/partners/my-orders/change-order
PUT /api/b2b/portals/partners/my-orders/change-order HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"id": "text",
"order": 1,
"type": "DELIVERY"
}Sem conteúdo