|
als_get_weight_types.cgi |
Top Previous Next |
|
Description The als_get_weight_types.cgi interface will retrieve all weight types available to in your system. Used in aviation AL-Pro deployments.
Example Usage http://127.0.0.1/als_get_weight_types.cgi
Parameters: None
XML Returned
<root> <weighttypes> <row code="1" weighttype="Lbs" poundmultiplier="1"/> <row code="2" weighttype="Stones" poundmultiplier="14"/> <row code="3" weighttype="Kilos" poundmultiplier="2.2"/> </weighttypes> </root> |