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": "4f2b7fed-990c-47df-b621-559103bb5170",
"OwnerId": "47e30745-04f4-4e5b-8e78-d708290d56e4",
"PangId": "38bb9a76-c1cd-4d54-a300-23d7043c1d97",
"ProductId": "7a06fcf9-5acc-4fd5-a3b1-a23c8f0887ea",
"ExpireDate": "2026-06-25T16:09:17.5741443+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "48b95c32-2e0a-49d7-968b-ea6259778e36",
"LocationToId": "1da41374-92d3-44df-ad2e-771540633880",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-06-25T16:09:17.5741443+02:00",
"ReceiveLineId": "74e6f419-088a-46e0-8d34-10421c42db98"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"