Skip to main content
PUT
/
rejectOrder
Rechazar pedido
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
params
object

Response

200 - application/json

Successful Operation

status
enum<string>

Si es que el pedido fue rechazado correctamente.

Available options:
success,
error
message
string

Solo si es que el pedido no fue rechazado correctamente, el mensaje de error.