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": "028c58a3-5dd8-490c-bf78-5aa8256657db",
"ClientId": "0bac2b20-a105-45fe-91ce-959f5515a60d",
"DestinationLocationId": "123b676d-ffe8-4d3a-ab92-05b58c7d100f",
"DestinationItemId": "6ee62e67-19db-4f8c-b419-274c554618fd",
"DepartureItemId": "885622db-2a8a-4bb3-b609-b6acdd521608",
"ProductId": "3f343e8f-3537-4959-918f-59a6b7172794",
"PackagingId": "59eac2a4-5609-41b2-8d47-0a3331bb654a",
"Quantity": 8.0,
"NetWeight": 9.0,
"BatchNumber": "sample string 10",
"SerialNumber": "sample string 11",
"BatchId": "43aa6e2e-9964-4730-a01f-ead8883ba958",
"BestBefore": "2026-08-24T14:34:27.6466719+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:
"03b68759-e0ed-487e-99db-6be353766279"