Resource:Status: of ordersconfirmasyncC# Rel Const:Rels.OrderSvc.OrdersConfirmAsyncStatusURI template:confirmer/async/{id}Obtain URI from:
The status of an asynchronous orders confirm operation.
If this returns 400, the content will be the exception that would have been the content of the corresponding synchronous operation.
Success status: 200
Name (* = required) | Data Type | Description |
---|---|---|
id * | int | asynchronous operation id |
Type | Description | |
---|---|---|
OrdersConfirmed | int | |
OrdersToConfirm | int | |
Links | IList<WebApi.Hal.Link> | |
- /rels/orders/ordersconfirmasyncstatus | may be polled until the operation is complete or fails |
{ "ordersConfirmed": 1, "ordersToConfirm": 2 }
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.