Insert passings
Insert new race passings into an active timing session.
Inserts a list of race passings into an active timing session.
POST
https://api.runonrufus.com/v0/passings
Headers
api_key*
String
Account api key with WRITE or READ_WRITE access type.
Request Body
token_session*
String
Session token identifier.
passings_list*
Array
Array of {passing} objects.
- passing.bib*
String
Bib number.
- passing.num_passing*
Int
Order number of the passing.
- passing.timestamp*
Date
Date object containing the timestamp information of the passing.
Format: YYYY-MM-DDTHH:mm:ss.sssZ
- passing.latitude
String
Latitude coordinate of the passing.
- passing.longitude
String
Longitude coordinate of the passing.
- passing.status
String
Status of the passing.
- passing.participant_id
String
Alternative id field for the passing.
- passing.chips
String
Chip code of the passing.
- passing.timezone
String
Timezone
- passing.gender
String
Alternative gender field for the passing.
Last updated