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": "1a58b3ca-f61d-4d6e-a180-d18676c94e82",
"OwnerId": "8c2be884-082b-419b-bd92-48db99b65921",
"PangId": "5159e3f1-0833-4650-8b03-d6f7203bb4b3",
"ProductId": "273add8e-61ab-4449-893c-e2a43a097068",
"ExpireDate": "2026-08-24T14:34:23.5306227+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "c7c610ff-effb-4d18-839f-3abba63d8606",
"LocationToId": "bd060b7b-7181-48d7-a86d-5dced9867bb0",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-08-24T14:34:23.5306227+02:00",
"ReceiveLineId": "69ee2cc1-f5d4-4664-8ab3-cb311cd88cf2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"