POST Api/ProgressIEP/AddNewCustomObjectives
Request Information
URI Parameters
None.
Body Parameters
ObjectivesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjectiveCode | decimal number |
None. |
|
| OBJ_SUBJECT_CODE | string |
None. |
|
| OBJ_DESC | string |
None. |
|
| OBJ_GOAL | decimal number |
None. |
|
| ObjectiveType | string |
None. |
|
| ObjectiveGoal | string |
None. |
|
| SMART_Objective | string |
None. |
|
| GRADE_0 | integer |
None. |
|
| GRADE_1 | integer |
None. |
|
| GRADE_2 | integer |
None. |
|
| GRADE_3 | integer |
None. |
|
| GRADE_4 | integer |
None. |
|
| GRADE_5 | integer |
None. |
|
| GRADE_6 | integer |
None. |
|
| GRADE_7 | integer |
None. |
|
| GRADE_8 | integer |
None. |
|
| GRADE_9 | integer |
None. |
|
| GRADE_10 | integer |
None. |
|
| GRADE_11 | integer |
None. |
|
| GRADE_12 | integer |
None. |
|
| GRADE_13 | integer |
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:
{
"ObjectiveCode": 1.0,
"OBJ_SUBJECT_CODE": "sample string 2",
"OBJ_DESC": "sample string 3",
"OBJ_GOAL": 4.0,
"ObjectiveType": "sample string 5",
"ObjectiveGoal": "sample string 6",
"SMART_Objective": "sample string 7",
"GRADE_0": 8,
"GRADE_1": 9,
"GRADE_2": 10,
"GRADE_3": 11,
"GRADE_4": 12,
"GRADE_5": 13,
"GRADE_6": 14,
"GRADE_7": 15,
"GRADE_8": 16,
"GRADE_9": 17,
"GRADE_10": 18,
"GRADE_11": 19,
"GRADE_12": 20,
"GRADE_13": 21,
"CampusName": "sample string 22",
"UserID": "sample string 23",
"DeviceID": "sample string 24",
"DeviceOS": "sample string 25",
"Version": "sample string 26",
"accessToken": "sample string 27"
}
text/html
Sample:
{"ObjectiveCode":1.0,"OBJ_SUBJECT_CODE":"sample string 2","OBJ_DESC":"sample string 3","OBJ_GOAL":4.0,"ObjectiveType":"sample string 5","ObjectiveGoal":"sample string 6","SMART_Objective":"sample string 7","GRADE_0":8,"GRADE_1":9,"GRADE_2":10,"GRADE_3":11,"GRADE_4":12,"GRADE_5":13,"GRADE_6":14,"GRADE_7":15,"GRADE_8":16,"GRADE_9":17,"GRADE_10":18,"GRADE_11":19,"GRADE_12":20,"GRADE_13":21,"CampusName":"sample string 22","UserID":"sample string 23","DeviceID":"sample string 24","DeviceOS":"sample string 25","Version":"sample string 26","accessToken":"sample string 27"}
application/xml, text/xml
Sample:
<ObjectivesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model"> <CampusName>sample string 22</CampusName> <DeviceID>sample string 24</DeviceID> <DeviceOS>sample string 25</DeviceOS> <UserID>sample string 23</UserID> <Version>sample string 26</Version> <accessToken>sample string 27</accessToken> <GRADE_0>8</GRADE_0> <GRADE_1>9</GRADE_1> <GRADE_10>18</GRADE_10> <GRADE_11>19</GRADE_11> <GRADE_12>20</GRADE_12> <GRADE_13>21</GRADE_13> <GRADE_2>10</GRADE_2> <GRADE_3>11</GRADE_3> <GRADE_4>12</GRADE_4> <GRADE_5>13</GRADE_5> <GRADE_6>14</GRADE_6> <GRADE_7>15</GRADE_7> <GRADE_8>16</GRADE_8> <GRADE_9>17</GRADE_9> <OBJ_DESC>sample string 3</OBJ_DESC> <OBJ_GOAL>4</OBJ_GOAL> <OBJ_SUBJECT_CODE>sample string 2</OBJ_SUBJECT_CODE> <ObjectiveCode>1</ObjectiveCode> <ObjectiveGoal>sample string 6</ObjectiveGoal> <ObjectiveType>sample string 5</ObjectiveType> <SMART_Objective>sample string 7</SMART_Objective> </ObjectivesModel>
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/" />