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": "9c2f2333-675f-4af4-a220-8998bbac970f",
  "BannerID": "f2825ce9-1e4b-4b24-aca2-9623694ae087"
}

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>f2825ce9-1e4b-4b24-aca2-9623694ae087</BannerID>
  <SchoolID>9c2f2333-675f-4af4-a220-8998bbac970f</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": "eeb838eb-90c1-4616-ad73-ce2fe10c546f",
  "BannerID": "aae199d8-1fb1-4272-b603-797459136899"
}

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>aae199d8-1fb1-4272-b603-797459136899</BannerID>
  <SchoolID>eeb838eb-90c1-4616-ad73-ce2fe10c546f</SchoolID>
</SchoolBanner>