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": "49b841b5-91e3-49e8-994b-814a948db3be",
  "BannerID": "b982fd96-f83e-4ac1-b34f-5f9ef9e893df"
}

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>b982fd96-f83e-4ac1-b34f-5f9ef9e893df</BannerID>
  <SchoolID>49b841b5-91e3-49e8-994b-814a948db3be</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": "cde6e35a-d657-4483-a354-68e1214a4c5e",
  "BannerID": "146a41db-9155-49c0-af7e-daf14337a6df"
}

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>146a41db-9155-49c0-af7e-daf14337a6df</BannerID>
  <SchoolID>cde6e35a-d657-4483-a354-68e1214a4c5e</SchoolID>
</SchoolBanner>