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": "63ea6a04-18ef-417b-90d7-31877195ea4d",
"ClientId": "3361c4be-14ab-4230-8670-16f92f82aca6",
"DestinationLocationId": "8b8a679b-63b7-4ddc-a675-5668cd46eb48",
"DestinationItemId": "61968424-0bc5-439f-b80a-a9b1942c60f2",
"DepartureItemId": "f0e58107-33bc-4dcc-a5db-19fb853e188a",
"ProductId": "94c71137-7faa-4fc2-a4c6-6980a6951427",
"PackagingId": "393ea69b-929a-47f6-96fa-44c6a7b7615f",
"Quantity": 8.0,
"NetWeight": 9.0,
"BatchNumber": "sample string 10",
"SerialNumber": "sample string 11",
"BatchId": "25c7934e-1e11-4583-879c-8ca3c16bf4e4",
"BestBefore": "2026-06-25T16:10:57.2676029+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:
"15d4c83a-542c-4acc-87c1-ccd15c912fd5"