Versions Compared

Key

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

...

URLhttps://api.softnetsport.com/v2/events/{event_id}/lineups/
XSD 
MethodPOST

Description

Adds participant to lineups.
Authorization requiredYes
Internal methodYes

...

.data
 
..lineups
 
idLineup's id.
participant_idParticipant's id.
participant_team_idParticipant's team id.
participant_nameParticipant's name.
shirt_nrParticipnat's shirt number.
positionParticipant's position.
functionParticipant's function. Ex. coach, player etc.
appearanceAppearance of field.

Sample curl call

Request
 Parameters
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d '{"shirt_nr":1,"participant_name":"asdasd","participant_team_id":"961652","position":null}' "https://api.softnetsport.com/v2/events/{event_id}/lineups?token={token}"

token, event_id, data