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": "6948fab8-5f2b-40b9-a882-e89e8d0adfef",
"BannerID": "f2cca059-3398-4768-a820-50462e6dd342"
}
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>f2cca059-3398-4768-a820-50462e6dd342</BannerID> <SchoolID>6948fab8-5f2b-40b9-a882-e89e8d0adfef</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": "e5e785ae-9dfb-4ece-9071-c110c7f57183",
"BannerID": "ea3416e7-6eb6-433d-95a7-d29c0f072271"
}
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>ea3416e7-6eb6-433d-95a7-d29c0f072271</BannerID> <SchoolID>e5e785ae-9dfb-4ece-9071-c110c7f57183</SchoolID> </SchoolBanner>