cURL
curl --request PUT \ --url https://api.example.com/rejectOrder \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "params": { "integrationOrderId": "<string>" } } '
{ "status": "success", "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Successful Operation
Si es que el pedido fue rechazado correctamente.
success
error
Solo si es que el pedido no fue rechazado correctamente, el mensaje de error.