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": "8fa1c38c-b4dc-4b7b-b79f-f570be62821a",
"ClientId": "66fe488c-586a-4ad4-98b2-48289b41142f",
"DestinationLocationId": "5f557cb9-6ec9-426f-ae58-3528ace09034",
"DepartureItemId": "44ec9ac3-bbaa-4505-8e25-732087bf4373",
"PackagingId": "5b98f395-dfd4-4a47-a26d-a53d50129178",
"Quantity": 6.0,
"NetWeight": 7.0,
"BatchNumber": "sample string 8",
"SerialNumber": "sample string 9",
"BatchId": "ae124f3c-27a5-4fad-b559-6958af378f1f",
"BestBefore": "2026-06-25T16:10:54.2493722+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"