APIAbortOrder
Call to abort an order - this might be because you have made errors and you wish to ensure there are no pending items remaining in the system.
/api/plain/?type=APIAbortOrder&[payload]&HashString=[hashstring]
URL Parameters
Payload Parameters
Field | Type | Description |
---|
Reference | Varchar | Order reference |
Success 200
Field | Type | Description |
---|
Errors | Array() | |
Error 4xx
Field | Type | Description |
---|
Errors | array() | |
- Code | Int | Number of error |
- Error | String | Error message |
- Error-Response:
HTTP/1.1 200 OK
{
"Errors": [
{"Code":"403", "Error":"Not found order"}
]
}