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": "2bab7292-79d0-4499-9561-73eff9a06db2",
"BannerID": "80977e86-e5af-43b7-9863-e1a7a2915bb8"
}
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>80977e86-e5af-43b7-9863-e1a7a2915bb8</BannerID> <SchoolID>2bab7292-79d0-4499-9561-73eff9a06db2</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": "e6162af2-8de4-4b53-ae29-92191f206d27",
"BannerID": "1f458715-5984-4c65-b6fc-0d1ad86b25ea"
}
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>1f458715-5984-4c65-b6fc-0d1ad86b25ea</BannerID> <SchoolID>e6162af2-8de4-4b53-ae29-92191f206d27</SchoolID> </SchoolBanner>