inventory moverequestsummaries (http://api.3plcentral.com/rels/inventory/moverequestsummaries)
Resource:
Collection: of moverequestsummary
C# Rel Const:
Rels.InventorySvc.MoveRequestSummaries
URI template:
moverequestsummaries{?pgsiz,pgnum,rql,sort}
Obtain URI from:
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
Type Description
TotalResults int
ResourceList IList<Inventory.Models.MoveRequestSummary>
DestinationLocationIdentifier Generic.Models.LocationIdentifier
NameKey Generic.Models.LocationNameKey
FacilityIdentifier Generic.Models.FacilityIdentifier
Name string
Id int
Name string
Id int
Priority int
Locations List<string>
Qty decimal
CustSettingsAutoAdv bool
Sample accept: application/hal+json
{
  "totalResults": 1,
  "_embedded": {
    "item": [
      {
        "destinationLocationIdentifier": {
          "nameKey": {
            "facilityIdentifier": {
              "name": "str",
              "id": 2
            },
            "name": "str"
          },
          "id": 1
        },
        "priority": 1,
        "locations": [
          "str"
        ],
        "qty": 2.0,
        "custSettingsAutoAdv": true
      }
    ]
  }
}

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.