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": "790e2cc1-c07c-41de-883b-316a82c59d04", "ImageType": "sample string 2", "UserId": "b99a2dbc-aba6-4ade-a312-dfeed36fca99" }
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>790e2cc1-c07c-41de-883b-316a82c59d04</Id> <ImageType>sample string 2</ImageType> <UserId>b99a2dbc-aba6-4ade-a312-dfeed36fca99</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>