POST api/Relocate/ItemContent
Relocate item content from its current item to a another item
Request Information
URI Parameters
None.
Body Parameters
RelocateItemContentParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemUserId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| DestinationLocationId |
Must be supplied when DestinatinoItemId is not supplied |
globally unique identifier |
None. |
| DestinationItemId | globally unique identifier |
None. |
|
| DepartureItemId | globally unique identifier |
None. |
|
| ProductId | 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": "220d48d5-bdc3-49f1-9a55-87f3a3dd43b6",
"ClientId": "31c2cb9c-60b2-41d9-92aa-5fb761d7ecc5",
"DestinationLocationId": "e541233b-eee2-4158-9301-4199832b4b9c",
"DestinationItemId": "5b752508-04ef-4ca0-a459-4925d0ffb146",
"DepartureItemId": "d7803eee-e1bf-4e4e-ad29-3f3515afc4a8",
"ProductId": "340885a6-b388-4fbd-8f04-50a9bfc8cbe3",
"PackagingId": "7f794412-8343-4f44-9fb1-f8dff1592dfa",
"Quantity": 8.0,
"NetWeight": 9.0,
"BatchNumber": "sample string 10",
"SerialNumber": "sample string 11",
"BatchId": "fe12a6fb-a2ba-4dcb-bb6d-4dd395a41110",
"BestBefore": "2026-06-25T16:10:59.643677+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Guid of the destination item
globally unique identifierResponse Formats
application/json, text/json
Sample:
"bd947dfe-2cfe-4d62-b4d2-1cb7905485d8"