It is possible to update values in RACE RESULT 14 using custom API calls, this could be used for any field including participant details, additional fields, Status and Comment fields and more. This method will update a single field.
To SAVE field data use a Custom API with:
part/savevalue?
There are some additional parameters which can be appended here, parameters can either be used in the API details in the API setup if they should apply to all API calls, or can be appended to the end of the API url in the API call, when appending to the API url then append "?" before the first parameter.
&bib=
The bib number which should be updated, updates can only be applied to a single bib at a time in this way.
&fieldname=
The name of the field which should be updated
&value=
The new value for the field
&nohistory=
If participant history record should be updated set this to 0, if not then set to 1
Example:
API Details: part/savevalue
URL: https://api.raceresult.com/111952/FCMAAKQOYEI6YHU7JBAM6YLK8J5485TG?&bib=11&fieldname=Status&value=4&nohistory=0
Sets the value of the Status field to 4 (DNS) for bib number 11, this change is saved in the participant history