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": "0c717a02-bd66-4fdf-95a9-d4d309e23645",
"ClientId": "9f654cba-7b30-49cf-bba3-acf4ab06c623",
"DestinationLocationId": "c2312a6f-50b5-4662-b2fe-3309fccf33fd",
"DepartureItemId": "55e2061d-72ea-47b1-a4b4-e714c5b8dee2",
"PackagingId": "f3866be2-8a06-4b4d-baa8-64cba8760687",
"Quantity": 6.0,
"NetWeight": 7.0,
"BatchNumber": "sample string 8",
"SerialNumber": "sample string 9",
"BatchId": "e90a1c70-5034-481d-b063-0e88aac046c0",
"BestBefore": "2026-08-24T14:19:28.1024205+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"