go back Home

RowCommentType

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.

<comment_type company_id="..." id="..." descr="..." is_active="..."/>

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":"comment_type","company_id":"...","id":"...","descr":"...","is_active":"..."}

Fields

key name size type
company_id 4 String
id 8 String
descr 28 String
is_active 1 String