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": "cfabd9f2-9714-41c4-a92d-46d0dbbdbc9e",
"OwnerId": "059b8718-fcc5-4e72-b0d4-90e43d4f5a51",
"PangId": "83db6c8e-7c4b-4300-a972-e9afd5bcd8fb",
"ProductId": "7bc5acc1-8572-4f66-af9c-411b50900bd6",
"ExpireDate": "2026-08-24T14:33:09.9423463+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "6570b778-baa7-42e5-a7c4-1c2910cd1b8a",
"LocationToId": "241136f3-b806-44ed-93de-fd27f021fe3c",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-08-24T14:33:09.9423463+02:00",
"ReceiveLineId": "129c0de2-f306-4c2a-a131-210622b5925f"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"