POST api/Relocate/ItemContentToLocation
Relocate item content from its current item to a location
Request Information
URI Parameters
None.
Body Parameters
RelocateItemContentToLocationParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemUserId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| DestinationLocationId | globally unique identifier |
None. |
|
| DepartureItemId | globally unique identifier |
None. |
|
| PackagingId | globally unique identifier |
None. |
|
| Quantity | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| BatchNumber | string |
None. |
|
| SerialNumber | string |
None. |
|
| BatchId | globally unique identifier |
None. |
|
| BestBefore | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SystemUserId": "1b7511cf-e379-4397-a5a5-30ea9572e0e0",
"ClientId": "137bb662-2d13-42e8-bd97-b58b49511164",
"DestinationLocationId": "3e7b80f1-906a-4a78-a6c5-4942765790ae",
"DepartureItemId": "20edc774-ae24-4cee-b35c-cfe9b614da2e",
"PackagingId": "d156fb70-9a9e-45ee-99df-2a4656e39faa",
"Quantity": 6.0,
"NetWeight": 7.0,
"BatchNumber": "sample string 8",
"SerialNumber": "sample string 9",
"BatchId": "7f8b647f-4582-48cc-aceb-94cb4ff55bd1",
"BestBefore": "2026-08-24T14:35:00.64186+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"