Creates a Series in an regatta, and configures the Series it contains
Webservice Type: | REST |
Output format: | Json |
Request method: | POST |
Examples: | resultDiscardingThresholds and maximumNumberOfDiscards are optional Request: { "regattaName":"test", "seriesName":"NewRestCreatedSeries2", "seriesNameNew":"NewRestCreatedSeries2", "isMedal":false, "isFleetsCanRunInParallel":false, "startsWithZeroScore":true, "firstColumnIsNonDiscardableCarryForward":false, "hasSplitFleetContiguousScoring":false, "hasCrossFleetMergedRanking":false, "maximumNumberOfDiscards":1, "oneAlwaysStaysOne":false, "resultDiscardingThresholds":[1,2], "fleets":[ { "fleetName":"Gold 1", "orderNo":1, "htmlColor":"#FF0000" } ] } Response: Status 200 |