Adds an arbitrary number GPS-fixes that originated from a device with a universally unique identifier (UUID, all types accepted) to the GPSFixStore. These can be mapped to a competitor or a mark via the DeviceMappings in the RaceLog-Tracking connector.
Webservice Type: | REST |
Input format: | JSON (application/json) |
Output format: | HTTP 200 |
Mandatory parameters: | None |
Optional parameters: | returnManeuverUpdate (boolean, default false): if true, a list of races, identified by regatta name and race name,
will be returned as a response document that shows those races for which the fix(es) was/were mapped to a competitor
for which the maneuver list changed since the last such request. Example output:{ "maneuverchanged": [ { "regattaName": "Ddd", "raceName": "R3", "maneuverChanged": false, "liveDelayInMillis": 5000 }, { "regattaName": "Ddd", "raceName": "R1", "maneuverChanged": false, "liveDelayInMillis": 5000 } ] } returnLiveDelay (boolean, default false): if true, a list of races, identified by regatta name and race name, will be returned as a response document, showing for each race to which the fix was mapped what the race's live delay is in milliseconds. Note that this can be combined with returnManeuverUpdate. For example output see above. |
Request method: | POST |
Example: | POST http://www.sapsailing.com/sailingserver/api/v1/gps_fixes
|