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": "d81cc87c-f7d5-402c-a6be-8978dce5a995", "ImageType": "sample string 2", "UserId": "3fe373b3-d4ac-47b7-914c-59d06db1a049" }
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>d81cc87c-f7d5-402c-a6be-8978dce5a995</Id> <ImageType>sample string 2</ImageType> <UserId>3fe373b3-d4ac-47b7-914c-59d06db1a049</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>