POST api/Relocate/ItemContentToNewItem
Relocate item content from its current item to a new item
Request Information
URI Parameters
None.
Body Parameters
RelocateItemContentToNewItemParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemUserId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| DestinationLocationId | globally unique identifier |
None. |
|
| ItemContentToRelocate | Collection of ItemContentToRelocateToNewItem |
None. |
Request Formats
application/json, text/json
Sample:
{
"SystemUserId": "c0465d0b-18f4-4b49-8604-298ec4cb32e8",
"ClientId": "cc2f87b6-4f2e-4557-895f-49811e4706cb",
"DestinationLocationId": "6384f312-68ea-4e2c-a681-5399ef3d9e35",
"ItemContentToRelocate": [
{
"DepartureItemId": "138f277b-129c-4d58-8cd2-8fc1678f2357",
"ProductId": "32918d64-69db-4ed6-9cd0-f7b624e8970c",
"PackagingId": "431cedf8-9538-41ca-8350-872d6a5a59f1",
"Quantity": 4.0,
"NetWeight": 5.0,
"BatchNumber": "sample string 6",
"SerialNumber": "sample string 7",
"BatchId": "72924d30-56f9-4110-ad10-746320c96053",
"BestBefore": "2026-06-25T16:12:40.4469659+02:00"
},
{
"DepartureItemId": "138f277b-129c-4d58-8cd2-8fc1678f2357",
"ProductId": "32918d64-69db-4ed6-9cd0-f7b624e8970c",
"PackagingId": "431cedf8-9538-41ca-8350-872d6a5a59f1",
"Quantity": 4.0,
"NetWeight": 5.0,
"BatchNumber": "sample string 6",
"SerialNumber": "sample string 7",
"BatchId": "72924d30-56f9-4110-ad10-746320c96053",
"BestBefore": "2026-06-25T16:12:40.4469659+02:00"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
RelocateItemContentToNewItemMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| InformationMessage | string |
None. |
|
| NewItemId | globally unique identifier |
None. |
|
| NewSSCC | string |
None. |
|
| NewItemLocationNumber | string |
None. |
|
| NewItemLocationName | string |
None. |
|
| NewItemLocationName2 | string |
None. |
|
| NewItemQuantity | decimal number |
None. |
|
| NewItemNetWeight | decimal number |
None. |
|
| NewItemGrossWeight | decimal number |
None. |
|
| NewItemProductNumber | string |
None. |
|
| NewItemProductName | string |
None. |
|
| NewItemGTIN | string |
None. |
|
| NewItemBatchNumber | string |
None. |
|
| NewItemBestBefore | date |
None. |
|
| ItemContent | Collection of RelocatedItemContent |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.