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": "bef12672-fd90-47bf-8d34-851272991ab8",
"SchoolID": "c831509b-ffe0-4adc-b570-cd83d080c0c9",
"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>bef12672-fd90-47bf-8d34-851272991ab8</GalleryID> <PictureDate>sample string 4</PictureDate> <PictureTime>sample string 5</PictureTime> <PictureUrl>sample string 3</PictureUrl> <SchoolID>c831509b-ffe0-4adc-b570-cd83d080c0c9</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": "a0139bd7-3172-4a4c-af7f-41ffdb5c9155",
"SchoolID": "53dc75ab-e40e-43dc-a19b-1435cee0652d",
"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>a0139bd7-3172-4a4c-af7f-41ffdb5c9155</GalleryID> <PictureDate>sample string 4</PictureDate> <PictureTime>sample string 5</PictureTime> <PictureUrl>sample string 3</PictureUrl> <SchoolID>53dc75ab-e40e-43dc-a19b-1435cee0652d</SchoolID> </SchoolGallery>