POST api/FollowUp/AddBackdatedFollowup

Request Information

URI Parameters

None.

Body Parameters

BackdatedFollowupPostVm
NameDescriptionTypeAdditional information
FollowUpType

string

None.

Type

string

None.

LeadActivityTypeId

integer

None.

Title

string

None.

Remark

string

None.

StartDateTime

date

None.

EndDateTime

date

None.

ProjectId

integer

None.

Confirmation

string

None.

Feedback

string

None.

UserId

integer

None.

LeadId

integer

None.

ContactId

integer

None.

ChannelPartnerId

integer

None.

CheckIn

date

None.

CheckOut

date

None.

LocationAddress

string

None.

LocationType

string

None.

Lat

decimal number

None.

Lng

decimal number

None.

FollowUpStatusId

integer

None.

SiteVisitType

string

None.

Users

Collection of SiteVisitUserVm

None.

CallLogType

string

None.

Duration

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FollowUpType": "sample string 1",
  "Type": "sample string 2",
  "LeadActivityTypeId": 1,
  "Title": "sample string 3",
  "Remark": "sample string 4",
  "StartDateTime": "2025-12-07T14:35:54.138695Z",
  "EndDateTime": "2025-12-07T14:35:54.138695Z",
  "ProjectId": 1,
  "Confirmation": "sample string 6",
  "Feedback": "sample string 7",
  "UserId": 8,
  "LeadId": 1,
  "ContactId": 1,
  "ChannelPartnerId": 1,
  "CheckIn": "2025-12-07T14:35:54.1397063Z",
  "CheckOut": "2025-12-07T14:35:54.1397063Z",
  "LocationAddress": "sample string 11",
  "LocationType": "sample string 12",
  "Lat": 1.1,
  "Lng": 1.1,
  "FollowUpStatusId": 1,
  "SiteVisitType": "sample string 13",
  "Users": [
    {
      "Id": 1,
      "Name": "sample string 1"
    },
    {
      "Id": 1,
      "Name": "sample string 1"
    }
  ],
  "CallLogType": "sample string 14",
  "Duration": "sample string 15"
}

application/xml, text/xml

Sample:
<BackdatedFollowupPostVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.Lead">
  <CallLogType>sample string 14</CallLogType>
  <ChannelPartnerId>1</ChannelPartnerId>
  <CheckIn>2025-12-07T20:05:54.1397063+05:30</CheckIn>
  <CheckOut>2025-12-07T20:05:54.1397063+05:30</CheckOut>
  <Confirmation>sample string 6</Confirmation>
  <ContactId>1</ContactId>
  <Duration>sample string 15</Duration>
  <EndDateTime>2025-12-07T20:05:54.138695+05:30</EndDateTime>
  <Feedback>sample string 7</Feedback>
  <FollowUpStatusId>1</FollowUpStatusId>
  <FollowUpType>sample string 1</FollowUpType>
  <Lat>1.1</Lat>
  <LeadActivityTypeId>1</LeadActivityTypeId>
  <LeadId>1</LeadId>
  <Lng>1.1</Lng>
  <LocationAddress>sample string 11</LocationAddress>
  <LocationType>sample string 12</LocationType>
  <ProjectId>1</ProjectId>
  <Remark>sample string 4</Remark>
  <SiteVisitType>sample string 13</SiteVisitType>
  <StartDateTime>2025-12-07T20:05:54.138695+05:30</StartDateTime>
  <Title>sample string 3</Title>
  <Type>sample string 2</Type>
  <UserId>8</UserId>
  <Users>
    <SiteVisitUserVm>
      <Id>1</Id>
      <Name>sample string 1</Name>
    </SiteVisitUserVm>
    <SiteVisitUserVm>
      <Id>1</Id>
      <Name>sample string 1</Name>
    </SiteVisitUserVm>
  </Users>
</BackdatedFollowupPostVm>

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 'BackdatedFollowupPostVm'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.