go back Home

ReportDocument

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.

<null bandTypesOnReport="..." htmlOutputType="..." message="..." numberOfPages="..." page="..." pages="..." providers="..." recordsInReport="..." summaryInformation="..." title="..."/>

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.

{"bandTypesOnReport":"...","htmlOutputType":"...","message":"...","numberOfPages":"...","page":"...","pages":"...","providers":"...","recordsInReport":"...","summaryInformation":"...","title":"..."}

Fields

name type
bandTypesOnReport Vector
htmlOutputType String
message String
numberOfPages int
page ReportPage
pages ReportPage[]
providers List
recordsInReport int
summaryInformation String
title String