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": "232fcb54-ef25-419b-9952-355364a69628",
"OwnerId": "0e0fa24e-80ad-4442-8c2d-07889fac223d",
"PangId": "1a04ae70-4c6c-45d9-8208-4524b8dfa722",
"ProductId": "990b78b0-a3a3-4feb-b2ab-00b0d4d3dc86",
"ExpireDate": "2026-06-25T16:11:18.4936241+02:00",
"SerialNumber": "sample string 6",
"BatchNumber": "sample string 7",
"LocationFromId": "49f161f1-5bf9-4f8b-be8d-8495b69b710b",
"LocationToId": "25e5138b-ac79-429f-b49f-ea952a25222b",
"QuantityToRelocate": 10.0,
"QuantityBaseToRelocate": 11.0,
"NetWeight": 12.0,
"LastReceivedDate": "2026-06-25T16:11:18.4936241+02:00",
"ReceiveLineId": "c8e07be6-b2fd-41ab-b462-febba2ef07fd"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"