POST api/ChannelPartnerCompany/FollowUp/UpdateFollowUp
Request Information
URI Parameters
None.
Body Parameters
ChannelPartnerCompanyUpdateFollowUpPostVm| Name | Description | Type | Additional information |
|---|---|---|---|
| FollowUpId | integer |
None. |
|
| LeadId | integer |
None. |
|
| LeadActivityTypeId | integer |
None. |
|
| ProjectId | integer |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| Remark | string |
None. |
|
| Feedback | string |
None. |
|
| IsPerformed | boolean |
None. |
|
| FollowUpStatusId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FollowUpId": 1,
"LeadId": 2,
"LeadActivityTypeId": 3,
"ProjectId": 4,
"StartDateTime": "2026-07-15T13:21:16.4968976Z",
"EndDateTime": "2026-07-15T13:21:16.4968976Z",
"Remark": "sample string 6",
"Feedback": "sample string 7",
"IsPerformed": true,
"FollowUpStatusId": 1
}
application/xml, text/xml
Sample:
<ChannelPartnerCompanyUpdateFollowUpPostVm 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.4968976+00:00</EndDateTime> <Feedback>sample string 7</Feedback> <FollowUpId>1</FollowUpId> <FollowUpStatusId>1</FollowUpStatusId> <IsPerformed>true</IsPerformed> <LeadActivityTypeId>3</LeadActivityTypeId> <LeadId>2</LeadId> <ProjectId>4</ProjectId> <Remark>sample string 6</Remark> <StartDateTime>2026-07-15T13:21:16.4968976+00:00</StartDateTime> </ChannelPartnerCompanyUpdateFollowUpPostVm>
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.