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": "e24c8ca6-57c2-4220-ae22-4721dd053c24",
"BannerID": "0f4b7354-31e1-49cc-852a-89c4d855befb"
}
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>0f4b7354-31e1-49cc-852a-89c4d855befb</BannerID> <SchoolID>e24c8ca6-57c2-4220-ae22-4721dd053c24</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": "fcc815b9-1bac-44c5-b22e-330d7cc4e31c",
"BannerID": "9a3de999-285a-4217-988b-8daf7adff33c"
}
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>9a3de999-285a-4217-988b-8daf7adff33c</BannerID> <SchoolID>fcc815b9-1bac-44c5-b22e-330d7cc4e31c</SchoolID> </SchoolBanner>