POST SectionComment

Request Information

URI Parameters

None.

Body Parameters

E_Auditor_SectionComment
NameDescriptionTypeAdditional information
CommentId

integer

None.

SectionComment

string

None.

IsComment

boolean

None.

TemplateId

integer

None.

CreatedOn

date

None.

CreatedBy

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<E_Auditor_SectionComment 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:14.3539988-04:00</CreatedOn>
  <IsComment xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</IsComment>
  <SectionComment xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 2</SectionComment>
  <TemplateId xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">4</TemplateId>
</E_Auditor_SectionComment>

multipart/form-data

Sample:
<E_Auditor_SectionComment 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:14.3539988-04:00</CreatedOn><IsComment xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</IsComment><SectionComment xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 2</SectionComment><TemplateId xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">4</TemplateId></E_Auditor_SectionComment>

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.