POST api/ChannelPartner/FollowUp/Update
Request Information
URI Parameters
None.
Body Parameters
ChannelPartnerFollowUpSaveVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Type | string |
None. |
|
| Title | string |
None. |
|
| Remark | string |
None. |
|
| IsPerformed | boolean |
None. |
|
| ToBeReminded | boolean |
None. |
|
| LocationAddress | string |
None. |
|
| LocationType | string |
None. |
|
| Feedback | string |
None. |
|
| Lat | decimal number |
None. |
|
| Lng | decimal number |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| UserId | integer |
None. |
|
| ProjectId | integer |
None. |
|
| LeadActivityTypeId | integer |
None. |
|
| FollowUpStatusId | integer |
None. |
|
| ChannelPartnerId | integer |
None. |
|
| SiteVisitType | string |
None. |
|
| Confirmation | string |
None. |
|
| ProjectIds | Collection of integer |
None. |
|
| UserIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Type": "sample string 1",
"Title": "sample string 2",
"Remark": "sample string 3",
"IsPerformed": true,
"ToBeReminded": true,
"LocationAddress": "sample string 6",
"LocationType": "sample string 7",
"Feedback": "sample string 8",
"Lat": 9.1,
"Lng": 10.1,
"StartDateTime": "2025-12-07T14:37:39.9352298Z",
"EndDateTime": "2025-12-07T14:37:39.9352298Z",
"UserId": 1,
"ProjectId": 1,
"LeadActivityTypeId": 1,
"FollowUpStatusId": 1,
"ChannelPartnerId": 1,
"SiteVisitType": "sample string 11",
"Confirmation": "sample string 12",
"ProjectIds": [
1,
2
],
"UserIds": [
1,
2
]
}
application/xml, text/xml
Sample:
<ChannelPartnerFollowUpSaveVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.ChannelPartnerModels">
<ChannelPartnerId>1</ChannelPartnerId>
<Confirmation>sample string 12</Confirmation>
<EndDateTime>2025-12-07T20:07:39.9352298+05:30</EndDateTime>
<Feedback>sample string 8</Feedback>
<FollowUpStatusId>1</FollowUpStatusId>
<Id>1</Id>
<IsPerformed>true</IsPerformed>
<Lat>9.1</Lat>
<LeadActivityTypeId>1</LeadActivityTypeId>
<Lng>10.1</Lng>
<LocationAddress>sample string 6</LocationAddress>
<LocationType>sample string 7</LocationType>
<ProjectId>1</ProjectId>
<ProjectIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</ProjectIds>
<Remark>sample string 3</Remark>
<SiteVisitType>sample string 11</SiteVisitType>
<StartDateTime>2025-12-07T20:07:39.9352298+05:30</StartDateTime>
<Title>sample string 2</Title>
<ToBeReminded>true</ToBeReminded>
<Type>sample string 1</Type>
<UserId>1</UserId>
<UserIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</UserIds>
</ChannelPartnerFollowUpSaveVm>
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.