POST api/Agency/AddBusinessTeam
Request Information
URI Parameters
None.
Body Parameters
AddBusinessTeam| Name | Description | Type | Additional information | 
|---|---|---|---|
| BusinessId | integer | None. | |
| string | None. | ||
| UserType | string | None. | |
| Password | string | None. | |
| Name | string | None. | |
| Phone | string | None. | |
| Designation | string | None. | |
| IsExist | integer | None. | |
| AgentId | integer | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "BusinessId": 1,
  "Email": "sample string 2",
  "UserType": "sample string 3",
  "Password": "sample string 4",
  "Name": "sample string 5",
  "Phone": "sample string 6",
  "Designation": "sample string 7",
  "IsExist": 8,
  "AgentId": 9
}
        application/xml, text/xml
            Sample:
        <AddBusinessTeam xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <BusinessId>1</BusinessId> <Email>sample string 2</Email> <UserType>sample string 3</UserType> <Password>sample string 4</Password> <Name>sample string 5</Name> <Phone>sample string 6</Phone> <Designation>sample string 7</Designation> <IsExist>8</IsExist> <AgentId>9</AgentId> </AddBusinessTeam>
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:08",
  "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>