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": "bd3200d0-095e-4b5c-8996-60f5cb1bb225",
"OwnerId": "65af34cc-f854-43a8-9806-c2e860065642",
"PangId": "e1d70694-e2f9-43d3-8d46-595f7b3806c1",
"ProductId": "68ab1521-5b1f-4b2a-bf3a-a1a0ef0dd2a5",
"ExpireDate": "2026-08-24T14:37:03.7844914+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "33f2404a-4c70-4010-9ece-164078cd71de",
"LocationToId": "4d7d551d-0e86-49b3-84cd-000babbfe3ab",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-08-24T14:37:03.7844914+02:00",
"ReceiveLineId": "c753f05c-196c-4102-b978-1a29314c27a3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"