POST api/FollowUpMng/SaveFollowUp

Request Information

URI Parameters

None.

Body Parameters

FollowUp
NameDescriptionTypeAdditional information
id

integer

None.

userId

integer

None.

leadId

integer

None.

followDate

date

None.

followTime

time interval

None.

remark

string

None.

statusId

integer

None.

statusName

string

None.

createdBy

string

None.

created

date

None.

updatedBy

string

None.

updated

string

None.

userName

string

None.

clientName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "userId": 1,
  "leadId": 1,
  "followDate": "2025-12-09T19:03:39.0453764-08:00",
  "followTime": "00:00:00.1234567",
  "remark": "sample string 2",
  "statusId": 1,
  "statusName": "sample string 3",
  "createdBy": "sample string 4",
  "created": "2025-12-09T19:03:39.0453764-08:00",
  "updatedBy": "sample string 5",
  "updated": "sample string 6",
  "userName": "sample string 7",
  "clientName": "sample string 8"
}

application/xml, text/xml

Sample:
<FollowUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API">
  <clientName>sample string 8</clientName>
  <created>2025-12-09T19:03:39.0453764-08:00</created>
  <createdBy>sample string 4</createdBy>
  <followDate>2025-12-09T19:03:39.0453764-08:00</followDate>
  <followTime>PT0.1234567S</followTime>
  <id>1</id>
  <leadId>1</leadId>
  <remark>sample string 2</remark>
  <statusId>1</statusId>
  <statusName>sample string 3</statusName>
  <updated>sample string 6</updated>
  <updatedBy>sample string 5</updatedBy>
  <userId>1</userId>
  <userName>sample string 7</userName>
</FollowUp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.