Resource information
URL | https://api.softnetsportstatscore.com/v2/events/{event_id}/lineups/ |
---|---|
Method | POST |
Description | Adds participant to lineups. |
Authorization required | Yes |
Internal method | Yes |
...
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}/lineups?token={token}" | token, event_id, data |
...