POST api/PoctLogin/ReplyCommentAdd
Request Information
URI Parameters
None.
Body Parameters
ReplyCommentModelName | Description | Type | Additional 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-14T22:34:57.0105956+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-14T22:34:57.0105956+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.