PUT api/SchoolGalleries/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "3e94fa9d-2306-45d1-9e6c-02cdfc83df02",
"SchoolID": "1ac3bf84-fc0f-45a5-a503-a37858de9052",
"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>3e94fa9d-2306-45d1-9e6c-02cdfc83df02</GalleryID> <PictureDate>sample string 4</PictureDate> <PictureTime>sample string 5</PictureTime> <PictureUrl>sample string 3</PictureUrl> <SchoolID>1ac3bf84-fc0f-45a5-a503-a37858de9052</SchoolID> </SchoolGallery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.