POST api/AddressBook/AddBusinessVerification
Request Information
URI Parameters
None.
Body Parameters
AddBusinessVerificationPrm| Name | Description | Type | Additional information | 
|---|---|---|---|
| Businessid | integer | None. | |
| contactId | integer | None. | |
| isLocationVerified | integer | None. | |
| isPhoneVerified | integer | None. | |
| isImageVerified | integer | None. | |
| OfflineCustomerId | string | None. | |
| phone | string | None. | |
| latitude | string | None. | |
| longitude | string | None. | |
| location | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "Businessid": 1,
  "contactId": 2,
  "isLocationVerified": 3,
  "isPhoneVerified": 4,
  "isImageVerified": 5,
  "OfflineCustomerId": "sample string 6",
  "phone": "sample string 7",
  "latitude": "sample string 8",
  "longitude": "sample string 9",
  "location": "sample string 10"
}
        application/xml, text/xml
            Sample:
        <AddBusinessVerificationPrm xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Businessid>1</Businessid> <contactId>2</contactId> <isLocationVerified>3</isLocationVerified> <isPhoneVerified>4</isPhoneVerified> <isImageVerified>5</isImageVerified> <OfflineCustomerId>sample string 6</OfflineCustomerId> <phone>sample string 7</phone> <latitude>sample string 8</latitude> <longitude>sample string 9</longitude> <location>sample string 10</location> </AddBusinessVerificationPrm>
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/10/31 15:47:34",
  "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>