Validation Orders
POST/account/order/validate
Validation Orders
Request
Header Parameters
apiSignature stringrequired
the valid RSA-SHA512 signature of the request body
- application/json
Body
required
Data to send
- Array [
- ]
orderIds object[]
id integer
Responses
- 200
- 400
- 401
- 403
- 500
Orders Validated
- application/json
- Schema
- Example (from schema)
Schema
success boolean
message string
code integer
{
"success": "true",
"message": "OrdersId 18222 validated",
"code": "200"
}
Bad Request
You need to put a Token in 'Authorize' section
Access to the resource is forbidden for this user
Internal Server Error
Loading...