POST api/Account/DeleteAccountImage
Request Information
URI Parameters
None.
Body Parameters
DeleteAccountImageCommandDtoName | 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": "d2d26dbf-1e7b-47d4-8872-cb19512deb23", "ImageType": "sample string 2", "UserId": "7c38ba15-ac79-4d65-bb9d-28e997ea37ec" }
application/xml, text/xml
Sample:
<DeleteAccountImageCommandDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.AccountModule.Model"> <Id>d2d26dbf-1e7b-47d4-8872-cb19512deb23</Id> <ImageType>sample string 2</ImageType> <UserId>7c38ba15-ac79-4d65-bb9d-28e997ea37ec</UserId> </DeleteAccountImageCommandDto>
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>