POST api/Candidate/CreateComment
Request Information
URI Parameters
None.
Body Parameters
CommentDTOName | 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": "2025-10-14T02:51:22.7184686-07: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