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": "eb4535fa-beca-4f5e-977a-794706ef0235", "ImageType": "sample string 1", "UserId": "efeb3c45-9f1d-459e-97a8-de7467e27e5c" }
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>eb4535fa-beca-4f5e-977a-794706ef0235</Id> <ImageType>sample string 1</ImageType> <UserId>efeb3c45-9f1d-459e-97a8-de7467e27e5c</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>