Resume fields
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
newOrderIDstringObrigatório
ID de novo pedido
Corpoobject · NewOrderCheckoutResumeFieldRequest[]
idstringOpcional
orderinteger · int32Obrigatório
namestringObrigatório
titlestringObrigatório
maskstring · enumOpcionalValores possíveis:
typestring · enumObrigatórioValores possíveis:
Respostas
200
OK
application/json
stringOpcional
404
New order was not found
application/json
500
An internal server error was thrown
application/json
put/new-orders/{newOrderID}/checkout/resume-fields
PUT /api/b2b/new-orders/{newOrderID}/checkout/resume-fields HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 81
[
{
"id": "text",
"order": 1,
"name": "text",
"title": "text",
"mask": "DATE",
"type": "ADD"
}
]text