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": "1846ff10-8d0c-4229-b836-4fa6b724e53b",
"OwnerId": "1a7e4fde-83e5-4fc7-a956-8354708d4a66",
"PangId": "af6c6b3e-a392-4353-8288-6078ce8c2254",
"ProductId": "7c1a0b9d-ced7-4cdb-b268-1c6c57808731",
"ExpireDate": "2026-06-25T16:09:28.568652+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "74934a9b-213d-47a0-9856-febb076be31b",
"LocationToId": "bf1b796a-5814-48c0-8cc1-4c7cf29bfd26",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-06-25T16:09:28.568652+02:00",
"ReceiveLineId": "3eea9334-8b24-49b3-920d-1c49c013c7af"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"