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": "509be009-6532-44e4-9c07-d7d04d0d9966",
"ClientId": "7b4a037a-204b-4476-9c65-6ec4f9e9d338",
"DestinationLocationId": "3e9a99ed-8a95-483e-a268-dad40d7e4426",
"DestinationItemId": "55d8ea2d-422d-4538-81f8-b44f560120d5",
"DepartureItemId": "adbdf7a1-037f-4925-8e35-c16bb4f309e6",
"ProductId": "51ac728d-c2de-4807-b777-a0b78ce605a0",
"PackagingId": "969cbbbc-1030-4c47-bea4-db05af4ee0f0",
"Quantity": 8.0,
"NetWeight": 9.0,
"BatchNumber": "sample string 10",
"SerialNumber": "sample string 11",
"BatchId": "2a49d464-4c26-49c1-a4f2-64456aba0095",
"BestBefore": "2026-08-24T14:19:30.4487093+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:
"adf9f930-dbc6-435e-b304-d42ddfdaf41a"