POST api/customer/ValidateCustomerBVN
Request Information
URI Parameters
None.
Body Parameters
ValidateBVNRequestObject| Name | Description | Type | Additional 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": "2026-02-04T03:23:45.0970482+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>2026-02-04T03:23:45.0970482+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.