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": "f4d80a60-622b-4861-aa42-5766c15c73a3", "ContentType": "sample string 2", "UserId": "f1a05c5b-c12f-41a6-bbec-f5b9216667be" }
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>f4d80a60-622b-4861-aa42-5766c15c73a3</AccountId> <ContentType>sample string 2</ContentType> <UserId>f1a05c5b-c12f-41a6-bbec-f5b9216667be</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>