SAP Sailing Analytics Webservices API Version 1.0

URL: /api/v1/marktemplates

Description:

The service creates a new mark template.


Webservice Type: REST
Input format: Form
Output format: Json
Mandatory parameters: name: the name to set
Optional parameters: shortName: the short name to set. If not given, the short name defaults to the name.
tag: Multi value specifying an optional set of tags. markType: One of [BUOY, CAMERABOAT, STARTBOAT, UMPIREBOAT, LANDMARK, FINISHBOAT]
color: RGB color value. Either of the hex color patterns: #RRGGBB, #RGB, RRGGBB, RGB
shape: For marks with BUOY type, this may be specified as one of [CYLINDER, CONICAL]
pattern: For marks with BUOY type, this may be specified as CHECKERED
Request method: POST
Example: http://www.sapsailing.com/sailingserver/api/v1/marktemplates
Back to Web Service Overview