PUT api/Profile/Verify/{profileGuid}/{threshold}
Verify (authenticate) a given customer signature against an existing profile
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| profileGuid |
The profile Guid identifier |
globally unique identifier |
Required |
| threshold |
The threshold value to make the verification with (optional) |
byte |
None. |
Body Parameters
Customer's signature
H5Signature| Name | Description | Type | Additional information |
|---|---|---|---|
| Signature |
The H5 row format of the signature |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Signature": "sample string 1"
}
application/xml, text/xml
Sample:
<H5Signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WN.Concord.MOBioServer.WebAPI.Models"> <Signature>sample string 1</Signature> </H5Signature>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SignatureVerification result object with the profile Guid, the actual result and the threshold value used for the verification
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />