POST api/App/InsertDiscussCommentsApk
Request Information
URI Parameters
None.
Body Parameters
InsertDiscussCommentsApkRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolID | integer |
None. |
|
| GroupID | integer |
None. |
|
| PostID | integer |
None. |
|
| PostedBy | integer |
None. |
|
| UserType | string |
None. |
|
| Comment | string |
None. |
|
| IsDelete | boolean |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchoolID": 1,
"GroupID": 2,
"PostID": 3,
"PostedBy": 4,
"UserType": "sample string 5",
"Comment": "sample string 6",
"IsDelete": true,
"IsActive": true
}
application/xml, text/xml
Sample:
<InsertDiscussCommentsApkRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models"> <Comment>sample string 6</Comment> <GroupID>2</GroupID> <IsActive>true</IsActive> <IsDelete>true</IsDelete> <PostID>3</PostID> <PostedBy>4</PostedBy> <SchoolID>1</SchoolID> <UserType>sample string 5</UserType> </InsertDiscussCommentsApkRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.