POST api/DevTransition/UpdateTransition/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Transition| Name | Description | Type | Additional information |
|---|---|---|---|
| APPROVEDBY | string |
None. |
|
| APPROVEDDATE | string |
None. |
|
| APPROVEDTIME | string |
None. |
|
| FPLEVEL | string |
None. |
|
| ELLLEVEL | string |
None. |
|
| EXITEDEAL | string |
None. |
|
| IPTSCORE | string |
None. |
|
| PROGCOSID1 | string |
None. |
|
| PROGCOSID2 | string |
None. |
|
| PROGCOSID3 | string |
None. |
|
| PROGCOSID4 | string |
None. |
|
| PROGCOSID5 | string |
None. |
|
| PROGCOSID6 | string |
None. |
|
| PROGCOSID7 | string |
None. |
|
| PROGCOSID8 | string |
None. |
|
| PROGCOSID9 | string |
None. |
|
| PROGCOSID10 | string |
None. |
|
| PROGCOSID11 | string |
None. |
|
| PROGCOSID12 | string |
None. |
|
| PROGCOSID13 | string |
None. |
|
| PROGCOSID14 | string |
None. |
|
| PROGCOSID13CHOICE | string |
None. |
|
| PROGCOSID14CHOICE | string |
None. |
|
| SCHOOLID | string |
None. |
|
| STATUS | string |
None. |
|
| STUDENTID | string |
None. |
|
| SUBMITTEDBY | string |
None. |
|
| SUBMITTEDDATE | string |
None. |
|
| SUBMITTEDTIME | string |
None. |
|
| TRANSCOMMENT | string |
None. |
|
| YEARID | string |
None. |
|
| PROGRAMACCESS | string |
None. |
|
| HSPATHWAY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"APPROVEDBY": "sample string 1",
"APPROVEDDATE": "sample string 2",
"APPROVEDTIME": "sample string 3",
"FPLEVEL": "sample string 4",
"ELLLEVEL": "sample string 5",
"EXITEDEAL": "sample string 6",
"IPTSCORE": "sample string 7",
"PROGCOSID1": "sample string 8",
"PROGCOSID2": "sample string 9",
"PROGCOSID3": "sample string 10",
"PROGCOSID4": "sample string 11",
"PROGCOSID5": "sample string 12",
"PROGCOSID6": "sample string 13",
"PROGCOSID7": "sample string 14",
"PROGCOSID8": "sample string 15",
"PROGCOSID9": "sample string 16",
"PROGCOSID10": "sample string 17",
"PROGCOSID11": "sample string 18",
"PROGCOSID12": "sample string 19",
"PROGCOSID13": "sample string 20",
"PROGCOSID14": "sample string 21",
"PROGCOSID13CHOICE": "sample string 22",
"PROGCOSID14CHOICE": "sample string 23",
"SCHOOLID": "sample string 24",
"STATUS": "sample string 25",
"STUDENTID": "sample string 26",
"SUBMITTEDBY": "sample string 27",
"SUBMITTEDDATE": "sample string 28",
"SUBMITTEDTIME": "sample string 29",
"TRANSCOMMENT": "sample string 30",
"YEARID": "sample string 31",
"PROGRAMACCESS": "sample string 32",
"HSPATHWAY": "sample string 33"
}
application/xml, text/xml
Sample:
<Transition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerSchoolPages.Entities"> <APPROVEDBY>sample string 1</APPROVEDBY> <APPROVEDDATE>sample string 2</APPROVEDDATE> <APPROVEDTIME>sample string 3</APPROVEDTIME> <ELLLEVEL>sample string 5</ELLLEVEL> <EXITEDEAL>sample string 6</EXITEDEAL> <FPLEVEL>sample string 4</FPLEVEL> <HSPATHWAY>sample string 33</HSPATHWAY> <IPTSCORE>sample string 7</IPTSCORE> <PROGCOSID1>sample string 8</PROGCOSID1> <PROGCOSID10>sample string 17</PROGCOSID10> <PROGCOSID11>sample string 18</PROGCOSID11> <PROGCOSID12>sample string 19</PROGCOSID12> <PROGCOSID13>sample string 20</PROGCOSID13> <PROGCOSID13CHOICE>sample string 22</PROGCOSID13CHOICE> <PROGCOSID14>sample string 21</PROGCOSID14> <PROGCOSID14CHOICE>sample string 23</PROGCOSID14CHOICE> <PROGCOSID2>sample string 9</PROGCOSID2> <PROGCOSID3>sample string 10</PROGCOSID3> <PROGCOSID4>sample string 11</PROGCOSID4> <PROGCOSID5>sample string 12</PROGCOSID5> <PROGCOSID6>sample string 13</PROGCOSID6> <PROGCOSID7>sample string 14</PROGCOSID7> <PROGCOSID8>sample string 15</PROGCOSID8> <PROGCOSID9>sample string 16</PROGCOSID9> <PROGRAMACCESS>sample string 32</PROGRAMACCESS> <SCHOOLID>sample string 24</SCHOOLID> <STATUS>sample string 25</STATUS> <STUDENTID>sample string 26</STUDENTID> <SUBMITTEDBY>sample string 27</SUBMITTEDBY> <SUBMITTEDDATE>sample string 28</SUBMITTEDDATE> <SUBMITTEDTIME>sample string 29</SUBMITTEDTIME> <TRANSCOMMENT>sample string 30</TRANSCOMMENT> <YEARID>sample string 31</YEARID> </Transition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.