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": "93da042a-7e6c-49e7-aff7-ae710c4082c4",
"ClientId": "26224841-0ba7-4af9-8939-3fc4a15744db",
"DestinationLocationId": "c49c346f-229e-4a93-ad34-3a64030b6db2",
"ItemContentToRelocate": [
{
"DepartureItemId": "cf2d55f6-b552-4b17-a37d-057c99c4ca34",
"ProductId": "9e96e1ab-1c65-4953-8efa-9cb672bdbef2",
"PackagingId": "8edbb377-dc14-40e4-ace0-56dbf9ba0688",
"Quantity": 4.0,
"NetWeight": 5.0,
"BatchNumber": "sample string 6",
"SerialNumber": "sample string 7",
"BatchId": "896e972c-1704-46fc-b740-de3fe8b5995f",
"BestBefore": "2026-08-24T14:37:45.4572323+02:00"
},
{
"DepartureItemId": "cf2d55f6-b552-4b17-a37d-057c99c4ca34",
"ProductId": "9e96e1ab-1c65-4953-8efa-9cb672bdbef2",
"PackagingId": "8edbb377-dc14-40e4-ace0-56dbf9ba0688",
"Quantity": 4.0,
"NetWeight": 5.0,
"BatchNumber": "sample string 6",
"SerialNumber": "sample string 7",
"BatchId": "896e972c-1704-46fc-b740-de3fe8b5995f",
"BestBefore": "2026-08-24T14:37:45.4572323+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.