GET api/PoctLogin/PostCommentAdd

Request Information

URI Parameters

None.

Body Parameters

PostCommentModel
NameDescriptionTypeAdditional information
Title

string

None.

UserCode

string

None.

Category

string

None.

CommentTitle

string

None.

PostDate

date

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "Title": "sample string 1",
  "UserCode": "sample string 2",
  "Category": "sample string 3",
  "CommentTitle": "sample string 4",
  "PostDate": "2024-10-16T15:31:41.758306+05:00"
}

application/xml, text/xml

Sample:
<Login.PostCommentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <Category>sample string 3</Category>
  <CommentTitle>sample string 4</CommentTitle>
  <PostDate>2024-10-16T15:31:41.758306+05:00</PostDate>
  <Title>sample string 1</Title>
  <UserCode>sample string 2</UserCode>
</Login.PostCommentModel>

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, text/html

Sample:

Sample not available.