POST Api/ProgressIEP/AddStudentReport
Request Information
URI Parameters
None.
Body Parameters
StudentIEPReportName | Description | Type | Additional information |
---|---|---|---|
L_PEP_SUBJECT_ID | decimal number |
None. |
|
L_PEP_ID | decimal number |
None. |
|
L_SUBJECT_ID | string |
None. |
|
StaffId | decimal number |
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:
{ "L_PEP_SUBJECT_ID": 1.0, "L_PEP_ID": 2.0, "L_SUBJECT_ID": "sample string 3", "StaffId": 4.0, "CampusName": "sample string 5", "UserID": "sample string 6", "DeviceID": "sample string 7", "DeviceOS": "sample string 8", "Version": "sample string 9", "accessToken": "sample string 10" }
text/html
Sample:
{"L_PEP_SUBJECT_ID":1.0,"L_PEP_ID":2.0,"L_SUBJECT_ID":"sample string 3","StaffId":4.0,"CampusName":"sample string 5","UserID":"sample string 6","DeviceID":"sample string 7","DeviceOS":"sample string 8","Version":"sample string 9","accessToken":"sample string 10"}
application/xml, text/xml
Sample:
<StudentIEPReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model"> <CampusName>sample string 5</CampusName> <DeviceID>sample string 7</DeviceID> <DeviceOS>sample string 8</DeviceOS> <UserID>sample string 6</UserID> <Version>sample string 9</Version> <accessToken>sample string 10</accessToken> <L_PEP_ID>2</L_PEP_ID> <L_PEP_SUBJECT_ID>1</L_PEP_SUBJECT_ID> <L_SUBJECT_ID>sample string 3</L_SUBJECT_ID> <StaffId>4</StaffId> </StudentIEPReport>
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/" />