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": "43cd5a97-6ebe-436f-9b65-d6a92619ab8c",
"OwnerId": "390778f8-e8bf-48ad-8b92-66f62cdb76de",
"PangId": "de6f7c39-0844-4bdb-a81c-563b4f6aab9d",
"ProductId": "73f5540a-ed8f-452b-a718-d2b16c536fe6",
"ExpireDate": "2026-08-24T14:35:14.3558021+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "e958e656-45fe-481b-be37-f2c7d8f1dff3",
"LocationToId": "1b35d280-09df-4cd7-a67c-3e84fa171f2f",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-08-24T14:35:14.3558021+02:00",
"ReceiveLineId": "1915f675-d9d6-4890-9c8a-35325e59cccd"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"