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": "f62f0cdb-d627-40db-bea2-ef3dda816adf",
"ClientId": "973bf122-176a-45b1-9e2a-560b4aa4ea5e",
"DestinationLocationId": "9a3448fa-7224-4d93-bc27-7d52ec0e2a56",
"DestinationItemId": "e2b55b9b-442f-455b-a92a-bfb0d18a5473",
"DepartureItemId": "6b274603-0c54-48c9-9ecb-4202e410790d",
"ProductId": "9202a071-d073-464a-89d4-1dc0bc47c400",
"PackagingId": "f55fb06f-e233-4731-8c21-e70bdb217d72",
"Quantity": 8.0,
"NetWeight": 9.0,
"BatchNumber": "sample string 10",
"SerialNumber": "sample string 11",
"BatchId": "9a0b5681-2f38-4de3-afde-b2a1233b75b3",
"BestBefore": "2026-08-24T14:37:41.903053+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:
"cc56d260-c080-4de8-b522-1c6e5eeae1f1"