Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resource information

URLhttps://api.softnetsportstatscore.com/v2/events/{event_id}/sub-participants/
MethodPOST

Description

Adds sub-participant to events.
Authorization requiredYes
Internal methodYes

...

Request
Parameters
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d '{"shirt_nr":{shirt_number},"participant_name":"{participant_name}","participant_team_id":"{team_id}","position":null}' "https://api.softnetsportstatscore.com/v2/events/{event_id}/sub-participants?token={token}"

token, event_id, data


...