inventory receiversummaries (http://api.3plcentral.com/rels/inventory/receiversummaries)
Resource:
receiver short synopsis
C# Rel Const:
Rels.InventorySvc.ReceiverSummaries
URI template:
receivers/summaries{?pgsiz,pgnum,rql,sort,receiveridcontains}
Obtain URI from:
Get short synopsis of receivers.
Success status: 200
Name Data Type Description
pgsiz int max records to return per response; use "next" or "prev" link to paginate
pgnum int considering pgsiz, returns the pgnum-th page, 1-indexed
rql string see RQL documentation
sort string see RQL documentation
receiveridcontains string matches any part of a receiver id, such as "53" matches receiver ids 7653, 7536 and 5376
Type Description
TotalResults int
ResourceList IList<Inventory.Models.ReceiverSummary>
ReceiverId int
ReferenceNum string
PoNum string
CustomerIdentifier Generic.Models.CustomerIdentifier
ExternalId string
Name string
Id int
FacilityIdentifier Generic.Models.FacilityIdentifier
Name string
Id int
Sample accept: application/hal+json
{
  "totalResults": 1,
  "_embedded": {
    "item": [
      {
        "receiverId": 1,
        "referenceNum": "str",
        "poNum": "str",
        "customerIdentifier": {
          "externalId": "str",
          "name": "str",
          "id": 3
        },
        "facilityIdentifier": {
          "name": "str",
          "id": 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.