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. |
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}
|