SAP Sailing Analytics Webservices API Version 1.0

URL: /api/v1/markproperties/{markPropertiesId}

Description:

The service updates mark properties.


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.
tags: Multi value specifying an optional set of tags. Appearance parameters (not giving a parameter sets it to the default):
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 (giving no positioning information will keep the current):
deviceUuid: A valid device UUID. This binds the device ID as tracking device for the mark properties. All previously set positioning information is removed.
latDeg, lonDeg: A valid position. This binds the given position for the mark properties. All previously set positioning information is removed.
Request method: PUT
Example: http://www.sapsailing.com/sailingserver/api/v1/markproperties/dc77e3d1-d405-435e-8699-ce7245a6fd4a
Back to Web Service Overview