go back Home

image

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.

<image appId="..." companyId="..." descr="..." documentTypeId="..." id="..." imageCount="..." scanDate="..."/>

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":"image","appId":"...","companyId":"...","descr":"...","documentTypeId":"...","id":"...","imageCount":"...","scanDate":"..."}

Fields

name type
appId String
companyId String
descr String
documentTypeId String
id String
imageCount int
scanDate Date