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": "7473e548-5bb9-4b1b-ba2c-b243cfe15d00",
"BannerID": "b75368f9-ea9f-40ff-8649-6bca927c9306"
}
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>b75368f9-ea9f-40ff-8649-6bca927c9306</BannerID> <SchoolID>7473e548-5bb9-4b1b-ba2c-b243cfe15d00</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": "b76bedae-798a-498e-80b7-2f2ff7f496f7",
"BannerID": "6c87058a-ed29-4adc-b864-229addea96aa"
}
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>6c87058a-ed29-4adc-b864-229addea96aa</BannerID> <SchoolID>b76bedae-798a-498e-80b7-2f2ff7f496f7</SchoolID> </SchoolBanner>