POST api/ChannelPartnerCompany/FollowUp/CreateFollowUp

Request Information

URI Parameters

None.

Body Parameters

ChannelPartnerCompanyCreateFollowUpPostVm
NameDescriptionTypeAdditional information
LeadId

integer

None.

LeadActivityTypeId

integer

None.

ProjectId

integer

None.

StartDateTime

date

None.

EndDateTime

date

None.

Remark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LeadId": 1,
  "LeadActivityTypeId": 2,
  "ProjectId": 3,
  "StartDateTime": "2026-07-15T13:21:16.8718825Z",
  "EndDateTime": "2026-07-15T13:21:16.8718825Z",
  "Remark": "sample string 5"
}

application/xml, text/xml

Sample:
<ChannelPartnerCompanyCreateFollowUpPostVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.ChannelPartnerModels">
  <EndDateTime>2026-07-15T13:21:16.8718825+00:00</EndDateTime>
  <LeadActivityTypeId>2</LeadActivityTypeId>
  <LeadId>1</LeadId>
  <ProjectId>3</ProjectId>
  <Remark>sample string 5</Remark>
  <StartDateTime>2026-07-15T13:21:16.8718825+00:00</StartDateTime>
</ChannelPartnerCompanyCreateFollowUpPostVm>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.