POST api/Relocate/Location
Relocate quantity from one location to another
Request Information
URI Parameters
None.
Body Parameters
RelocateLocationParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemUserId | globally unique identifier |
None. |
|
| OwnerId | globally unique identifier |
None. |
|
| PangId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| ExpireDate | date |
None. |
|
| SerialNumber | string |
None. |
|
| BatchNumber | string |
None. |
|
| LocationFromId | globally unique identifier |
None. |
|
| LocationToId | globally unique identifier |
None. |
|
| QuantityToRelocate | decimal number |
None. |
|
| QuantityBaseToRelocate | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| LastReceivedDate | date |
None. |
|
| ReceiveLineId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SystemUserId": "2a1d238b-506a-44b8-a8f3-1def2d598ccd",
"OwnerId": "e757cacd-46e2-4b46-8294-253443100c5e",
"PangId": "2dbaaa32-e4f0-4a1b-a56c-59065b291c44",
"ProductId": "027c43e6-b222-4f99-9005-42d677bbbdd7",
"ExpireDate": "2026-06-25T16:28:34.7819054+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "583dddcb-430e-4b23-a747-cad6f402b124",
"LocationToId": "b4a5fc0c-aea4-4796-93aa-252f2b485d13",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-06-25T16:28:34.7819054+02:00",
"ReceiveLineId": "38fc267c-b628-425c-86e9-41494bf771e1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"