POST api/Attendance/HeadmasterFeedback?openId={openId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
openId

string

Required

Body Parameters

HeadmasterFeedbackModel
NameDescriptionTypeAdditional information
IsNoticeEducation

boolean

None.

ClassBaseID

integer

None.

Feedbacks

Collection of Feedback

None.

Request Formats

application/json, text/json

Sample:
{
  "IsNoticeEducation": true,
  "ClassBaseID": 2,
  "Feedbacks": [
    {
      "StudentID": 1,
      "HeadmasterFeedback": "sample string 2",
      "EducationFeedback": "sample string 3"
    },
    {
      "StudentID": 1,
      "HeadmasterFeedback": "sample string 2",
      "EducationFeedback": "sample string 3"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OperationResult
NameDescriptionTypeAdditional information
ResultType

OperationResultType

None.

Success

boolean

None.

Message

string

None.

LogMessage

string

None.

AppendData

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.