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": "eeeb98d1-825f-4b9a-97c5-c06658c26bf4",
"BannerID": "0ed0f570-cfbf-4cdf-baec-590a36c5559d"
}
application/xml, text/xml
Sample:
<SchoolBanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusAPI.Models"> <BannerID>0ed0f570-cfbf-4cdf-baec-590a36c5559d</BannerID> <SchoolID>eeeb98d1-825f-4b9a-97c5-c06658c26bf4</SchoolID> </SchoolBanner>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.