POST api/AdministratorStudentArea/GetStudentAreaComments
Request Information
URI Parameters
None.
Body Parameters
StudentAreaCommentModelName | Description | Type | Additional information |
---|---|---|---|
StudentAreaId | integer |
None. |
|
StudentAreaCommentList | Collection of StudentAreaComment |
None. |
|
Status | integer |
None. |
|
Message | string |
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": "2024-11-21T00:04:44.7676537+05:30", "Domain": "sample string 6" }, { "StudentAreaId": 1, "UserID": "sample string 2", "Comment": "sample string 3", "FullName": "sample string 4", "CreateDate": "2024-11-21T00:04:44.7676537+05:30", "Domain": "sample string 6" } ], "Status": 2, "Message": "sample string 3", "Domain": "sample string 4" }
application/xml, text/xml
Sample:
<StudentAreaCommentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models.Administrator"> <Domain xmlns="http://schemas.datacontract.org/2004/07/OnlineSchoolManagement.Models">sample string 4</Domain> <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>2024-11-21T00:04:44.7676537+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>2024-11-21T00:04:44.7676537+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.