Provides actions to upload and store an organizer logo

APIDescription
GET api/OrganizerLogo?id={id}&size={size}

Returns the related image for the given id and size requested

GET api/OrganizerLogo?ids={ids}&size={size}

Returns the related images for the given ids and size requested

GET api/OrganizerLogo/Exists?id={id}

Checks if an image exists or not using the provided id

PUT api/OrganizerLogo/{id}

Stores the data using the provided id

DELETE api/OrganizerLogo/{id}

Deletes an existing image using the provided id

PlayerProfile

Provides actions to upload and store a player profile image

APIDescription
GET api/PlayerProfile?id={id}&size={size}

Returns the related image for the given id and size requested

GET api/PlayerProfile?ids={ids}&size={size}

Returns the related images for the given ids and size requested

GET api/PlayerProfile?id={id}&size={size}&gender={gender}

Returns the related image for the given id and size requested

GET api/PlayerProfile?ids={ids}&size={size}&gender={gender}

Returns the related images for the given ids and size requested

GET api/PlayerProfile/Exists?id={id}

Checks if an image exists or not using the provided id

PUT api/PlayerProfile/{id}

Stores the data using the provided id

DELETE api/PlayerProfile/{id}

Deletes an existing image using the provided id

Provides actions to upload and store an event logo

APIDescription
GET api/EventLogo?id={id}&size={size}

Returns the related image for the given id and size requested

GET api/EventLogo?ids={ids}&size={size}

Returns the related images for the given ids and size requested

GET api/EventLogo/Exists?id={id}

Checks if an image exists or not using the provided id

PUT api/EventLogo/{id}

Stores the data using the provided id

DELETE api/EventLogo/{id}

Deletes an existing image using the provided id

Provides actions to upload and store a tour logo

APIDescription
GET api/TourLogo?id={id}&size={size}

Returns the related image for the given id and size requested

GET api/TourLogo?ids={ids}&size={size}

Returns the related images for the given ids and size requested

GET api/TourLogo/Exists?id={id}

Checks if an image exists or not using the provided id

PUT api/TourLogo/{id}

Stores the data using the provided id

DELETE api/TourLogo/{id}

Deletes an existing image using the provided id

PlayerCover

Provides actions to upload and store a player cover image

APIDescription
GET api/PlayerCover?id={id}&size={size}

Returns the related image for the given id and size requested

GET api/PlayerCover?ids={ids}&size={size}

Returns the related images for the given ids and size requested

GET api/PlayerCover/Exists?id={id}

Checks if an image exists or not using the provided id

PUT api/PlayerCover/{id}

Stores the data using the provided id

DELETE api/PlayerCover/{id}

Deletes an existing image using the provided id