POST api/ReportCardSchoolMessages/updateSchoolMessage/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ReportCardSchoolMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SchoolId | integer |
None. |
|
| TermId | integer |
None. |
|
| GradeLevel | integer |
None. |
|
| Message | string |
None. |
|
| YearId | integer |
None. |
|
| TermName | string |
None. |
|
| YearName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"SchoolId": 2,
"TermId": 3,
"GradeLevel": 1,
"Message": "sample string 4",
"YearId": 1,
"TermName": "sample string 5",
"YearName": "sample string 6"
}
application/xml, text/xml
Sample:
<ReportCardSchoolMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerSchoolPages.Models.SchoolMessage"> <GradeLevel>1</GradeLevel> <Id>1</Id> <Message>sample string 4</Message> <SchoolId>2</SchoolId> <TermId>3</TermId> <TermName>sample string 5</TermName> <YearId>1</YearId> <YearName>sample string 6</YearName> </ReportCardSchoolMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.