~~NOTRANS~~
====== Drawing Types ======

===== GET =====
==== Get drawing types list [From version 4122] ====
''/rest/drawing_types/all''
  * Get all
== Example result ==
<code xml>
<?xml version="1.0" encoding="UTF-8"?>
<xml>
    <item0 id="1" name="Entwurfsplan" purpose="" company_id="" company_name="" company_currency_id=""/>
    <item1 id="2" name="Detailplan" purpose="" company_id="" company_name="" company_currency_id=""/>
</xml>
</code>