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": "2b81f734-317c-4962-ab64-fc1b34dcc51b",
"ClientId": "dd4dcb25-1131-4ea7-a61f-c6a1ad9f6d04",
"DestinationLocationId": "c4ef2fdd-9805-4115-8040-a0357c3572e6",
"ItemContentToRelocate": [
{
"DepartureItemId": "e13e9560-1ce5-4ef5-955b-e12a71a1cc82",
"ProductId": "5edb6d6e-78a0-4327-bf1f-80d120c14937",
"PackagingId": "c219a3ce-d81e-41cc-ae7b-cfb0706706cb",
"Quantity": 4.0,
"NetWeight": 5.0,
"BatchNumber": "sample string 6",
"SerialNumber": "sample string 7",
"BatchId": "516bbbd7-6a03-42e8-966e-24b5f3cb1ba7",
"BestBefore": "2026-08-24T14:36:38.2595979+02:00"
},
{
"DepartureItemId": "e13e9560-1ce5-4ef5-955b-e12a71a1cc82",
"ProductId": "5edb6d6e-78a0-4327-bf1f-80d120c14937",
"PackagingId": "c219a3ce-d81e-41cc-ae7b-cfb0706706cb",
"Quantity": 4.0,
"NetWeight": 5.0,
"BatchNumber": "sample string 6",
"SerialNumber": "sample string 7",
"BatchId": "516bbbd7-6a03-42e8-966e-24b5f3cb1ba7",
"BestBefore": "2026-08-24T14:36:38.2595979+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.