POST api/CustomerRegistration/AddCustomerBasicInfo
Request Information
URI Parameters
None.
Body Parameters
AddCustomerBasicInfoName | 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:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <Area>sample string 8</Area> <AreaId>11</AreaId> <BusinessHouseNo>sample string 2</BusinessHouseNo> <BusinessName>sample string 1</BusinessName> <BusinessStreetName>sample string 3</BusinessStreetName> <CountryCode>12</CountryCode> <Email>sample string 4</Email> <LGA>sample string 7</LGA> <LGAID>10</LGAID> <Phone>sample string 5</Phone> <State>sample string 6</State> <StateId>9</StateId> </AddCustomerBasicInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponseName | 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/04/04 03:41:20", "StatusCode": 1, "ErrorMessage": "sample string 2", "Result": {} }
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>