POST api/Attendance/HeadmasterFeedback?openId={openId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
openId | string |
Required |
Body Parameters
HeadmasterFeedbackModelName | Description | Type | Additional 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
OperationResultName | Description | Type | Additional 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.