Start a match
Send player names, court, time, and scoring format. The scoreboard resets and is ready to play.
POST /api/partner/startMatch
{
"customerID": "your_club_id",
"matchID": "...",
"courtNumber": "1",
"teamRed": { "player1": "John Smith" },
"teamBlue": { "player1": "Carlos Garcia" },
"formatId": "A1"
}http