templateDetailLevel
If templateDetailLevel is set, the response can contain the following information:
EXCLUDE: No template information is returned.LOW+MEDIUM:extIddocumentTypecommEventTypeprecedence
HIGH: All elements from theMEDIUMdetail level plus:ctlCreUidctlCreDatctlModUidctlModDatctlTcn
Example of a request and response with templateDetailLevel set to MEDIUM:
Request:
<v1:queryTemplates>
<query>
<clientExtId>100</clientExtId>
<detailLevels>
<templateDetailLevel>MEDIUM</templateDetailLevel>
</detailLevels>
<template>
<extId>110</extId>
</template>
</query>
</v1:queryTemplates>
Response:
<ns2:queryTemplatesResponse
xmlns:ns2="http://adnovum.ch/nevisidm/ws/services/v1">
<return>
<extId>110</extId>
<documentType>OO</documentType>
<commEventType>OTP_INIT</commEventType>
<precedence>0</precedence>
</return>
</ns2:queryTemplatesResponse>