POST Accounts/ValidateFace
Request Information
URI Parameters
None.
Body Parameters
ValidateFacerequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Bvn | string |
None. |
|
| Base64Photo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Bvn": "sample string 1",
"Base64Photo": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.