POST Api/ProgressIEP/AddUpdateGoalReview
Request Information
URI Parameters
None.
Body Parameters
GoalInsertModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PEP_GOAL_ID | decimal number |
None. |
|
| PEP_GOAL_SORT_ORDER | decimal number |
None. |
|
| PEP_GOAL_EVALUATION | string |
None. |
|
| GoalStaffId | decimal number |
None. |
|
| GOAL_CODE | decimal number |
None. |
|
| GoalDesc | string |
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_GOAL_ID": 1.0,
"PEP_GOAL_SORT_ORDER": 2.0,
"PEP_GOAL_EVALUATION": "sample string 3",
"GoalStaffId": 4.0,
"GOAL_CODE": 5.0,
"GoalDesc": "sample string 6",
"CampusName": "sample string 7",
"UserID": "sample string 8",
"DeviceID": "sample string 9",
"DeviceOS": "sample string 10",
"Version": "sample string 11",
"accessToken": "sample string 12"
}
text/html
Sample:
{"PEP_GOAL_ID":1.0,"PEP_GOAL_SORT_ORDER":2.0,"PEP_GOAL_EVALUATION":"sample string 3","GoalStaffId":4.0,"GOAL_CODE":5.0,"GoalDesc":"sample string 6","CampusName":"sample string 7","UserID":"sample string 8","DeviceID":"sample string 9","DeviceOS":"sample string 10","Version":"sample string 11","accessToken":"sample string 12"}
application/xml, text/xml
Sample:
<GoalInsertModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model"> <CampusName>sample string 7</CampusName> <DeviceID>sample string 9</DeviceID> <DeviceOS>sample string 10</DeviceOS> <UserID>sample string 8</UserID> <Version>sample string 11</Version> <accessToken>sample string 12</accessToken> <GOAL_CODE>5</GOAL_CODE> <GoalDesc>sample string 6</GoalDesc> <GoalStaffId>4</GoalStaffId> <PEP_GOAL_EVALUATION>sample string 3</PEP_GOAL_EVALUATION> <PEP_GOAL_ID>1</PEP_GOAL_ID> <PEP_GOAL_SORT_ORDER>2</PEP_GOAL_SORT_ORDER> </GoalInsertModel>
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/" />