GET api/licenseplates/afd/kiwa/{licenseplate}
Kiwa Security certificate(s) for licenseplate in AFD format.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
licenseplate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Kooijmans.KiwaAfd.ALName | Description | Type | Additional information |
---|---|---|---|
XG |
Afd Object |
Kooijmans.KiwaAfd.XG |
None. |
OB |
Afd Object |
Collection of Kooijmans.KiwaAfd.OB |
None. |
Response Formats
application/json, text/json
Sample:
{ "XG": { "XG_STATUS": 1, "XG_STATUST": "sample string 2", "XM": [ { "XM_VOLGNUM": 1, "XM_STATTXT": "sample string 2" }, { "XM_VOLGNUM": 1, "XM_STATTXT": "sample string 2" } ] }, "OB": [ { "OB_VOLGNUM": 1, "OB_TOELABK": "sample string 2", "OB_TNOKLAS": "sample string 3", "OB_CERTTNO": "sample string 4", "OB_DTCALGT": "sample string 5", "OB_VTVSYST": "sample string 6", "OB_CRTVTVS": "sample string 7", "OB_KLASTVS": "sample string 8", "OB_BEARLCK": "sample string 9" }, { "OB_VOLGNUM": 1, "OB_TOELABK": "sample string 2", "OB_TNOKLAS": "sample string 3", "OB_CERTTNO": "sample string 4", "OB_DTCALGT": "sample string 5", "OB_VTVSYST": "sample string 6", "OB_CRTVTVS": "sample string 7", "OB_KLASTVS": "sample string 8", "OB_BEARLCK": "sample string 9" } ] }
application/xml, text/xml
Sample:
<AL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.rolls.nl/kiwaAfd"> <OB> <OB> <OB_BEARLCK>sample string 9</OB_BEARLCK> <OB_CERTTNO>sample string 4</OB_CERTTNO> <OB_CRTVTVS>sample string 7</OB_CRTVTVS> <OB_DTCALGT>sample string 5</OB_DTCALGT> <OB_KLASTVS>sample string 8</OB_KLASTVS> <OB_TNOKLAS>sample string 3</OB_TNOKLAS> <OB_TOELABK>sample string 2</OB_TOELABK> <OB_VOLGNUM>1</OB_VOLGNUM> <OB_VTVSYST>sample string 6</OB_VTVSYST> </OB> <OB> <OB_BEARLCK>sample string 9</OB_BEARLCK> <OB_CERTTNO>sample string 4</OB_CERTTNO> <OB_CRTVTVS>sample string 7</OB_CRTVTVS> <OB_DTCALGT>sample string 5</OB_DTCALGT> <OB_KLASTVS>sample string 8</OB_KLASTVS> <OB_TNOKLAS>sample string 3</OB_TNOKLAS> <OB_TOELABK>sample string 2</OB_TOELABK> <OB_VOLGNUM>1</OB_VOLGNUM> <OB_VTVSYST>sample string 6</OB_VTVSYST> </OB> </OB> <XG> <XG_STATUS>1</XG_STATUS> <XG_STATUST>sample string 2</XG_STATUST> <XM> <XM> <XM_STATTXT>sample string 2</XM_STATTXT> <XM_VOLGNUM>1</XM_VOLGNUM> </XM> <XM> <XM_STATTXT>sample string 2</XM_STATTXT> <XM_VOLGNUM>1</XM_VOLGNUM> </XM> </XM> </XG> </AL>