GET api/TourLogo/Exists?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ImageExistsResponseName | Description | Type | Additional information |
---|---|---|---|
ImageExists | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "ImageExists": true }
application/xml, text/xml
Sample:
<ImageExistsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FIBA3x3_MediaApi.Models"> <ImageExists>true</ImageExists> </ImageExistsResponse>