go back Home

RowMobileTableConfig

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.

<mobile_table_config company_id="..." id="..." device_class="..." layout="..." name="..." table_name="..." user_id="..."/>

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":"mobile_table_config","company_id":"...","id":"...","device_class":"...","layout":"...","name":"...","table_name":"...","user_id":"..."}

Fields

key name size type
company_id 4 String
id 32 String
device_class 2 String
layout 10 int
name 40 String
table_name 80 String
user_id 10 String