PreviousNext
Help > Schema > EmptyContainer > VehicleDropDeckRearSize Property
VehicleDropDeckRearSize Property

Applies To

Web API.EmptyContainer

Description

Sets or gets the size of the drop deck of the container if it is Truck.

Syntax

Property VehicleDropDeckRearSize As Size

Remarks

Put the distance of the deck to the Length and the depth to the Height property. A diagram of a drop deck

Description automatically generated

Data Type

Size

Example (JSON)

Please use the following code to define the rear deck of 109-inch long and 51-inch depth.

“VehicleDropDeckRearSize”: {"length": 109, “height": 51}

 

A blue rectangular object with black lines

Description automatically generated