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": "f49e0edc-096f-4e9a-b454-1f20a5996c91",
"ClientId": "85345cf0-cca0-45f5-9473-cd16a05b8d2d",
"DestinationLocationId": "5c5094d2-526e-459a-ada9-a901bf0451c3",
"DepartureItemId": "d52f73fc-43e3-4f08-b4f9-aca4c3e0cc49",
"PackagingId": "4a81a4e6-bb89-49a4-82b4-f9db891b9a63",
"Quantity": 6.0,
"NetWeight": 7.0,
"BatchNumber": "sample string 8",
"SerialNumber": "sample string 9",
"BatchId": "2b5029d5-6900-4aa8-a37b-bffcdbc4e13d",
"BestBefore": "2026-08-24T14:31:18.8113727+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"