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": "4152f0d2-bd84-4359-8768-ea5ce334a41b",
"ClientId": "b3102069-9510-42da-88dd-dc64af675d6a",
"DestinationLocationId": "1deef112-2ebb-46e6-b9e2-3c2fbbf13483",
"DestinationItemId": "f718e024-d3ae-4cb9-a65c-847485c1c5e6",
"DepartureItemId": "767fe5a3-345a-4348-b6cb-4171cc2c62eb",
"ProductId": "74b4195d-054b-456e-9627-02094f55c4b9",
"PackagingId": "403266ed-e2e1-4743-addf-99b14f7532b3",
"Quantity": 8.0,
"NetWeight": 9.0,
"BatchNumber": "sample string 10",
"SerialNumber": "sample string 11",
"BatchId": "b131225a-45d0-468c-9ef4-354a39fe5e59",
"BestBefore": "2026-06-25T16:30:43.258114+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:
"817e0148-0d03-4519-82f2-c57b0787cd96"