POST api/Lead/CreateComment
Request Information
URI Parameters
None.
Body Parameters
CommentDTO| Name | Description | Type | Additional 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": "2026-02-03T18:23:55.5277486-08:00",
"ManagerAssociateId": 1,
"AgentName": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true