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": "730d5e33-e67c-4ebd-94f6-6f00dbe93cf9",
"BannerID": "7d3144ce-9caa-407f-8742-bb2d79d39689"
}
application/xml, text/xml
Sample:
<SchoolBanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusAPI.Models"> <BannerID>7d3144ce-9caa-407f-8742-bb2d79d39689</BannerID> <SchoolID>730d5e33-e67c-4ebd-94f6-6f00dbe93cf9</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": "a00fb696-7f17-47ab-a704-0ffcdc5c6ff4",
"BannerID": "0090a761-1a04-4af7-953c-baf07f5f235e"
}
application/xml, text/xml
Sample:
<SchoolBanner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusAPI.Models"> <BannerID>0090a761-1a04-4af7-953c-baf07f5f235e</BannerID> <SchoolID>a00fb696-7f17-47ab-a704-0ffcdc5c6ff4</SchoolID> </SchoolBanner>