POST api/Contact/CreateFollowUp
Request Information
URI Parameters
None.
Body Parameters
SaveContactFollowUpVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| LeadActivityTypeId | integer |
None. |
|
| LogTypeCode | string |
None. |
|
| UserId | integer |
None. |
|
| ContactId | integer |
None. |
|
| Title | string |
None. |
|
| Remark | string |
None. |
|
| Feedback | string |
None. |
|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": "sample string 1",
"LeadActivityTypeId": 1,
"LogTypeCode": "sample string 2",
"UserId": 3,
"ContactId": 1,
"Title": "sample string 4",
"Remark": "sample string 5",
"Feedback": "sample string 6",
"StartDateTime": "2025-12-07T14:37:25.1553534Z",
"EndDateTime": "2025-12-07T14:37:25.1553534Z"
}
application/xml, text/xml
Sample:
<SaveContactFollowUpVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models.ContactModels"> <ContactId>1</ContactId> <EndDateTime>2025-12-07T20:07:25.1553534+05:30</EndDateTime> <Feedback>sample string 6</Feedback> <LeadActivityTypeId>1</LeadActivityTypeId> <LogTypeCode>sample string 2</LogTypeCode> <Remark>sample string 5</Remark> <StartDateTime>2025-12-07T20:07:25.1553534+05:30</StartDateTime> <Title>sample string 4</Title> <Type>sample string 1</Type> <UserId>3</UserId> </SaveContactFollowUpVm>
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.