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
|
Links |
IList<WebApi.Hal.Link>
|
|
|
-
/rels/inventory/receiver
|
|
Sample accept: application/hal+json
{
"algorithmResults": [
"str"
]
}