POST Api/LessionPlan/AddUpdateStudObjectives
Request Information
URI Parameters
None.
Body Parameters
SORequestName | Description | Type | Additional information |
---|---|---|---|
LessonPlanId | decimal number |
None. |
|
StudObj | StudentObjectivesRequest |
None. |
|
CampusName | string |
None. |
|
UserID | string |
None. |
|
DeviceID | string |
None. |
|
DeviceOS | string |
None. |
|
Version | string |
None. |
|
accessToken | string |
Required Matching regular expression pattern: ^a4768b1a-b5c1-4561-86e7-324b8a368354$ |
Request Formats
application/json, text/json
Sample:
{ "LessonPlanId": 1.0, "StudObj": { "LessonPlanId": 1.0, "Student_Id": 2.0, "StudentName": "sample string 3", "SubjectCode": "sample string 4", "EVAL_CODE_1": "sample string 5", "EVAL_CODE_2": "sample string 6", "EVAL_CODE_3": "sample string 7", "EVAL_CODE_4": "sample string 8", "EVAL_CODE_5": "sample string 9", "PEP_ID": 10.0, "PEP_StudentId": 11.0, "REPORT_CARD_Id": 12.0, "RC_StudentId": 13.0 }, "CampusName": "sample string 2", "UserID": "sample string 3", "DeviceID": "sample string 4", "DeviceOS": "sample string 5", "Version": "sample string 6", "accessToken": "sample string 7" }
text/html
Sample:
{"LessonPlanId":1.0,"StudObj":{"LessonPlanId":1.0,"Student_Id":2.0,"StudentName":"sample string 3","SubjectCode":"sample string 4","EVAL_CODE_1":"sample string 5","EVAL_CODE_2":"sample string 6","EVAL_CODE_3":"sample string 7","EVAL_CODE_4":"sample string 8","EVAL_CODE_5":"sample string 9","PEP_ID":10.0,"PEP_StudentId":11.0,"REPORT_CARD_Id":12.0,"RC_StudentId":13.0},"CampusName":"sample string 2","UserID":"sample string 3","DeviceID":"sample string 4","DeviceOS":"sample string 5","Version":"sample string 6","accessToken":"sample string 7"}
application/xml, text/xml
Sample:
<SORequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model"> <CampusName>sample string 2</CampusName> <DeviceID>sample string 4</DeviceID> <DeviceOS>sample string 5</DeviceOS> <UserID>sample string 3</UserID> <Version>sample string 6</Version> <accessToken>sample string 7</accessToken> <LessonPlanId>1</LessonPlanId> <StudObj> <EVAL_CODE_1>sample string 5</EVAL_CODE_1> <EVAL_CODE_2>sample string 6</EVAL_CODE_2> <EVAL_CODE_3>sample string 7</EVAL_CODE_3> <EVAL_CODE_4>sample string 8</EVAL_CODE_4> <EVAL_CODE_5>sample string 9</EVAL_CODE_5> <LessonPlanId>1</LessonPlanId> <PEP_ID>10</PEP_ID> <PEP_StudentId>11</PEP_StudentId> <RC_StudentId>13</RC_StudentId> <REPORT_CARD_Id>12</REPORT_CARD_Id> <StudentName>sample string 3</StudentName> <Student_Id>2</Student_Id> <SubjectCode>sample string 4</SubjectCode> </StudObj> </SORequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />