PreviousNext
Help > Schema > EmptyContainer > VehicleDropDeckFrontSize Property
VehicleDropDeckFrontSize 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 VehicleDropDeckFrontSize 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 129-inch long and 45-inch depth.

“VehicleDropDeckFrontSize”: {"length": 129, “height": 45}

 

A blue rectangular object with black text

Description automatically generated