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": "7abaa2f3-c3d4-4e40-91c2-b31a6835c768",
"ClientId": "60029eeb-279a-4e4d-aea5-fdfca1d1764b",
"DestinationLocationId": "bae4cfdc-ff6e-4e5f-8c8a-4a5ddd8cb016",
"ItemContentToRelocate": [
{
"DepartureItemId": "f5cba1ac-f8da-4c02-8ced-c30143a41277",
"ProductId": "6683a891-3492-4e0a-b5bb-e9fd000b03f8",
"PackagingId": "b963a5ac-2ece-4dcd-a274-5575b6db5a8a",
"Quantity": 4.0,
"NetWeight": 5.0,
"BatchNumber": "sample string 6",
"SerialNumber": "sample string 7",
"BatchId": "23457f5b-cecc-4233-94f6-f92f7f804870",
"BestBefore": "2026-08-24T14:38:41.0078576+02:00"
},
{
"DepartureItemId": "f5cba1ac-f8da-4c02-8ced-c30143a41277",
"ProductId": "6683a891-3492-4e0a-b5bb-e9fd000b03f8",
"PackagingId": "b963a5ac-2ece-4dcd-a274-5575b6db5a8a",
"Quantity": 4.0,
"NetWeight": 5.0,
"BatchNumber": "sample string 6",
"SerialNumber": "sample string 7",
"BatchId": "23457f5b-cecc-4233-94f6-f92f7f804870",
"BestBefore": "2026-08-24T14:38:41.0078576+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.