POST api/Agency/AddBusinessTaskDetails
Request Information
URI Parameters
None.
Body Parameters
AddBusinessTaskDetails| Name | Description | Type | Additional information | 
|---|---|---|---|
| BusinessId | integer | None. | |
| UserId | integer | None. | |
| TaskId | integer | None. | |
| ContactPerson | string | None. | |
| ModeOfContact | string | None. | |
| TypeOfContact | string | None. | |
| Comments | string | None. | |
| BusinessStage | string | None. | |
| PackageType | string | None. | |
| PaymentMode | string | None. | |
| Notes | string | None. | |
| PaymentDate | date | None. | |
| BankName | string | None. | |
| Amount | integer | None. | |
| ContactDate | string | None. | |
| ContactTime | string | None. | |
| Duration | integer | None. | |
| NoteType | integer | None. | |
| IsTaskClose | integer | None. | |
| PipelineId | integer | None. | |
| CustomerID | integer | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "BusinessId": 1,
  "UserId": 2,
  "TaskId": 3,
  "ContactPerson": "sample string 4",
  "ModeOfContact": "sample string 5",
  "TypeOfContact": "sample string 6",
  "Comments": "sample string 7",
  "BusinessStage": "sample string 8",
  "PackageType": "sample string 9",
  "PaymentMode": "sample string 10",
  "Notes": "sample string 11",
  "PaymentDate": "2025-10-31T15:37:17.669749+00:00",
  "BankName": "sample string 13",
  "Amount": 14,
  "ContactDate": "sample string 15",
  "ContactTime": "sample string 16",
  "Duration": 17,
  "NoteType": 18,
  "IsTaskClose": 19,
  "PipelineId": 20,
  "CustomerID": 21
}
        application/xml, text/xml
            Sample:
        <AddBusinessTaskDetails xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <BusinessId>1</BusinessId> <UserId>2</UserId> <TaskId>3</TaskId> <ContactPerson>sample string 4</ContactPerson> <ModeOfContact>sample string 5</ModeOfContact> <TypeOfContact>sample string 6</TypeOfContact> <Comments>sample string 7</Comments> <BusinessStage>sample string 8</BusinessStage> <PackageType>sample string 9</PackageType> <PaymentMode>sample string 10</PaymentMode> <Notes>sample string 11</Notes> <PaymentDate>2025-10-31T15:37:17.669749+00:00</PaymentDate> <BankName>sample string 13</BankName> <Amount>14</Amount> <ContactDate>sample string 15</ContactDate> <ContactTime>sample string 16</ContactTime> <Duration>17</Duration> <NoteType>18</NoteType> <IsTaskClose>19</IsTaskClose> <PipelineId>20</PipelineId> <CustomerID>21</CustomerID> </AddBusinessTaskDetails>
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>