inventory receiversconfirmasyncstatus (http://api.3plcentral.com/rels/inventory/receiversconfirmasyncstatus)
Resource:
C# Rel Const:
Rels.InventorySvc.ReceiversConfirmAsyncStatus
URI template:
confirmer/async/{id}
The status of an asynchronous receivers 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
ReceiversConfirmed int
ReceiversToConfirm int
Sample accept: application/hal+json
{
  "receiversConfirmed": 1,
  "receiversToConfirm": 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.