POST api/ChannelPartnerCompany/FollowUp/CreateFollowUp
Request Information
URI Parameters
None.
Body Parameters
ChannelPartnerCompanyCreateFollowUpPostVm| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.