POST api/LeagueHeader/DeleteLeagueHeader
Request Information
URI Parameters
None.
Body Parameters
EditLeagueHeaderCommandDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
LeagueName | string |
None. |
|
CustomerId | globally unique identifier |
None. |
|
SportsTypeId | globally unique identifier |
None. |
|
StickerId | globally unique identifier |
None. |
|
StickerImage | string |
None. |
|
ColourId | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "a7236a7a-0549-43b9-a6e8-7fb8bc8aedec", "LeagueName": "sample string 2", "CustomerId": "a4bfa0c1-f13d-4df8-8a87-403fb3147dcb", "SportsTypeId": "c6584515-3821-4985-a1bc-9652e2d07f78", "StickerId": "c93fbc6a-871c-4868-9a87-cb0b93aa87a0", "StickerImage": "sample string 5", "ColourId": "d712abf5-a8ad-4d4b-a04a-02c74866a68a", "UserId": "6fd1fb9f-b38e-472d-85e7-b795f51fd5f0" }
application/xml, text/xml
Sample:
<EditLeagueHeaderCommandDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.LeagueHeaderModule.Model"> <ColourId>d712abf5-a8ad-4d4b-a04a-02c74866a68a</ColourId> <CustomerId>a4bfa0c1-f13d-4df8-8a87-403fb3147dcb</CustomerId> <Id>a7236a7a-0549-43b9-a6e8-7fb8bc8aedec</Id> <LeagueName>sample string 2</LeagueName> <SportsTypeId>c6584515-3821-4985-a1bc-9652e2d07f78</SportsTypeId> <StickerId>c93fbc6a-871c-4868-9a87-cb0b93aa87a0</StickerId> <StickerImage>sample string 5</StickerImage> <UserId>6fd1fb9f-b38e-472d-85e7-b795f51fd5f0</UserId> </EditLeagueHeaderCommandDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
LeagueResponseDtoName | Description | Type | Additional information |
---|---|---|---|
LeagueHeaderId | globally unique identifier |
None. |
|
Message | string |
None. |
|
MessageFr | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "LeagueHeaderId": "c1d6336c-4516-418a-831c-d3bb9c4446c4", "Message": "sample string 2", "MessageFr": "sample string 3" }
application/xml, text/xml
Sample:
<LeagueResponseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.LeagueHeaderModule.Model"> <LeagueHeaderId>c1d6336c-4516-418a-831c-d3bb9c4446c4</LeagueHeaderId> <Message>sample string 2</Message> <MessageFr>sample string 3</MessageFr> </LeagueResponseDto>