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": "63eecb95-ca07-4f28-9661-47f8bc30e63d",
  "ImageType": "sample string 2",
  "UserId": "90207017-e0e3-4065-8d1d-23ebcaa0909b"
}

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>63eecb95-ca07-4f28-9661-47f8bc30e63d</Id>
  <ImageType>sample string 2</ImageType>
  <UserId>90207017-e0e3-4065-8d1d-23ebcaa0909b</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>