POST api/Team/DeleteAccountImage

Request Information

URI Parameters

None.

Body Parameters

DeleteLeagueImageDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ImageType

string

None.

UserId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "33686a22-13c1-40e5-b218-28665c2be020",
  "ImageType": "sample string 2",
  "UserId": "6aa08179-fa81-4fce-b4e8-7b93eff399d1"
}

application/xml, text/xml

Sample:
<DeleteLeagueImageDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.TeamModule.Model">
  <Id>33686a22-13c1-40e5-b218-28665c2be020</Id>
  <ImageType>sample string 2</ImageType>
  <UserId>6aa08179-fa81-4fce-b4e8-7b93eff399d1</UserId>
</DeleteLeagueImageDto>

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 'DeleteLeagueImageDto'.

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>