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": "e2f8e2ce-662e-42dd-be1c-006376753fff",
"ClientId": "30a25abc-0748-45b2-9368-8200e6d27dd2",
"DestinationLocationId": "908713cb-bd71-4c85-89d6-616f6d2ceb5b",
"DepartureItemId": "3caf2631-dc98-494b-a40d-72dc7fcbbf0d",
"PackagingId": "e502ccb3-c65a-4161-850e-982dec00953b",
"Quantity": 6.0,
"NetWeight": 7.0,
"BatchNumber": "sample string 8",
"SerialNumber": "sample string 9",
"BatchId": "5b4d4761-ae8f-4890-94bd-42a0e35777cd",
"BestBefore": "2026-06-25T16:31:00.0296959+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"