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": "956e8932-e27e-4b55-82c0-b37c4148c107",
"OwnerId": "fa9b715b-a09a-4ac6-bd01-16b917e94e20",
"PangId": "c8db659b-f551-4444-ae29-9dbc9bcc8fc6",
"ProductId": "c2d154a5-f638-4106-875d-1a951b4939cd",
"ExpireDate": "2026-06-25T11:37:08.2018847+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "53f3d96f-d1a3-40bb-bab6-4a1126997e9d",
"LocationToId": "ec705f50-f3a0-4cf0-b76d-ed4eabf0beb1",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-06-25T11:37:08.2018847+02:00",
"ReceiveLineId": "3f3c9827-154a-4e99-9206-8f6193e6a96e"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"