POST api/OnBoarding/SelectBusiness
Request Information
URI Parameters
None.
Body Parameters
SelectBusiness| Name | Description | Type | Additional information | 
|---|---|---|---|
| isNew | integer | None. | |
| nbusinessid | integer | None. | |
| Businessid | integer | None. | |
| leadid | integer | None. | |
| TrustCampBusinessid | integer | None. | |
| IstrustCampaign | integer | None. | |
| TrustCampEmail | string | None. | |
| TrustCampPhone | string | None. | |
| Countrycode | integer | None. | |
| AgentId | integer | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "isNew": 1,
  "nbusinessid": 2,
  "Businessid": 3,
  "leadid": 4,
  "TrustCampBusinessid": 5,
  "IstrustCampaign": 6,
  "TrustCampEmail": "sample string 7",
  "TrustCampPhone": "sample string 8",
  "Countrycode": 9,
  "AgentId": 10
}
        application/xml, text/xml
            Sample:
        <SelectBusiness xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <isNew>1</isNew> <nbusinessid>2</nbusinessid> <Businessid>3</Businessid> <leadid>4</leadid> <TrustCampBusinessid>5</TrustCampBusinessid> <IstrustCampaign>6</IstrustCampaign> <TrustCampEmail>sample string 7</TrustCampEmail> <TrustCampPhone>sample string 8</TrustCampPhone> <Countrycode>9</Countrycode> <AgentId>10</AgentId> </SelectBusiness>
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:37:17",
  "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>