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": "55dbc1c5-4d61-47b1-94a3-945e74cb017c",
"OwnerId": "26b231a5-f834-40b5-96df-b11966a8cef3",
"PangId": "88293b8b-3eac-45dc-9667-a7d79b8c3357",
"ProductId": "b33fc82c-d2bb-49f2-b658-3f35b668cc89",
"ExpireDate": "2026-06-25T10:46:58.2647363+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "d54f7b16-32fe-428f-b568-356aef09ee16",
"LocationToId": "11e70867-a6a0-4510-a7f4-ab93d664a47c",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-06-25T10:46:58.2647363+02:00",
"ReceiveLineId": "39a25221-b587-44dc-b07a-37e7de3d1a73"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"