...
.data | |
---|---|
..lineups | |
id | Lineup's id. |
participant_id | Participant's id. |
participant_team_id | Participant's team id. |
participant_name | Participant's name. |
shirt_nr | Participnat's shirt number. |
position | Participant's position. |
function | Participant's function. Ex. coach, player etc. |
appearance | Appearance of field. |
Sample curl call
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.softnetsport.com/v2/events/{event_id}/lineups?token={token}" | token, event_id, data |