POST Template/Comments
Request Information
URI Parameters
None.
Body Parameters
Comment| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentId | integer |
None. |
|
| UserId | integer |
None. |
|
| CommentDate | date |
None. |
|
| CommentType | integer |
None. |
|
| CommentContent | string |
None. |
|
| TemplateId | integer |
None. |
|
| ParentCommentId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| FAQId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CommentId": 1,
"UserId": 2,
"CommentDate": "2026-06-01T14:44:14.874683-04:00",
"CommentType": 4,
"CommentContent": "sample string 5",
"TemplateId": 6,
"ParentCommentId": 1,
"CreatedBy": 7,
"FAQId": 8
}
application/xml, text/xml
Sample:
<Comment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Helper"> <CommentContent>sample string 5</CommentContent> <CommentDate>2026-06-01T14:44:14.874683-04:00</CommentDate> <CommentId>1</CommentId> <CommentType>4</CommentType> <CreatedBy>7</CreatedBy> <FAQId>8</FAQId> <ParentCommentId>1</ParentCommentId> <TemplateId>6</TemplateId> <UserId>2</UserId> </Comment>
multipart/form-data
Sample:
<Comment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Helper"><CommentContent>sample string 5</CommentContent><CommentDate>2026-06-01T14:44:14.874683-04:00</CommentDate><CommentId>1</CommentId><CommentType>4</CommentType><CreatedBy>7</CreatedBy><FAQId>8</FAQId><ParentCommentId>1</ParentCommentId><TemplateId>6</TemplateId><UserId>2</UserId></Comment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |