DELETE api/SchoolBanners/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
SchoolBanner| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolID | globally unique identifier |
None. |
|
| BannerID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"SchoolID": "99dc8b2b-64ca-4050-b581-00831f2b0dbf",
"BannerID": "43e43e95-8ece-4660-9744-ea0eb279f073"
}
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>43e43e95-8ece-4660-9744-ea0eb279f073</BannerID> <SchoolID>99dc8b2b-64ca-4050-b581-00831f2b0dbf</SchoolID> </SchoolBanner>