POST api/Lead/CreateCommentwithResponse
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:24:13.9892862-08:00",
"ManagerAssociateId": 1,
"AgentName": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LeadComment| Name | Description | Type | Additional information |
|---|---|---|---|
| Comments | string |
None. |
|
| CreateDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedByRoleId | integer |
None. |
|
| Disabled | boolean |
None. |
|
| Id | integer |
None. |
|
| LeadAssignmentGuid | globally unique identifier |
None. |
|
| LeadId | integer |
None. |
|
| Lead | Lead |
None. |
|
| IsNew | boolean |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.