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