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": "426e642b-062d-48bf-8ba6-cfa16e5c68d3",
"SchoolID": "8eaa4f1f-c99f-48dc-bc8d-6d502c103c01",
"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>426e642b-062d-48bf-8ba6-cfa16e5c68d3</GalleryID> <PictureDate>sample string 4</PictureDate> <PictureTime>sample string 5</PictureTime> <PictureUrl>sample string 3</PictureUrl> <SchoolID>8eaa4f1f-c99f-48dc-bc8d-6d502c103c01</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": "e24a4352-11e2-4833-8930-f90b88fd8ccc",
"SchoolID": "6ef3d903-a124-4120-9212-dd6ecdb9bf2f",
"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>e24a4352-11e2-4833-8930-f90b88fd8ccc</GalleryID> <PictureDate>sample string 4</PictureDate> <PictureTime>sample string 5</PictureTime> <PictureUrl>sample string 3</PictureUrl> <SchoolID>6ef3d903-a124-4120-9212-dd6ecdb9bf2f</SchoolID> </SchoolGallery>