POST api/AdministratorStudentArea/SaveComment
Request Information
URI Parameters
None.
Body Parameters
StudentAreaCommentName | Description | Type | Additional information |
---|---|---|---|
StudentAreaId | integer |
None. |
|
UserID | string |
None. |
|
Comment | string |
None. |
|
FullName | string |
None. |
|
CreateDate | date |
None. |
|
Domain | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "StudentAreaId": 1, "UserID": "sample string 2", "Comment": "sample string 3", "FullName": "sample string 4", "CreateDate": "2024-11-20T23:58:40.9286194+05:30", "Domain": "sample string 6" }
application/xml, text/xml
Sample:
<StudentAreaComment 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 6</Domain> <Comment>sample string 3</Comment> <CreateDate>2024-11-20T23:58:40.9286194+05:30</CreateDate> <FullName>sample string 4</FullName> <StudentAreaId>1</StudentAreaId> <UserID>sample string 2</UserID> </StudentAreaComment>
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.