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": "0f30c8f2-a29b-45f1-afde-592f9a0dca45",
"OwnerId": "22d8b7d0-c2be-49b5-af33-fb5d0fdb3b20",
"PangId": "259b0ced-943f-4646-b804-c793f6b859c6",
"ProductId": "18e0d4cb-775a-4f5a-ac13-86693d9bcb66",
"ExpireDate": "2026-08-24T14:33:12.2263693+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "2b466020-021d-4a03-a5fa-22a14395b96f",
"LocationToId": "b97d12e8-f3ba-45da-a8b7-94abcb98a469",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-08-24T14:33:12.2263693+02:00",
"ReceiveLineId": "484caf58-c44d-4178-a78b-1e75b1ee83d3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"