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": "dd6792d8-2f92-412a-921d-7311936f3582",
"ClientId": "a173227c-bcb0-4aff-9eb7-53de303c7456",
"DestinationLocationId": "dc1848fd-1c10-49de-9d9d-7456de20c0f4",
"DestinationItemId": "746f6f64-b411-486b-8630-331c0a2658d9",
"DepartureItemId": "34aacbeb-43b1-42a4-9e01-513aa9e1b781",
"ProductId": "202a4e7b-2c0d-4057-8701-1b29b6ad1f32",
"PackagingId": "43c9aed6-1f2e-46e3-93f7-15a1f6272fcf",
"Quantity": 8.0,
"NetWeight": 9.0,
"BatchNumber": "sample string 10",
"SerialNumber": "sample string 11",
"BatchId": "8cb1c3df-d4ad-4f98-b4d1-4edb11047ebb",
"BestBefore": "2026-08-24T14:36:56.7093643+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:
"dd218ac1-cc6a-48cc-83e5-331ebd8722f6"