inventory receiverlocate (http://api.3plcentral.com/rels/inventory/receiverlocate)
Resource:
Operator: assign receiver items a location based on directed putaway setup
C# Rel Const:
Rels.InventorySvc.ReceiverLocate
URI template:
receivers/{id}/locator{?relocate}
Obtain URI from:
Sets locations for existing receive items based upon directed put-away settings
Success status: 200
Name (* = required) Data Type Description
id * int Receiver Id
relocate bool true: overwrite any existing location; false: default, do not overwrite if location already assigned
information on the inner workings of the locator algorithm
Type Description
AlgorithmResults IEnumerable<string> details on how locations were or were not chosen for the given receiver's items; human-readable, not machine-parsable
Sample accept: application/hal+json
{
  "algorithmResults": [
    "str"
  ]
}

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.