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": "23bbb7eb-13ac-4cc1-8194-527aad1b82fe",
  "BannerID": "7628b67e-d419-4846-9a40-40cfc04a4e23"
}

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>7628b67e-d419-4846-9a40-40cfc04a4e23</BannerID>
  <SchoolID>23bbb7eb-13ac-4cc1-8194-527aad1b82fe</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": "fcfdfa8f-8f68-46d8-94be-d65deee18df7",
  "BannerID": "e4c7ce6e-fc57-482b-b9ff-1c749bc2d5f6"
}

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>e4c7ce6e-fc57-482b-b9ff-1c749bc2d5f6</BannerID>
  <SchoolID>fcfdfa8f-8f68-46d8-94be-d65deee18df7</SchoolID>
</SchoolBanner>