POST api/Enquiry/AddBusinessLeadFollowUpRequest

Request Information

URI Parameters

None.

Body Parameters

AddBusinessLeadFollowUpRequestModel
NameDescriptionTypeAdditional 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:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model">
  <DayOne>3</DayOne>
  <DayOneFollowUpDate>sample string 7</DayOneFollowUpDate>
  <DayOneMessage>sample string 6</DayOneMessage>
  <DayOneShareProfile>sample string 5</DayOneShareProfile>
  <DayTwo>8</DayTwo>
  <DayTwoFollowUpDate>sample string 12</DayTwoFollowUpDate>
  <DayTwoMessage>sample string 11</DayTwoMessage>
  <DayTwoShareProfile>sample string 10</DayTwoShareProfile>
  <FollowUpIdOne>4</FollowUpIdOne>
  <FollowUpIdTwo>9</FollowUpIdTwo>
  <IsDelete>13</IsDelete>
  <IsSetDefault>2</IsSetDefault>
  <LeadId>1</LeadId>
</AddBusinessLeadFollowUpRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AddBusinessLeadFollowUpRequestModel'.

Response Information

Resource Description

VCAPIResponse
NameDescriptionTypeAdditional 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": "2024/09/19 18:18:51",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}

application/xml, text/xml

Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Result />
  <StatusCode>1</StatusCode>
</VCAPIResponse>