POST api/Account/DeleteAccountPlayImage
Request Information
URI Parameters
None.
Body Parameters
DeleteAccountPlayContentDtoName | Description | Type | Additional information |
---|---|---|---|
AccountId | globally unique identifier |
None. |
|
ContentType | string |
None. |
|
UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountId": "5daf3438-c05f-4c33-97a9-3fe2f168008f", "ContentType": "sample string 2", "UserId": "8bb67dd0-89d6-4991-af88-ea647b90c7a0" }
application/xml, text/xml
Sample:
<DeleteAccountPlayContentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.AcccountPlayDetailsModule.Model"> <AccountId>5daf3438-c05f-4c33-97a9-3fe2f168008f</AccountId> <ContentType>sample string 2</ContentType> <UserId>8bb67dd0-89d6-4991-af88-ea647b90c7a0</UserId> </DeleteAccountPlayContentDto>
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>