POST api/Relocate/ItemContentToLocation

Relocate item content from its current item to a location

Request Information

URI Parameters

None.

Body Parameters

RelocateItemContentToLocationParameters
NameDescriptionTypeAdditional 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": "67fb23eb-29a8-4f2d-b873-284d91671de5",
  "ClientId": "fc7ac34d-832c-48a4-a004-c953bfa524ea",
  "DestinationLocationId": "cac19668-9abe-4795-a600-0a848390b0c5",
  "DepartureItemId": "84b896c1-9a57-41ee-93a6-cf96740f3eb4",
  "PackagingId": "edb28413-ecda-48dd-af6a-331e2417c986",
  "Quantity": 6.0,
  "NetWeight": 7.0,
  "BatchNumber": "sample string 8",
  "SerialNumber": "sample string 9",
  "BatchId": "83e68f6c-3290-4b6f-a8f6-6d0a5fb1664e",
  "BestBefore": "2026-06-25T11:36:21.2136103+02:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RelocateItemContentToLocationParameters'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"