API - POST submitOrder
For the Representations 403 Forbidden return, "Sample" or "Schema" is the good one? Sample: { "statusCode": 403, "message": "Out of call volume quota. Quota will be replenished in 00:00:40." } Schema: { "type": "object", "properties": { "correlationId": { "type": "string" }, "errors": { "type": "array", "items": { "type": "object", "properties": { "source": { "type": "string" }, "description": { "type": "string" } } } } } }
You're not signed in. Please sign-in to report an issue or post a comment.