POST api/SchoolGalleries
Request Information
URI Parameters
None.
Body Parameters
SchoolGallery| Name | Description | Type | Additional information |
|---|---|---|---|
| GalleryID | globally unique identifier |
None. |
|
| SchoolID | globally unique identifier |
None. |
|
| PictureUrl | string |
None. |
|
| PictureDate | string |
None. |
|
| PictureTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GalleryID": "e1be113b-0a1c-4b52-8bc9-c358a325ba31",
"SchoolID": "0429c469-f732-4351-890e-1f0e38f2246e",
"PictureUrl": "sample string 3",
"PictureDate": "sample string 4",
"PictureTime": "sample string 5"
}
application/xml, text/xml
Sample:
<SchoolGallery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusAPI.Models"> <GalleryID>e1be113b-0a1c-4b52-8bc9-c358a325ba31</GalleryID> <PictureDate>sample string 4</PictureDate> <PictureTime>sample string 5</PictureTime> <PictureUrl>sample string 3</PictureUrl> <SchoolID>0429c469-f732-4351-890e-1f0e38f2246e</SchoolID> </SchoolGallery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SchoolGallery| Name | Description | Type | Additional information |
|---|---|---|---|
| GalleryID | globally unique identifier |
None. |
|
| SchoolID | globally unique identifier |
None. |
|
| PictureUrl | string |
None. |
|
| PictureDate | string |
None. |
|
| PictureTime | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GalleryID": "a21cb356-105b-41aa-92b1-5dc864460afc",
"SchoolID": "42c2a119-c42e-45ab-a7e7-f52581e5d322",
"PictureUrl": "sample string 3",
"PictureDate": "sample string 4",
"PictureTime": "sample string 5"
}
application/xml, text/xml
Sample:
<SchoolGallery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusAPI.Models"> <GalleryID>a21cb356-105b-41aa-92b1-5dc864460afc</GalleryID> <PictureDate>sample string 4</PictureDate> <PictureTime>sample string 5</PictureTime> <PictureUrl>sample string 3</PictureUrl> <SchoolID>42c2a119-c42e-45ab-a7e7-f52581e5d322</SchoolID> </SchoolGallery>