POST Api/ProgressIEP/UpdateReportBySubject
Request Information
URI Parameters
None.
Body Parameters
SubjectRequestListName | Description | Type | Additional information |
---|---|---|---|
SubjectList | Collection of ReportBySubjectRequestModel |
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:
{ "SubjectList": [ { "PEP_SUB_OBJ_ID": 1.0, "PEP_SUB_OBJ_SORT_ORDER": 2.0, "PEP_SUB_OBJ_EVAL_CODE_1": "sample string 3", "PEP_SUB_OBJ_EVAL_CODE_2": "sample string 4", "PEP_SUB_OBJ_EVAL_CODE_3": "sample string 5", "PEP_SUB_OBJ_EVAL_CODE_4": "sample string 6", "PEP_SUB_OBJ_EVAL_FINAL": "sample string 7" }, { "PEP_SUB_OBJ_ID": 1.0, "PEP_SUB_OBJ_SORT_ORDER": 2.0, "PEP_SUB_OBJ_EVAL_CODE_1": "sample string 3", "PEP_SUB_OBJ_EVAL_CODE_2": "sample string 4", "PEP_SUB_OBJ_EVAL_CODE_3": "sample string 5", "PEP_SUB_OBJ_EVAL_CODE_4": "sample string 6", "PEP_SUB_OBJ_EVAL_FINAL": "sample string 7" } ], "CampusName": "sample string 1", "UserID": "sample string 2", "DeviceID": "sample string 3", "DeviceOS": "sample string 4", "Version": "sample string 5", "accessToken": "sample string 6" }
text/html
Sample:
{"SubjectList":[{"PEP_SUB_OBJ_ID":1.0,"PEP_SUB_OBJ_SORT_ORDER":2.0,"PEP_SUB_OBJ_EVAL_CODE_1":"sample string 3","PEP_SUB_OBJ_EVAL_CODE_2":"sample string 4","PEP_SUB_OBJ_EVAL_CODE_3":"sample string 5","PEP_SUB_OBJ_EVAL_CODE_4":"sample string 6","PEP_SUB_OBJ_EVAL_FINAL":"sample string 7"},{"PEP_SUB_OBJ_ID":1.0,"PEP_SUB_OBJ_SORT_ORDER":2.0,"PEP_SUB_OBJ_EVAL_CODE_1":"sample string 3","PEP_SUB_OBJ_EVAL_CODE_2":"sample string 4","PEP_SUB_OBJ_EVAL_CODE_3":"sample string 5","PEP_SUB_OBJ_EVAL_CODE_4":"sample string 6","PEP_SUB_OBJ_EVAL_FINAL":"sample string 7"}],"CampusName":"sample string 1","UserID":"sample string 2","DeviceID":"sample string 3","DeviceOS":"sample string 4","Version":"sample string 5","accessToken":"sample string 6"}
application/xml, text/xml
Sample:
<SubjectRequestList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model"> <CampusName>sample string 1</CampusName> <DeviceID>sample string 3</DeviceID> <DeviceOS>sample string 4</DeviceOS> <UserID>sample string 2</UserID> <Version>sample string 5</Version> <accessToken>sample string 6</accessToken> <SubjectList> <ReportBySubjectRequestModel> <PEP_SUB_OBJ_EVAL_CODE_1>sample string 3</PEP_SUB_OBJ_EVAL_CODE_1> <PEP_SUB_OBJ_EVAL_CODE_2>sample string 4</PEP_SUB_OBJ_EVAL_CODE_2> <PEP_SUB_OBJ_EVAL_CODE_3>sample string 5</PEP_SUB_OBJ_EVAL_CODE_3> <PEP_SUB_OBJ_EVAL_CODE_4>sample string 6</PEP_SUB_OBJ_EVAL_CODE_4> <PEP_SUB_OBJ_EVAL_FINAL>sample string 7</PEP_SUB_OBJ_EVAL_FINAL> <PEP_SUB_OBJ_ID>1</PEP_SUB_OBJ_ID> <PEP_SUB_OBJ_SORT_ORDER>2</PEP_SUB_OBJ_SORT_ORDER> </ReportBySubjectRequestModel> <ReportBySubjectRequestModel> <PEP_SUB_OBJ_EVAL_CODE_1>sample string 3</PEP_SUB_OBJ_EVAL_CODE_1> <PEP_SUB_OBJ_EVAL_CODE_2>sample string 4</PEP_SUB_OBJ_EVAL_CODE_2> <PEP_SUB_OBJ_EVAL_CODE_3>sample string 5</PEP_SUB_OBJ_EVAL_CODE_3> <PEP_SUB_OBJ_EVAL_CODE_4>sample string 6</PEP_SUB_OBJ_EVAL_CODE_4> <PEP_SUB_OBJ_EVAL_FINAL>sample string 7</PEP_SUB_OBJ_EVAL_FINAL> <PEP_SUB_OBJ_ID>1</PEP_SUB_OBJ_ID> <PEP_SUB_OBJ_SORT_ORDER>2</PEP_SUB_OBJ_SORT_ORDER> </ReportBySubjectRequestModel> </SubjectList> </SubjectRequestList>
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/" />