GET api/NotesOfLessonTheory?FinalTimeTableIds={FinalTimeTableIds}&PlannerId={PlannerId}&Notes={Notes}&StaffCode={StaffCode}&Password={Password}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FinalTimeTableIds | string |
Required |
|
| PlannerId | integer |
Required |
|
| Notes | string |
Required |
|
| StaffCode | string |
Required |
|
| Password | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of NotesOfLession_MSG| Name | Description | Type | Additional information |
|---|---|---|---|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"msg": "sample string 1"
},
{
"msg": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfNotesOfLession_MSG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ImpresAPI.Controllers">
<NotesOfLession_MSG>
<msg>sample string 1</msg>
</NotesOfLession_MSG>
<NotesOfLession_MSG>
<msg>sample string 1</msg>
</NotesOfLession_MSG>
</ArrayOfNotesOfLession_MSG>