POST api/Relocate/ItemContentToNewItem

Relocate item content from its current item to a new item

Request Information

URI Parameters

None.

Body Parameters

RelocateItemContentToNewItemParameters
NameDescriptionTypeAdditional information
SystemUserId

globally unique identifier

None.

ClientId

globally unique identifier

None.

DestinationLocationId

globally unique identifier

None.

ItemContentToRelocate

Collection of ItemContentToRelocateToNewItem

None.

Request Formats

application/json, text/json

Sample:
{
  "SystemUserId": "d09a5fda-6fff-4d49-946b-7829bff81caf",
  "ClientId": "62d00244-e0ff-4dbd-91af-d31be29650e7",
  "DestinationLocationId": "ed46d9e6-f3a1-47a3-b2de-b63536dff0f2",
  "ItemContentToRelocate": [
    {
      "DepartureItemId": "3cf38576-4106-4989-9da0-099489028ade",
      "ProductId": "e613903d-4c6b-42e5-ad7f-fffebbe76881",
      "PackagingId": "15a35e66-441f-4b86-9da2-79b972382691",
      "Quantity": 4.0,
      "NetWeight": 5.0,
      "BatchNumber": "sample string 6",
      "SerialNumber": "sample string 7",
      "BatchId": "cf52a0b4-42e7-48cf-b1a0-9e56fbd288d8",
      "BestBefore": "2026-06-25T16:12:38.8951191+02:00"
    },
    {
      "DepartureItemId": "3cf38576-4106-4989-9da0-099489028ade",
      "ProductId": "e613903d-4c6b-42e5-ad7f-fffebbe76881",
      "PackagingId": "15a35e66-441f-4b86-9da2-79b972382691",
      "Quantity": 4.0,
      "NetWeight": 5.0,
      "BatchNumber": "sample string 6",
      "SerialNumber": "sample string 7",
      "BatchId": "cf52a0b4-42e7-48cf-b1a0-9e56fbd288d8",
      "BestBefore": "2026-06-25T16:12:38.8951191+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 'RelocateItemContentToNewItemParameters'.

Response Information

Resource Description

RelocateItemContentToNewItemMessage
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

InformationMessage

string

None.

NewItemId

globally unique identifier

None.

NewSSCC

string

None.

NewItemLocationNumber

string

None.

NewItemLocationName

string

None.

NewItemLocationName2

string

None.

NewItemQuantity

decimal number

None.

NewItemNetWeight

decimal number

None.

NewItemGrossWeight

decimal number

None.

NewItemProductNumber

string

None.

NewItemProductName

string

None.

NewItemGTIN

string

None.

NewItemBatchNumber

string

None.

NewItemBestBefore

date

None.

ItemContent

Collection of RelocatedItemContent

None.

Response Formats

application/json, text/json

Sample:

Sample not available.