POST api/Lead/CreateComment

Request Information

URI Parameters

None.

Body Parameters

CommentDTO
NameDescriptionTypeAdditional information
LeadId

integer

None.

CandidateId

integer

None.

CommentId

integer

None.

Comment

string

None.

CommentDate

date

None.

ManagerAssociateId

integer

None.

AgentName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LeadId": 1,
  "CandidateId": 1,
  "CommentId": 1,
  "Comment": "sample string 2",
  "CommentDate": "2025-10-14T05:04:59.6160123-07:00",
  "ManagerAssociateId": 1,
  "AgentName": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true