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": "c2385c40-8d41-41e2-8f8f-ff9915ab9bf8",
"OwnerId": "ef507424-b4c2-4871-9aa1-34fb4aba5237",
"PangId": "c322390b-2fe9-4213-8052-ad0b8027f752",
"ProductId": "2cc4ffda-e875-4ccf-b810-39ac180c5c4b",
"ExpireDate": "2026-06-25T16:51:12.1268822+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "7b48aed3-7937-4180-bbe7-c7342f20e464",
"LocationToId": "74a8ea8d-57e4-42f8-8b98-25d7b69f2f5f",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-06-25T16:51:12.1268822+02:00",
"ReceiveLineId": "1dbf7cd0-e861-43bf-a3b9-c66680dd511f"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"