POST api/CustomerRegistration/AddCustomerBasicInfo
Request Information
URI Parameters
None.
Body Parameters
AddCustomerBasicInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessName | string |
None. |
|
| BusinessHouseNo | string |
None. |
|
| BusinessStreetName | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| State | string |
None. |
|
| LGA | string |
None. |
|
| Area | string |
None. |
|
| StateId | integer |
None. |
|
| LGAID | integer |
None. |
|
| AreaId | integer |
None. |
|
| CountryCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BusinessName": "sample string 1",
"BusinessHouseNo": "sample string 2",
"BusinessStreetName": "sample string 3",
"Email": "sample string 4",
"Phone": "sample string 5",
"State": "sample string 6",
"LGA": "sample string 7",
"Area": "sample string 8",
"StateId": 9,
"LGAID": 10,
"AreaId": 11,
"CountryCode": 12
}
application/xml, text/xml
Sample:
<AddCustomerBasicInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <BusinessName>sample string 1</BusinessName> <BusinessHouseNo>sample string 2</BusinessHouseNo> <BusinessStreetName>sample string 3</BusinessStreetName> <Email>sample string 4</Email> <Phone>sample string 5</Phone> <State>sample string 6</State> <LGA>sample string 7</LGA> <Area>sample string 8</Area> <StateId>9</StateId> <LGAID>10</LGAID> <AreaId>11</AreaId> <CountryCode>12</CountryCode> </AddCustomerBasicInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| dateTime | string |
None. |
|
| StatusCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Version": "1.0.0",
"dateTime": "2025/12/16 08:28:24",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StatusCode>1</StatusCode> <ErrorMessage>sample string 2</ErrorMessage> <Result /> </VCAPIResponse>