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