POST api/LessonPlan/ProcessLessonPlan
Request Information
URI Parameters
None.
Body Parameters
LessonPlanRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId | integer |
None. |
|
| TermId | integer |
None. |
|
| SubjectId | integer |
None. |
|
| Title | string |
None. |
|
| LessonPlan | string |
None. |
|
| Username | string |
None. |
|
| accesskey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SessionId": 1,
"TermId": 2,
"SubjectId": 3,
"Title": "sample string 4",
"LessonPlan": "sample string 5",
"Username": "sample string 6",
"accesskey": "sample string 7"
}
text/html
Sample:
{"SessionId":1,"TermId":2,"SubjectId":3,"Title":"sample string 4","LessonPlan":"sample string 5","Username":"sample string 6","accesskey":"sample string 7"}
application/xml, text/xml
Sample:
<LessonPlanRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.DTO.Request"> <LessonPlan>sample string 5</LessonPlan> <SessionId>1</SessionId> <SubjectId>3</SubjectId> <TermId>2</TermId> <Title>sample string 4</Title> <Username>sample string 6</Username> <accesskey>sample string 7</accesskey> </LessonPlanRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.