Skip to content

MVCR identity card validaton

Lukáš Vozáb edited this page Jan 25, 2016 · 1 revision

MVČR - identity card validation

Extension for checking identity card state, if exists and if yes if it's not stolen

Maven module:

<groupId>com.cleverlance.cleverbus.extensions</groupId>
<artifactId>mvcr</artifactId>

Package: com.cleverlance.cleverbus.extension.mvcr

Route IdentityCardValidationRoute
IN/OUT OUT
URL

Description

Route definition for calling MVCR identity card validation service. When some error occurs, route acts like identity card is not stolen.

User must set the IDENTITY_CARD_KEY header with identityCard number.
Response is saved like boolean value in IDENTITY_CARD_STOLEN_KEY header attribute.

Configuration
Parameter Default value Description mvcr.uri http4://aplikace.mvcr.cz/neplatne-doklady/doklady.aspx MVCR service URI
Error codes

no error codes

Notes MVCR service description
Clone this wiki locally