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": "e21ab003-b795-44cd-ba72-5f2c845ae496",
  "BannerID": "86efb072-7b7a-41bd-a0a5-71089307ead3"
}

application/xml, text/xml

Sample:
<SchoolBanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Models">
  <BannerID>86efb072-7b7a-41bd-a0a5-71089307ead3</BannerID>
  <SchoolID>e21ab003-b795-44cd-ba72-5f2c845ae496</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": "f1beba1f-2e49-4c95-a415-f2758cb46a45",
  "BannerID": "41db8276-3c0e-43e0-b9ba-320d4cef9ed4"
}

application/xml, text/xml

Sample:
<SchoolBanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParentAPI.Models">
  <BannerID>41db8276-3c0e-43e0-b9ba-320d4cef9ed4</BannerID>
  <SchoolID>f1beba1f-2e49-4c95-a415-f2758cb46a45</SchoolID>
</SchoolBanner>