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": "0aaad36c-2fb4-4004-ac8d-c686738da672", "LeagueName": "sample string 2", "CustomerId": "89112308-8670-4150-bb55-d191dd8c23d1", "SportsTypeId": "e5dc5940-4b01-45c4-ac8b-6b27f44b0d8c", "StickerId": "77a454d9-9dc9-4475-a0e5-465336e5842c", "StickerImage": "sample string 5", "ColourId": "c5a4a5d4-b8ef-415a-8efd-9d91156ae4a1", "UserId": "98a87258-6234-43b5-b345-a28b46879876" }
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>c5a4a5d4-b8ef-415a-8efd-9d91156ae4a1</ColourId> <CustomerId>89112308-8670-4150-bb55-d191dd8c23d1</CustomerId> <Id>0aaad36c-2fb4-4004-ac8d-c686738da672</Id> <LeagueName>sample string 2</LeagueName> <SportsTypeId>e5dc5940-4b01-45c4-ac8b-6b27f44b0d8c</SportsTypeId> <StickerId>77a454d9-9dc9-4475-a0e5-465336e5842c</StickerId> <StickerImage>sample string 5</StickerImage> <UserId>98a87258-6234-43b5-b345-a28b46879876</UserId> </EditLeagueHeaderCommandDto>
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>