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": "20fec392-fe48-4f28-88ed-cbabd0387ab1",
"ClientId": "f6354037-407c-4388-a8d5-dcdfe4888aa3",
"DestinationLocationId": "6f655710-4ee2-4404-b8f7-67026bfd405b",
"DestinationItemId": "f4bf7201-e601-43ab-8d8e-cbf897a2d7d8",
"DepartureItemId": "349fa7f9-7f6f-4ccc-bd8f-6f5fdf1c77b0",
"ProductId": "73951b62-bd4f-4026-9b6f-33071f810152",
"PackagingId": "5f6b34b2-c98b-4cda-86aa-2dc20adcc963",
"Quantity": 8.0,
"NetWeight": 9.0,
"BatchNumber": "sample string 10",
"SerialNumber": "sample string 11",
"BatchId": "916ecca3-a346-4315-9068-d3c1109ae11c",
"BestBefore": "2026-08-24T14:34:26.4872071+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:
"00a0a123-f1c4-40de-b1af-db0386250be1"