GET api/handlingunit/getnextforlocation?locationId={locationId}&updated={updated}

Get next updated top most handling unit for location with all loose parts and handling units packed in

Request Information

URI Parameters

NameDescriptionTypeAdditional information
locationId

Location ID

globally unique identifier

Required

updated

Updated date time of last already loaded top most handling unit or null to get oldest one

date

None.

Body Parameters

None.

Response Information

Resource Description

Handling unit with all loose parts and handling units packed in (recursive)

HandlingUnitForOslViewModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Code

string

None.

Description

string

None.

Type

HandlingUnitTypeForOslViewModel

None.

Length

integer

None.

Width

integer

None.

Height

integer

None.

ColliNumber

string

None.

Updated

date

None.

ChildHandlingUnits

Collection of HandlingUnitForOslViewModel

None.

LooseParts

Collection of LoosePartForOslViewModel

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.