PUT api/SchoolBanners/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
SchoolBanner| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolID | globally unique identifier |
None. |
|
| BannerID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchoolID": "17143cd3-7f4e-46f2-b3ed-8f39511f9bf4",
"BannerID": "971f2dfb-1064-4dbd-8910-fbedc76e90ec"
}
application/xml, text/xml
Sample:
<SchoolBanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Models"> <BannerID>971f2dfb-1064-4dbd-8910-fbedc76e90ec</BannerID> <SchoolID>17143cd3-7f4e-46f2-b3ed-8f39511f9bf4</SchoolID> </SchoolBanner>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.