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": "32b2e59e-2cb7-4374-950e-509079f5f86a",
"BannerID": "568a480e-050d-4a3a-8c89-1a48c63d028e"
}
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>568a480e-050d-4a3a-8c89-1a48c63d028e</BannerID> <SchoolID>32b2e59e-2cb7-4374-950e-509079f5f86a</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": "23dff444-01f7-4750-a850-d0dd841646ea",
"BannerID": "68fcffab-a854-4a5f-8ba8-d59ad43d3d5c"
}
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>68fcffab-a854-4a5f-8ba8-d59ad43d3d5c</BannerID> <SchoolID>23dff444-01f7-4750-a850-d0dd841646ea</SchoolID> </SchoolBanner>