POST api/Account/DeleteAccountPlayImage

Request Information

URI Parameters

None.

Body Parameters

DeleteAccountPlayContentDto
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DeleteAccountPlayContentDto'.

Response Information

Resource Description

string

Response 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>