POST api/Enquiry/AddBusinessLeadFollowUpRequest
Request Information
URI Parameters
None.
Body Parameters
AddBusinessLeadFollowUpRequestModel| Name | Description | Type | Additional information | 
|---|---|---|---|
| LeadId | integer | None. | |
| IsSetDefault | integer | None. | |
| DayOne | integer | None. | |
| FollowUpIdOne | integer | None. | |
| DayOneShareProfile | string | None. | |
| DayOneMessage | string | None. | |
| DayOneFollowUpDate | string | None. | |
| DayTwo | integer | None. | |
| FollowUpIdTwo | integer | None. | |
| DayTwoShareProfile | string | None. | |
| DayTwoMessage | string | None. | |
| DayTwoFollowUpDate | string | None. | |
| IsDelete | integer | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "LeadId": 1,
  "IsSetDefault": 2,
  "DayOne": 3,
  "FollowUpIdOne": 4,
  "DayOneShareProfile": "sample string 5",
  "DayOneMessage": "sample string 6",
  "DayOneFollowUpDate": "sample string 7",
  "DayTwo": 8,
  "FollowUpIdTwo": 9,
  "DayTwoShareProfile": "sample string 10",
  "DayTwoMessage": "sample string 11",
  "DayTwoFollowUpDate": "sample string 12",
  "IsDelete": 13
}
        application/xml, text/xml
            Sample:
        <AddBusinessLeadFollowUpRequestModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <LeadId>1</LeadId> <IsSetDefault>2</IsSetDefault> <DayOne>3</DayOne> <FollowUpIdOne>4</FollowUpIdOne> <DayOneShareProfile>sample string 5</DayOneShareProfile> <DayOneMessage>sample string 6</DayOneMessage> <DayOneFollowUpDate>sample string 7</DayOneFollowUpDate> <DayTwo>8</DayTwo> <FollowUpIdTwo>9</FollowUpIdTwo> <DayTwoShareProfile>sample string 10</DayTwoShareProfile> <DayTwoMessage>sample string 11</DayTwoMessage> <DayTwoFollowUpDate>sample string 12</DayTwoFollowUpDate> <IsDelete>13</IsDelete> </AddBusinessLeadFollowUpRequestModel>
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:13",
  "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>