SAP Sailing Analytics Webservices API Version 1.0

URL: /api/v1/markproperties

Description:

The service creates new mark properties.


Webservice Type: REST
Output format: Json
Input format: Form
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.
tags: 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
Positioning parameters. None or one of the following may be specified:
deviceUuid: A valid device UUID. This binds the device ID as tracking device for the mark properties.
latDeg, lonDeg: A valid position. This binds the given position for the mark properties.
Request method: POST
Example: http://www.sapsailing.com/sailingserver/api/v1/markproperties
Back to Web Service Overview