Skip to main content
Version: 7.2405.x.x LTS

templateDetailLevel

If templateDetailLevel is set, the response can contain the following information:

  • EXCLUDE + LOW + MEDIUM:
    • extId
    • documentType
    • commEventType
    • precedence
  • HIGH: All elements from the MEDIUM detail level plus:
    • ctlCreUid
    • ctlCreDat
    • ctlModUid
    • ctlModDat
    • ctlTcn

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>