GET api/LeagueHeader/GetAllCustomerLeagues
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LeagueHeaderDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
LeagueName | string |
None. |
|
UniqueCode | string |
None. |
|
CustomerId | globally unique identifier |
None. |
|
SportsTypeId | globally unique identifier |
None. |
|
SportName | string |
None. |
|
Username | string |
None. |
|
StickerId | globally unique identifier |
None. |
|
StickerImage | string |
None. |
|
ColourId | globally unique identifier |
None. |
|
ColourCode | string |
None. |
|
CreationDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "ae942d8d-b74c-4e19-9ce3-dc7649fed459", "LeagueName": "sample string 2", "UniqueCode": "sample string 3", "CustomerId": "b34151d9-5de6-4f97-aa00-a997e6169bff", "SportsTypeId": "12d8ad49-f814-4a5f-aac6-1664d3b809fb", "SportName": "sample string 5", "Username": "sample string 6", "StickerId": "5e6194e4-e819-4c96-93de-33366895f821", "StickerImage": "sample string 7", "ColourId": "04286a03-115d-4e81-b014-16f1d5ba2870", "ColourCode": "sample string 8", "CreationDate": "2025-04-03T21:01:07.3660561+00:00" }, { "Id": "ae942d8d-b74c-4e19-9ce3-dc7649fed459", "LeagueName": "sample string 2", "UniqueCode": "sample string 3", "CustomerId": "b34151d9-5de6-4f97-aa00-a997e6169bff", "SportsTypeId": "12d8ad49-f814-4a5f-aac6-1664d3b809fb", "SportName": "sample string 5", "Username": "sample string 6", "StickerId": "5e6194e4-e819-4c96-93de-33366895f821", "StickerImage": "sample string 7", "ColourId": "04286a03-115d-4e81-b014-16f1d5ba2870", "ColourCode": "sample string 8", "CreationDate": "2025-04-03T21:01:07.3660561+00:00" } ]
application/xml, text/xml
Sample:
<ArrayOfLeagueHeaderDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Modules.LeagueHeaderModule.Model"> <LeagueHeaderDto> <ColourCode>sample string 8</ColourCode> <ColourId>04286a03-115d-4e81-b014-16f1d5ba2870</ColourId> <CreationDate>2025-04-03T21:01:07.3660561+00:00</CreationDate> <CustomerId>b34151d9-5de6-4f97-aa00-a997e6169bff</CustomerId> <Id>ae942d8d-b74c-4e19-9ce3-dc7649fed459</Id> <LeagueName>sample string 2</LeagueName> <SportName>sample string 5</SportName> <SportsTypeId>12d8ad49-f814-4a5f-aac6-1664d3b809fb</SportsTypeId> <StickerId>5e6194e4-e819-4c96-93de-33366895f821</StickerId> <StickerImage>sample string 7</StickerImage> <UniqueCode>sample string 3</UniqueCode> <Username>sample string 6</Username> </LeagueHeaderDto> <LeagueHeaderDto> <ColourCode>sample string 8</ColourCode> <ColourId>04286a03-115d-4e81-b014-16f1d5ba2870</ColourId> <CreationDate>2025-04-03T21:01:07.3660561+00:00</CreationDate> <CustomerId>b34151d9-5de6-4f97-aa00-a997e6169bff</CustomerId> <Id>ae942d8d-b74c-4e19-9ce3-dc7649fed459</Id> <LeagueName>sample string 2</LeagueName> <SportName>sample string 5</SportName> <SportsTypeId>12d8ad49-f814-4a5f-aac6-1664d3b809fb</SportsTypeId> <StickerId>5e6194e4-e819-4c96-93de-33366895f821</StickerId> <StickerImage>sample string 7</StickerImage> <UniqueCode>sample string 3</UniqueCode> <Username>sample string 6</Username> </LeagueHeaderDto> </ArrayOfLeagueHeaderDto>