SAP Sailing Analytics Webservices API Version 1.0

URL: /api/v1/regattas/{name}/addracecolumns

Description:

Adds race columns to a series in a regatta. The number of races, the series to append to and the race column name prefix can be specified using optional parameters. By default, a single race column is added to the last series in the regatta, using "R" as the column name prefix, finding the first free number starting with the number of races already in the series.
All slashes contained within the {name} parameter must be replaced by "__" (double underscore).


Webservice Type: REST
Output format: Json
Mandatory parameters: None
Optional parameters:
numberofraces an integer specifying the number of races to add (default=1)
prefix the race column name prefix (default="R")
toseries name of the series to which to append; default is the last series in the regatta
Request method: POST
Example: curl -X POST -H "Authorization: Bearer w9YSIfr/Zf6a127SZDddkhdAtQuuv0Jm1PSXlo1Yvd0=" "http://dev.sapsailing.com/sailingserver/api/v1/regattas/BSW%202015%20-%20Rudern/addracecolumns"
Back to Web Service Overview