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": "8a38eb4e-65f8-4078-88ee-175b67d06342", "ImageType": "sample string 2", "UserId": "3b8e114f-c127-4a5c-88f0-d05618236470" }
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>8a38eb4e-65f8-4078-88ee-175b67d06342</Id> <ImageType>sample string 2</ImageType> <UserId>3b8e114f-c127-4a5c-88f0-d05618236470</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>