POST api/SchoolBanners
Request Information
URI Parameters
None.
Body Parameters
SchoolBanner| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolID | globally unique identifier |
None. |
|
| BannerID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchoolID": "3efa92d8-b864-4e4d-928b-14eee8d3a3e6",
"BannerID": "40bb9804-be41-4ad8-829b-9ef42a459fbb"
}
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>40bb9804-be41-4ad8-829b-9ef42a459fbb</BannerID> <SchoolID>3efa92d8-b864-4e4d-928b-14eee8d3a3e6</SchoolID> </SchoolBanner>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SchoolBanner| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolID | globally unique identifier |
None. |
|
| BannerID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"SchoolID": "b0b23d5f-685d-4a09-a7f6-9ded0600d031",
"BannerID": "80011321-2677-45f5-a438-ebaa67356bf2"
}
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>80011321-2677-45f5-a438-ebaa67356bf2</BannerID> <SchoolID>b0b23d5f-685d-4a09-a7f6-9ded0600d031</SchoolID> </SchoolBanner>