POST api/Relocate/ItemContentToLocation
Relocate item content from its current item to a location
Request Information
URI Parameters
None.
Body Parameters
RelocateItemContentToLocationParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemUserId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| DestinationLocationId | globally unique identifier |
None. |
|
| DepartureItemId | 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": "df18d718-2f29-46d9-9e5b-717877b0ba99",
"ClientId": "e19d3583-c556-48a2-ab1a-05b5e0786d4f",
"DestinationLocationId": "7468a842-12b6-4f08-b443-6da2a96d0452",
"DepartureItemId": "8fe24a4e-f7f0-4806-a5e5-e080a988e989",
"PackagingId": "40799e30-0ff3-4af8-8c6c-ab3710f035bc",
"Quantity": 6.0,
"NetWeight": 7.0,
"BatchNumber": "sample string 8",
"SerialNumber": "sample string 9",
"BatchId": "e394c900-657c-4b70-83dd-7b6168640752",
"BestBefore": "2026-06-25T10:46:58.2647363+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"