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": "ad200435-df49-4978-9898-b7e36a667a24",
"BannerID": "8d4c839b-1bb2-4390-ac86-fad013eb18ad"
}
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>8d4c839b-1bb2-4390-ac86-fad013eb18ad</BannerID> <SchoolID>ad200435-df49-4978-9898-b7e36a667a24</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": "1b0d5dec-d302-466e-ae05-9c8fd18e73fc",
"BannerID": "66d75a0d-1779-407f-90b7-154a9c9e4c4b"
}
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>66d75a0d-1779-407f-90b7-154a9c9e4c4b</BannerID> <SchoolID>1b0d5dec-d302-466e-ae05-9c8fd18e73fc</SchoolID> </SchoolBanner>