POST api/WhatsAppEcommerceBot/registerBusiness
Request Information
URI Parameters
None.
Body Parameters
registerBusiness| Name | Description | Type | Additional information |
|---|---|---|---|
| IsReseller | integer |
None. |
|
| BusinessId | integer |
None. |
|
| UserName | string |
None. |
|
| CountryCode | string |
None. |
|
| PhoneNo | string |
None. |
|
| BusinessName | string |
None. |
|
| Address | string |
None. |
|
| EmailId | string |
None. |
|
| Longitude | string |
None. |
|
| Latitude | string |
None. |
|
| VerificationPhoto | string |
None. |
|
| OutsideFarPhoto | string |
None. |
|
| OutsideNearPhoto | string |
None. |
|
| InsideShopPhoto | string |
None. |
|
| State | string |
None. |
|
| City | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsReseller": 1,
"BusinessId": 2,
"UserName": "sample string 3",
"CountryCode": "sample string 4",
"PhoneNo": "sample string 5",
"BusinessName": "sample string 6",
"Address": "sample string 7",
"EmailId": "sample string 8",
"Longitude": "sample string 9",
"Latitude": "sample string 10",
"VerificationPhoto": "sample string 11",
"OutsideFarPhoto": "sample string 12",
"OutsideNearPhoto": "sample string 13",
"InsideShopPhoto": "sample string 14",
"State": "sample string 15",
"City": "sample string 16"
}
application/xml, text/xml
Sample:
<registerBusiness xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <IsReseller>1</IsReseller> <BusinessId>2</BusinessId> <UserName>sample string 3</UserName> <CountryCode>sample string 4</CountryCode> <PhoneNo>sample string 5</PhoneNo> <BusinessName>sample string 6</BusinessName> <Address>sample string 7</Address> <EmailId>sample string 8</EmailId> <Longitude>sample string 9</Longitude> <Latitude>sample string 10</Latitude> <VerificationPhoto>sample string 11</VerificationPhoto> <OutsideFarPhoto>sample string 12</OutsideFarPhoto> <OutsideNearPhoto>sample string 13</OutsideNearPhoto> <InsideShopPhoto>sample string 14</InsideShopPhoto> <State>sample string 15</State> <City>sample string 16</City> </registerBusiness>
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:12",
"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>