POST api/SchoolBanners
Request Information
URI Parameters
None.
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": "67e7ce06-bbcc-4e4b-8287-4460e831651d",
"BannerID": "77299ccd-e143-4b1d-afef-8c04864be493"
}
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>77299ccd-e143-4b1d-afef-8c04864be493</BannerID> <SchoolID>67e7ce06-bbcc-4e4b-8287-4460e831651d</SchoolID> </SchoolBanner>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "e37e1e0c-970f-4ccd-9689-85b57b42b9b6",
"BannerID": "b00e82ec-cc97-4697-98dd-4569886282ee"
}
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>b00e82ec-cc97-4697-98dd-4569886282ee</BannerID> <SchoolID>e37e1e0c-970f-4ccd-9689-85b57b42b9b6</SchoolID> </SchoolBanner>