GET api/PoctLogin/BookPostCommentAddTeacher
Request Information
URI Parameters
None.
Body Parameters
PostCommentModelName | Description | Type | Additional 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-14T14:24:31.6427966+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-14T14:24:31.6427966+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.