PUT api/SchoolBanners/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

SchoolBanner
NameDescriptionTypeAdditional information
SchoolID

globally unique identifier

None.

BannerID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "SchoolID": "17143cd3-7f4e-46f2-b3ed-8f39511f9bf4",
  "BannerID": "971f2dfb-1064-4dbd-8910-fbedc76e90ec"
}

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>971f2dfb-1064-4dbd-8910-fbedc76e90ec</BannerID>
  <SchoolID>17143cd3-7f4e-46f2-b3ed-8f39511f9bf4</SchoolID>
</SchoolBanner>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SchoolBanner'.

Response Information

Resource Description

None.