REL documentation
Resource:Operator: assign receiver items a location based on directed putaway setupC# Rel Const:Rels.InventorySvc.ReceiverLocateURI 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 |
| 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 |
| Links | IList<WebApi.Hal.Link> | |
| - /rels/inventory/receiver |
{
"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.