POST Api/ProgressIEP/UpdateServiceLearningHours
Request Information
URI Parameters
None.
Body Parameters
ServiceLearningHoursRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PEP_Number | decimal number |
None. |
|
| SLH1 | decimal number |
None. |
|
| SLH2 | decimal number |
None. |
|
| SLH3 | decimal number |
None. |
|
| SLH4 | 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:
{
"PEP_Number": 1.0,
"SLH1": 2.1,
"SLH2": 3.1,
"SLH3": 4.1,
"SLH4": 5.1,
"CampusName": "sample string 6",
"UserID": "sample string 7",
"DeviceID": "sample string 8",
"DeviceOS": "sample string 9",
"Version": "sample string 10",
"accessToken": "sample string 11"
}
text/html
Sample:
{"PEP_Number":1.0,"SLH1":2.1,"SLH2":3.1,"SLH3":4.1,"SLH4":5.1,"CampusName":"sample string 6","UserID":"sample string 7","DeviceID":"sample string 8","DeviceOS":"sample string 9","Version":"sample string 10","accessToken":"sample string 11"}
application/xml, text/xml
Sample:
<ServiceLearningHoursRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model"> <CampusName>sample string 6</CampusName> <DeviceID>sample string 8</DeviceID> <DeviceOS>sample string 9</DeviceOS> <UserID>sample string 7</UserID> <Version>sample string 10</Version> <accessToken>sample string 11</accessToken> <PEP_Number>1</PEP_Number> <SLH1>2.1</SLH1> <SLH2>3.1</SLH2> <SLH3>4.1</SLH3> <SLH4>5.1</SLH4> </ServiceLearningHoursRequest>
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/" />