POST api/Team/DeleteAccountImage
Request Information
URI Parameters
None.
Body Parameters
DeleteLeagueImageDtoName | Description | Type | Additional 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:
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>