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": "72fc9103-1b50-43f7-88bc-e9badc5b8d39",
"ClientId": "86b57451-4c45-49a2-acf9-40d252088625",
"DestinationLocationId": "b95e2f0d-38d8-452b-b7c8-0c63315a90d1",
"DestinationItemId": "476ab529-6b66-4987-a941-dc63740419a3",
"DepartureItemId": "fa8a9189-8526-48ad-adfb-d64de95530ec",
"ProductId": "d83c2dc9-ccfc-4ae8-81d0-ada49b6480ea",
"PackagingId": "7d5e4270-fe6c-4598-beae-93911a883568",
"Quantity": 8.0,
"NetWeight": 9.0,
"BatchNumber": "sample string 10",
"SerialNumber": "sample string 11",
"BatchId": "fff00814-0bae-4f6f-819a-b852a17dfb02",
"BestBefore": "2026-06-25T10:46:58.2647363+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:
"e145d831-ae1b-4712-817b-d626ef31a464"