go back Home

RowEquipmentType

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<equipment_type company_id="..." id="..." applies_to="..." descr="..." equip_length="..." equip_width="..." exchange_type="..." fms_length="..." fms_type="..." picture_resource="..." pnn_code_id="..." web_order="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"__type":"equipment_type","company_id":"...","id":"...","applies_to":"...","descr":"...","equip_length":"...","equip_width":"...","exchange_type":"...","fms_length":"...","fms_type":"...","picture_resource":"...","pnn_code_id":"...","web_order":"..."}

Fields

key name size type
company_id 4 String
id 4 String
applies_to 1 String
descr 40 String
equip_length 10 int
equip_width 10 int
exchange_type 1 String
fms_length 20 String
fms_type 20 String
picture_resource 40 String
pnn_code_id 2 String
web_order 10 int