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": "8a11ec53-844f-4579-be39-44766a8c5a60",
"OwnerId": "437bc066-5917-4896-8f58-9debc767c5d3",
"PangId": "27e29309-9719-47de-87e3-2d41cc35f1bd",
"ProductId": "7a256791-3646-4092-9120-2cbbd29dcfc4",
"ExpireDate": "2026-08-24T14:34:21.2763498+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "95d3b773-7f22-4298-8204-86ee1de85e86",
"LocationToId": "2b3c037f-5d73-4c49-8ff9-0c729bbece74",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-08-24T14:34:21.2763498+02:00",
"ReceiveLineId": "f9c7a304-bfdc-4dd4-b021-28d77dbaff43"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"