POST Accounts/ValidateOTP

Request Information

URI Parameters

None.

Body Parameters

Request_Validate_Otp
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.