POST api/AdministratorStudentArea/GetStudentAreaComments
Request Information
URI Parameters
None.
Body Parameters
StudentAreaCommentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentAreaId | integer |
None. |
|
| StudentAreaCommentList | Collection of StudentAreaComment |
None. |
|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
|
| Domain | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentAreaId": 1,
"StudentAreaCommentList": [
{
"StudentAreaId": 1,
"UserID": "sample string 2",
"Comment": "sample string 3",
"FullName": "sample string 4",
"CreateDate": "2025-11-17T23:22:00.2553303+05:30",
"Domain": "sample string 6"
},
{
"StudentAreaId": 1,
"UserID": "sample string 2",
"Comment": "sample string 3",
"FullName": "sample string 4",
"CreateDate": "2025-11-17T23:22:00.2553303+05:30",
"Domain": "sample string 6"
}
],
"Status": 2,
"Message": "sample string 3",
"Data": {},
"Domain": "sample string 5"
}
application/xml, text/xml
Sample:
<StudentAreaCommentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models.StudentArea">
<Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 5</Domain>
<Data xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models" />
<Message xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 3</Message>
<Status xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">2</Status>
<StudentAreaCommentList>
<StudentAreaComment>
<Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 6</Domain>
<Comment>sample string 3</Comment>
<CreateDate>2025-11-17T23:22:00.2553303+05:30</CreateDate>
<FullName>sample string 4</FullName>
<StudentAreaId>1</StudentAreaId>
<UserID>sample string 2</UserID>
</StudentAreaComment>
<StudentAreaComment>
<Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 6</Domain>
<Comment>sample string 3</Comment>
<CreateDate>2025-11-17T23:22:00.2553303+05:30</CreateDate>
<FullName>sample string 4</FullName>
<StudentAreaId>1</StudentAreaId>
<UserID>sample string 2</UserID>
</StudentAreaComment>
</StudentAreaCommentList>
<StudentAreaId>1</StudentAreaId>
</StudentAreaCommentModel>
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.