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": "b8e9f36c-611c-4d29-905d-57d440dbb946",
"ClientId": "e481b238-9d3e-41bd-ba3a-1c9caae4b918",
"DestinationLocationId": "2170a83f-761a-4d29-bafb-7b28a25421bc",
"DepartureItemId": "76b93f4e-749d-4bbf-b12b-6daac1191e6f",
"PackagingId": "506d75ed-e2c3-4c54-88ab-d98b3d48153d",
"Quantity": 6.0,
"NetWeight": 7.0,
"BatchNumber": "sample string 8",
"SerialNumber": "sample string 9",
"BatchId": "3b7769f8-b06e-4d35-a758-2a77af59c04b",
"BestBefore": "2026-08-24T14:35:20.5644375+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"