POST api/AdministratorStudentArea/SaveComment

Request Information

URI Parameters

None.

Body Parameters

StudentAreaComment
NameDescriptionTypeAdditional 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-09-20T06:42:25.7862409+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-09-20T06:42:25.7862409+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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.