POST api/LeagueDetail/DeleteLeagueDetail
Request Information
URI Parameters
None.
Body Parameters
EditLeagueDetailCommandDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
LeagueHeaderId | globally unique identifier |
None. |
|
MemberId | globally unique identifier |
None. |
|
IsAdmin | boolean |
None. |
|
UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "c773c62a-5842-4b2a-8022-756533548e25", "LeagueHeaderId": "4a30e0f4-9045-40ba-b4e3-7430158ccd15", "MemberId": "a1378baf-f630-461d-b38e-04a073108875", "IsAdmin": true, "UserId": "aee0dc2e-05f5-4da9-9064-f254d7e5ee93" }
application/xml, text/xml
Sample:
<EditLeagueDetailCommandDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.LeagueDetailModule.Model"> <Id>c773c62a-5842-4b2a-8022-756533548e25</Id> <IsAdmin>true</IsAdmin> <LeagueHeaderId>4a30e0f4-9045-40ba-b4e3-7430158ccd15</LeagueHeaderId> <MemberId>a1378baf-f630-461d-b38e-04a073108875</MemberId> <UserId>aee0dc2e-05f5-4da9-9064-f254d7e5ee93</UserId> </EditLeagueDetailCommandDto>
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>