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": "e4a7adac-875f-4bfb-9cac-d5ac0a469eb6",
"ClientId": "c7a6bbf9-faeb-4658-aa13-52b69ef6f04c",
"DestinationLocationId": "19cae545-b6cd-4360-8daf-8afe88f3103a",
"DepartureItemId": "20c4737c-c9ac-43b9-ab7e-20b7d445635b",
"PackagingId": "692cdb57-dde3-4e06-a671-2cac9165deac",
"Quantity": 6.0,
"NetWeight": 7.0,
"BatchNumber": "sample string 8",
"SerialNumber": "sample string 9",
"BatchId": "056d31aa-efdf-44a3-b10d-f8809423eed8",
"BestBefore": "2026-08-24T14:36:56.6312352+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"