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": "7d0d058d-6525-448d-a82d-bd68bf7a5fba",
"OwnerId": "dc54450d-8c4b-46d2-a5fb-258b7e55f5c4",
"PangId": "c034bfea-2a0f-49b5-8c58-7956cd4ee81b",
"ProductId": "fb988aa9-0cb7-4d4a-aee3-7aef48111509",
"ExpireDate": "2026-08-24T14:18:43.3024759+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "fca1e991-155e-42e2-9e99-955961b674c6",
"LocationToId": "2ebffe58-727e-4a64-9123-9ced91acf5ef",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-08-24T14:18:43.3024759+02:00",
"ReceiveLineId": "186ecfc2-fb36-47ba-988b-c6a5aef8c93b"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"