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": "937d2626-140e-4f67-8a0c-b4be0b03f572",
"ClientId": "01c9f95c-7299-46d9-b340-aa458c7d354a",
"DestinationLocationId": "da773971-c6f8-44f9-8754-fe3debd32a7d",
"DestinationItemId": "4d87a1b9-8181-41e8-b32e-8c4640559e01",
"DepartureItemId": "4d047c67-6f13-4db1-8e68-6f66da1d5011",
"ProductId": "f0d114db-5de7-47c0-b1a8-eedb6f951cf0",
"PackagingId": "02202afe-2305-4285-a1d1-34d211a087dc",
"Quantity": 8.0,
"NetWeight": 9.0,
"BatchNumber": "sample string 10",
"SerialNumber": "sample string 11",
"BatchId": "923447ef-862c-47a8-b310-39812f832db1",
"BestBefore": "2026-06-25T16:52:37.8150533+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:
"d25f7e04-2d96-4dfe-b45a-395c07895ba3"