POST api/Biometric/verify-fingerprint
Request Information
URI Parameters
None.
Body Parameters
VerifyFingerprintModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Challenge | string |
None. |
|
| SignedChallenge | string |
None. |
|
| TransType | string |
None. |
|
| DeviceIdentifier | string |
None. |
|
| UserProfileId | string |
None. |
|
| Match | string |
None. |
|
| face | string |
None. |
|
| ChallengeKey | string |
None. |
|
| UpdateFlag | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChallengeKey": "sample string 8",
"DeviceIdentifier": "sample string 4",
"Match": "sample string 6",
"UpdateFlag": "sample string 9",
"UserProfileId": "sample string 5",
"face": "sample string 7",
"Challenge": "sample string 1",
"SignedChallenge": "sample string 2",
"TransType": "sample string 3"
}
text/xml
Sample:
<VerifyFingerprintModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTWorldApp.dto"> <ChallengeKey>sample string 8</ChallengeKey> <DeviceIdentifier>sample string 4</DeviceIdentifier> <Match>sample string 6</Match> <UpdateFlag>sample string 9</UpdateFlag> <UserProfileId>sample string 5</UserProfileId> <face>sample string 7</face> <Challenge>sample string 1</Challenge> <SignedChallenge>sample string 2</SignedChallenge> <TransType>sample string 3</TransType> </VerifyFingerprintModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |