POST api/leads/comments

Request Information

URI Parameters

None.

Body Parameters

LeadCommentModel
NameDescriptionTypeAdditional information
LeadId

integer

None.

Comment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LeadId": 1,
  "Comment": "sample string 2"
}

application/xml, text/xml

Sample:
<LeadCommentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.ApplicanProgramInterface.Models">
  <Comment>sample string 2</Comment>
  <LeadId>1</LeadId>
</LeadCommentModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.