POST api/Lead/CreateCommentwithResponse

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-14T00:37:30.4769676-07:00",
  "ManagerAssociateId": 1,
  "AgentName": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LeadComment
NameDescriptionTypeAdditional 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.