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": "ab2a2b1f-4eb0-4505-8a0f-ee5cbba47b73",
"ClientId": "42bc0f65-1152-4a78-b778-faf8de9a099f",
"DestinationLocationId": "e4a5f1ea-e2fb-4896-bfe4-e9263bef71b9",
"DepartureItemId": "03a6bbc3-8c17-4fa4-be05-116c2e252184",
"PackagingId": "65dd9c71-48df-42da-a5cf-94cc7e658187",
"Quantity": 6.0,
"NetWeight": 7.0,
"BatchNumber": "sample string 8",
"SerialNumber": "sample string 9",
"BatchId": "d1ed27f1-b2f8-4152-a21d-3320fe7b5e4c",
"BestBefore": "2026-08-24T14:35:18.1358878+02:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"