POST api/SchoolBanners

Request Information

URI Parameters

None.

Body Parameters

SchoolBanner
NameDescriptionTypeAdditional information
SchoolID

globally unique identifier

None.

BannerID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "SchoolID": "39ec1b91-e2dd-4930-921a-5d9db69ce17b",
  "BannerID": "c46df782-74a3-43d2-85aa-99195bb331d4"
}

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>c46df782-74a3-43d2-85aa-99195bb331d4</BannerID>
  <SchoolID>39ec1b91-e2dd-4930-921a-5d9db69ce17b</SchoolID>
</SchoolBanner>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SchoolBanner
NameDescriptionTypeAdditional information
SchoolID

globally unique identifier

None.

BannerID

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "SchoolID": "007f49e7-f209-4b1b-97e6-4552f9c796ec",
  "BannerID": "ac0914a4-5deb-40d9-9712-8fad4f7e44d0"
}

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>ac0914a4-5deb-40d9-9712-8fad4f7e44d0</BannerID>
  <SchoolID>007f49e7-f209-4b1b-97e6-4552f9c796ec</SchoolID>
</SchoolBanner>