This type of message is sent when changes are made for the player position in the team formation in the event with the ‘has_formation=yes’ parameter e.g. The "Test Player" was corrected and positioned as a striker (position: 11), although the previously previous was positioned as a midfielder (position: 6) etc.
...
.message | |
---|---|
id | Unique identifier for the message |
uuid | Universally unique identifier |
type | player_position |
source | Internal attribute |
ut | Information about the date and time of when the message was created. Format UNIX_TIMESTAMP |
..data | |
...eventplayerpositioninfo | |
id | Identifier of the event in which change was made |
sport_id | Identifier for the sport in which the event is played. The list of available sports you can find in API service method: sports.index |
...player | |
id | Unique identifier of the player (participant, type: person) for whom the change was made. The list of available participants you can find in API service method: participants.index |
lineup_id | Internal attribute |
name | Participant name |
position | Participant position. Available values:
|
team_id | Unique identifier of the team (participant, type: team) to which the corrected player belongs. The list of available participants you can find in API service method: participants.index |
player_position | The new player position in the team formation |
...