POST api/Relocate/ItemContent
Relocate item content from its current item to a another item
Request Information
URI Parameters
None.
Body Parameters
RelocateItemContentParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemUserId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| DestinationLocationId |
Must be supplied when DestinatinoItemId is not supplied |
globally unique identifier |
None. |
| DestinationItemId | globally unique identifier |
None. |
|
| DepartureItemId | globally unique identifier |
None. |
|
| ProductId | 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": "63f8dfd1-bb7e-47b6-a283-5fe0063376c1",
"ClientId": "fd0208e3-ec0b-49f1-a447-8c50dc0b1796",
"DestinationLocationId": "8e836944-0d73-4bcf-ab19-31d62cfdc9fe",
"DestinationItemId": "eb9dd40e-ec35-40ce-914d-1d3158f94171",
"DepartureItemId": "dfaa1f0d-3c56-4e48-b5c4-22beca242d44",
"ProductId": "437f2ceb-55c1-49d9-81ef-0d320a8511ca",
"PackagingId": "d1197686-6eee-45b5-99b9-5772451ed1d7",
"Quantity": 8.0,
"NetWeight": 9.0,
"BatchNumber": "sample string 10",
"SerialNumber": "sample string 11",
"BatchId": "d176fc7b-0523-427a-b5ef-55fcb2649672",
"BestBefore": "2026-06-25T16:12:28.4652842+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Guid of the destination item
globally unique identifierResponse Formats
application/json, text/json
Sample:
"3db0c034-1080-460d-974c-bfd0c6e22a74"