POST api/Contest/DeleteContestImage
Request Information
URI Parameters
None.
Body Parameters
DeleteContestImageCommandDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ImageType | string |
None. |
|
UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "d4e94c02-698b-493f-851b-30387c3ef356", "ImageType": "sample string 1", "UserId": "91d0b662-7d96-4b64-b25f-52c832dabca8" }
application/xml, text/xml
Sample:
<DeleteContestImageCommandDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.ContestModule.Model"> <Id>d4e94c02-698b-493f-851b-30387c3ef356</Id> <ImageType>sample string 1</ImageType> <UserId>91d0b662-7d96-4b64-b25f-52c832dabca8</UserId> </DeleteContestImageCommandDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>