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": "19e799e1-6d14-41f5-8627-a4f5e8076f23",
"ClientId": "31874dde-fea0-4a65-af08-576da221f815",
"DestinationLocationId": "02b1b131-e722-46c9-b7b2-3d58fa78f979",
"ItemContentToRelocate": [
{
"DepartureItemId": "8c2f3e49-226f-413a-b7cf-2bdcba74426f",
"ProductId": "d9d0c160-f620-4a2d-9fc4-bbf524032653",
"PackagingId": "88aadc32-e81a-4ac6-b687-ef850603de8f",
"Quantity": 4.0,
"NetWeight": 5.0,
"BatchNumber": "sample string 6",
"SerialNumber": "sample string 7",
"BatchId": "6982cd15-ceee-4a98-9300-97bfb131f8e3",
"BestBefore": "2026-08-24T14:37:40.6160395+02:00"
},
{
"DepartureItemId": "8c2f3e49-226f-413a-b7cf-2bdcba74426f",
"ProductId": "d9d0c160-f620-4a2d-9fc4-bbf524032653",
"PackagingId": "88aadc32-e81a-4ac6-b687-ef850603de8f",
"Quantity": 4.0,
"NetWeight": 5.0,
"BatchNumber": "sample string 6",
"SerialNumber": "sample string 7",
"BatchId": "6982cd15-ceee-4a98-9300-97bfb131f8e3",
"BestBefore": "2026-08-24T14:37:40.6160395+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.