go back Home

RowReportTemplate

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_template company_id="..." document_type="..." template_number="..." background_filename="..." background_frequency="..." background_image="..." descr="..." engine_type="..." html_output_type="..." is_secure="..." label_type="..." manufacturer="..." margin_bottom="..." margin_left="..." margin_right="..." margin_top="..." not_void_no="..." page_length="..." page_width="..." pathname="..." print_device_id="..." print_device_type="..." query_id="..." sql_statement="..."/>

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_template","company_id":"...","document_type":"...","template_number":"...","background_filename":"...","background_frequency":"...","background_image":"...","descr":"...","engine_type":"...","html_output_type":"...","is_secure":"...","label_type":"...","manufacturer":"...","margin_bottom":"...","margin_left":"...","margin_right":"...","margin_top":"...","not_void_no":"...","page_length":"...","page_width":"...","pathname":"...","print_device_id":"...","print_device_type":"...","query_id":"...","sql_statement":"..."}

Fields

key name size type
company_id 4 String
document_type 1 String
template_number 10 int
background_filename 80 String
background_frequency 1 String
background_image 20 byte[]
descr 56 String
engine_type 1 String
html_output_type 1 String
is_secure 1 String
label_type 40 String
manufacturer 28 String
margin_bottom 10 int
margin_left 10 int
margin_right 10 int
margin_top 10 int
not_void_no 1 String
page_length 10 int
page_width 10 int
pathname 120 String
print_device_id 32 String
print_device_type 1 String
query_id 32 String
sql_statement -1 String