POST api/EventTournamentMatchConfiguration/CRUD
Add/Update/Delete EventTournamentMatchConfiguration
Request Information
URI Parameters
None.
Body Parameters
String Array of EventTournamentMatchConfiguration Names And Information(Mandatory)
Collection of EventTournamentMatchConfigurationInfoName | Description | Type | Additional information |
---|---|---|---|
EventTournamentMatchConfigurationId | integer |
None. |
|
EventId | integer |
None. |
|
SubEventId | integer |
None. |
|
EventTournamentPhaseId | integer |
None. |
|
GameNumber | integer |
None. |
|
BestOfXGames | integer |
None. |
|
MaxpointsperGame | integer |
None. |
|
AdvantageperGame | integer |
None. |
|
SuddenDeathPoint | integer |
None. |
|
TTRReview | boolean |
None. |
|
MaxChallengesPerCompetitor | integer |
None. |
|
YellowCard | boolean |
None. |
|
YellowRed1 | boolean |
None. |
|
YellowRed2 | boolean |
None. |
|
IsActive | boolean |
None. |
|
IsDeleted | boolean |
None. |
|
Deleted | integer |
None. |
|
CreatedBy | integer |
None. |
|
LastModifiedBy | integer |
None. |
|
LastUpdatedDateTime | date |
None. |
|
IsEventLevel | boolean |
None. |
|
TeamMatchTotal | integer |
None. |
|
TeamMatchBestOfXGames | integer |
None. |
|
TeamMatchWinnerNumberOfGames | integer |
None. |
|
TeamMatchSequence | string |
None. |
|
IndividualMatchType | integer |
None. |
|
MaxGamesPerIndividualMatch | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "EventTournamentMatchConfigurationId": 1, "EventId": 1, "SubEventId": 1, "EventTournamentPhaseId": 1, "GameNumber": 1, "BestOfXGames": 1, "MaxpointsperGame": 1, "AdvantageperGame": 1, "SuddenDeathPoint": 1, "TTRReview": true, "MaxChallengesPerCompetitor": 1, "YellowCard": true, "YellowRed1": true, "YellowRed2": true, "IsActive": true, "IsDeleted": true, "Deleted": 1, "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T15:45:55.7433952+00:00", "IsEventLevel": true, "TeamMatchTotal": 1, "TeamMatchBestOfXGames": 1, "TeamMatchWinnerNumberOfGames": 1, "TeamMatchSequence": "sample string 1", "IndividualMatchType": 1, "MaxGamesPerIndividualMatch": 1 }, { "EventTournamentMatchConfigurationId": 1, "EventId": 1, "SubEventId": 1, "EventTournamentPhaseId": 1, "GameNumber": 1, "BestOfXGames": 1, "MaxpointsperGame": 1, "AdvantageperGame": 1, "SuddenDeathPoint": 1, "TTRReview": true, "MaxChallengesPerCompetitor": 1, "YellowCard": true, "YellowRed1": true, "YellowRed2": true, "IsActive": true, "IsDeleted": true, "Deleted": 1, "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T15:45:55.7433952+00:00", "IsEventLevel": true, "TeamMatchTotal": 1, "TeamMatchBestOfXGames": 1, "TeamMatchWinnerNumberOfGames": 1, "TeamMatchSequence": "sample string 1", "IndividualMatchType": 1, "MaxGamesPerIndividualMatch": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfEventTournamentMatchConfigurationInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <EventTournamentMatchConfigurationInfo> <AdvantageperGame>1</AdvantageperGame> <BestOfXGames>1</BestOfXGames> <CreatedBy>1</CreatedBy> <Deleted>1</Deleted> <EventId>1</EventId> <EventTournamentMatchConfigurationId>1</EventTournamentMatchConfigurationId> <EventTournamentPhaseId>1</EventTournamentPhaseId> <GameNumber>1</GameNumber> <IndividualMatchType>1</IndividualMatchType> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <IsEventLevel>true</IsEventLevel> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:45:55.7433952+00:00</LastUpdatedDateTime> <MaxChallengesPerCompetitor>1</MaxChallengesPerCompetitor> <MaxGamesPerIndividualMatch>1</MaxGamesPerIndividualMatch> <MaxpointsperGame>1</MaxpointsperGame> <SubEventId>1</SubEventId> <SuddenDeathPoint>1</SuddenDeathPoint> <TTRReview>true</TTRReview> <TeamMatchBestOfXGames>1</TeamMatchBestOfXGames> <TeamMatchSequence>sample string 1</TeamMatchSequence> <TeamMatchTotal>1</TeamMatchTotal> <TeamMatchWinnerNumberOfGames>1</TeamMatchWinnerNumberOfGames> <YellowCard>true</YellowCard> <YellowRed1>true</YellowRed1> <YellowRed2>true</YellowRed2> </EventTournamentMatchConfigurationInfo> <EventTournamentMatchConfigurationInfo> <AdvantageperGame>1</AdvantageperGame> <BestOfXGames>1</BestOfXGames> <CreatedBy>1</CreatedBy> <Deleted>1</Deleted> <EventId>1</EventId> <EventTournamentMatchConfigurationId>1</EventTournamentMatchConfigurationId> <EventTournamentPhaseId>1</EventTournamentPhaseId> <GameNumber>1</GameNumber> <IndividualMatchType>1</IndividualMatchType> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <IsEventLevel>true</IsEventLevel> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:45:55.7433952+00:00</LastUpdatedDateTime> <MaxChallengesPerCompetitor>1</MaxChallengesPerCompetitor> <MaxGamesPerIndividualMatch>1</MaxGamesPerIndividualMatch> <MaxpointsperGame>1</MaxpointsperGame> <SubEventId>1</SubEventId> <SuddenDeathPoint>1</SuddenDeathPoint> <TTRReview>true</TTRReview> <TeamMatchBestOfXGames>1</TeamMatchBestOfXGames> <TeamMatchSequence>sample string 1</TeamMatchSequence> <TeamMatchTotal>1</TeamMatchTotal> <TeamMatchWinnerNumberOfGames>1</TeamMatchWinnerNumberOfGames> <YellowCard>true</YellowCard> <YellowRed1>true</YellowRed1> <YellowRed2>true</YellowRed2> </EventTournamentMatchConfigurationInfo> </ArrayOfEventTournamentMatchConfigurationInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>