go back Home

RowMobileLink

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_link company_id="..." id="..." caption="..." icon="..." icon_mime_type="..." parent_id="..." seq="..." url="..." user_type="..."/>

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_link","company_id":"...","id":"...","caption":"...","icon":"...","icon_mime_type":"...","parent_id":"...","seq":"...","url":"...","user_type":"..."}

Fields

key name size type
company_id 4 String
id 32 String
caption 255 String
icon 20 byte[]
icon_mime_type 100 String
parent_id 32 String
seq 10 int
url 1000 String
user_type 1 String