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": "a686385d-3255-4101-812c-63a93ee3b20f",
"ClientId": "e3fd0c78-6bcd-494b-801d-42e2cec0bc14",
"DestinationLocationId": "712553f7-0aa4-41be-9ff8-552eb3232ded",
"DepartureItemId": "8761728a-c7d9-4d64-906a-a886f2b77108",
"PackagingId": "36255940-8462-4c0f-afa0-7c0ce38df06a",
"Quantity": 6.0,
"NetWeight": 7.0,
"BatchNumber": "sample string 8",
"SerialNumber": "sample string 9",
"BatchId": "9562630c-dbbb-47f3-bf98-6d42bc08d585",
"BestBefore": "2026-06-25T16:10:46.9487381+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"