GET api/PoctLogin/BookReplyCommentAddTeacher

Request Information

URI Parameters

None.

Body Parameters

ReplyCommentModel
NameDescriptionTypeAdditional information
PostId

integer

None.

Title

string

None.

UserCode

string

None.

Category

string

None.

ReplyComment

string

None.

ReplyDate

date

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "PostId": 1,
  "Title": "sample string 2",
  "UserCode": "sample string 3",
  "Category": "sample string 4",
  "ReplyComment": "sample string 5",
  "ReplyDate": "2024-10-16T15:25:33.5998336+05:00"
}

application/xml, text/xml

Sample:
<Login.ReplyCommentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <Category>sample string 4</Category>
  <PostId>1</PostId>
  <ReplyComment>sample string 5</ReplyComment>
  <ReplyDate>2024-10-16T15:25:33.5998336+05:00</ReplyDate>
  <Title>sample string 2</Title>
  <UserCode>sample string 3</UserCode>
</Login.ReplyCommentModel>

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.