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": "bea5c9a0-5a03-4088-b4b5-95ece027f980",
"ClientId": "fada4435-1303-4521-9d39-a06d3ca867ca",
"DestinationLocationId": "43040fef-56b4-46c2-8f66-eb0e26d33a66",
"DestinationItemId": "5e199e84-62ff-4a85-852d-f0e3d0df9042",
"DepartureItemId": "80b17032-f82e-4a1e-afd6-135929a8c125",
"ProductId": "f229032b-7152-4e2f-94a7-94b9265d2c8b",
"PackagingId": "55cd56b2-e1c3-44d9-aee7-bb4171657805",
"Quantity": 8.0,
"NetWeight": 9.0,
"BatchNumber": "sample string 10",
"SerialNumber": "sample string 11",
"BatchId": "e70476a4-0568-448e-bc4b-1465fb68b542",
"BestBefore": "2026-08-24T14:35:06.4861242+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:
"453588ed-a0f5-4d18-8723-8ab76a29a4a7"