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": "7f97f4dc-ceb7-4497-a116-9cf60413385e",
"ClientId": "b0250ff6-f418-454f-bc94-4ebadc041f8b",
"DestinationLocationId": "4baa9550-d2f2-4b35-af2d-4e976ad4f0a5",
"DestinationItemId": "c25f2bbb-fb9e-4cde-9542-2e2bd33b1efd",
"DepartureItemId": "aa89fbf8-2df2-42cc-932b-1f400fe1da5e",
"ProductId": "88bee33f-194c-4a53-99ac-ec079c108a20",
"PackagingId": "f0b48b87-ad5a-4a0b-84fe-4d248df6e95d",
"Quantity": 8.0,
"NetWeight": 9.0,
"BatchNumber": "sample string 10",
"SerialNumber": "sample string 11",
"BatchId": "8cec9dab-9d1b-4788-bee7-449a56dfe773",
"BestBefore": "2026-08-24T14:35:05.1275347+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:
"7801d28b-b860-48bf-bb74-9f54e3a257ea"