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": "8b0ef651-0a45-4ea1-8677-3eef24643446",
"OwnerId": "b36018a5-8370-499d-8407-55f0b90ecbd9",
"PangId": "fbacb826-dc4b-4cc7-9c3e-8c84ee9aff91",
"ProductId": "ada5a2a8-4bbc-402b-9273-88ff5849920f",
"ExpireDate": "2026-08-24T14:49:30.0516987+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "62d7d80e-20a4-43fb-b87b-4fa991a0881b",
"LocationToId": "d43be130-72e9-409c-aa4c-e47f8c5261ef",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-08-24T14:49:30.0516987+02:00",
"ReceiveLineId": "40cbb7b9-af38-485e-9915-30d028f818f1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"