POST api/Relocate/ItemContentToLocation
Relocate item content from its current item to a location
Request Information
URI Parameters
None.
Body Parameters
RelocateItemContentToLocationParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemUserId | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| DestinationLocationId | globally unique identifier |
None. |
|
| DepartureItemId | globally unique identifier |
None. |
|
| PackagingId | globally unique identifier |
None. |
|
| Quantity | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| BatchNumber | string |
None. |
|
| SerialNumber | string |
None. |
|
| BatchId | globally unique identifier |
None. |
|
| BestBefore | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SystemUserId": "59379e0e-ea6e-45b6-a487-531d6ac0106c",
"ClientId": "da393d6e-31dc-44d8-bd94-60aedd48fda9",
"DestinationLocationId": "610bb8ab-6e59-4f21-a8eb-56d2787e6d02",
"DepartureItemId": "488e3a0f-489b-4908-88e6-8cf5eed402bb",
"PackagingId": "a0bc047b-325a-4917-b29f-0886a791573d",
"Quantity": 6.0,
"NetWeight": 7.0,
"BatchNumber": "sample string 8",
"SerialNumber": "sample string 9",
"BatchId": "30225055-6786-4681-ac19-506c96ddbcbd",
"BestBefore": "2026-08-24T14:34:27.4090959+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"