POST QuestionComment

Request Information

URI Parameters

None.

Body Parameters

E_Auditor_QuestionComment
NameDescriptionTypeAdditional information
CommentId

integer

None.

FAQId

integer

None.

IsComment

boolean

None.

SeparateComment

string

None.

CreatedOn

date

None.

CreatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CommentId": 1,
  "FAQId": 2,
  "IsComment": true,
  "SeparateComment": "sample string 4",
  "CreatedOn": "2026-06-01T14:42:16.1039866-04:00",
  "CreatedBy": 6
}

application/xml, text/xml

Sample:
<E_Auditor_QuestionComment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Entities">
  <CommentId xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">1</CommentId>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">6</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:42:16.1039866-04:00</CreatedOn>
  <FAQId xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2</FAQId>
  <IsComment xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</IsComment>
  <SeparateComment xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 4</SeparateComment>
</E_Auditor_QuestionComment>

multipart/form-data

Sample:
<E_Auditor_QuestionComment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Entities"><CommentId xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">1</CommentId><CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">6</CreatedBy><CreatedOn xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:42:16.1039866-04:00</CreatedOn><FAQId xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2</FAQId><IsComment xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</IsComment><SeparateComment xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 4</SeparateComment></E_Auditor_QuestionComment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.