POST api/customer/ValidateCustomerBVN

Request Information

URI Parameters

None.

Body Parameters

ValidateBVNRequestObject
NameDescriptionTypeAdditional information
Fullname

string

None.

PhoneNumber

string

None.

DateOfBirth

date

None.

BVN

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Fullname": "sample string 1",
  "PhoneNumber": "sample string 2",
  "DateOfBirth": "2025-06-29T02:32:10.4442602+01:00",
  "BVN": "sample string 4"
}

application/xml, text/xml

Sample:
<ValidateBVNRequestObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BankOneISWDBAPI.Models">
  <BVN>sample string 4</BVN>
  <DateOfBirth>2025-06-29T02:32:10.4442602+01:00</DateOfBirth>
  <Fullname>sample string 1</Fullname>
  <PhoneNumber>sample string 2</PhoneNumber>
</ValidateBVNRequestObject>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.