AssureID Connect Web Service
Post | /AssureTec.AssureID.Web/AssureIDService/Document/{INSTANCEID}/ChipAuthentication |
Uri: http://localhost/AssureTec.AssureID.Web/AssureIDService/Document/{INSTANCEID}/ChipAuthentication
Description
Post the result of a chip authentication to a document instance.
Parameters
Name | Description | Data Type |
---|---|---|
INSTANCEID | String |
Request (Xml)
The request body is of type http://services.assureid.net/2014/09:ChipAuthentication.
Sample Data
<ChipAuthentication xmlns="http://services.assureid.net/2014/09"> <Result>NotPerformed</Result> <Type>ActiveAuthentication</Type> </ChipAuthentication>
Request (Json)
Sample Data
{ "Result": 0, "Type": 0 }
See Also