go back Home

RowReportVariable

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.

<report_variable company_id="..." id="..." caption="..." default_value="..." field_name="..." field_type="..." parent_doc_type="..." parent_number="..." variable_name="..."/>

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":"report_variable","company_id":"...","id":"...","caption":"...","default_value":"...","field_name":"...","field_type":"...","parent_doc_type":"...","parent_number":"...","variable_name":"..."}

Fields

key name size type
company_id 4 String
id 32 String
caption 28 String
default_value 255 String
field_name 27 String
field_type 1 String
parent_doc_type 1 String
parent_number 10 int
variable_name 18 String