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": "a56b98fb-40a9-423a-a56f-bc6ae79c0d45",
"ClientId": "fa201012-b12c-44ba-8759-b35c866acc1e",
"DestinationLocationId": "2f9ccd8f-6697-46ab-931d-1e40cc74a50a",
"DepartureItemId": "79ee32a9-2fee-43cb-82d3-c3b08f2ba978",
"PackagingId": "2c7cb3f6-2142-4340-bf45-290191926456",
"Quantity": 6.0,
"NetWeight": 7.0,
"BatchNumber": "sample string 8",
"SerialNumber": "sample string 9",
"BatchId": "179ec194-2e7f-42c8-b7be-80f9cfb7118d",
"BestBefore": "2026-06-25T16:12:28.4652842+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"