This support article explains how to reassign Statistics from one player to another via API using Postman or any other API management system.


In most of the cases it happens if a player is missing in FIBA LiveStats before the match and an operator overwrites existing non-participating player instead of adding a new player.


For this task 2 API calls should be made:


1) Reassign Match records from one person to other person.


/basketball/statistics/personmatch/matches/{matchId}/persons/{fromPersonId}/reassign/{toPersonId}


Before running this call Match ID and Persons’ IDs should be obtained using proper API calls.


When reassigning match records do not forget to use parameter confirm=1.



2) After reassigning match records API call Match Statistics Rebuild from Actions is needed to update match statistics for players.


/basketball/statistics/matches/{matchId}/buildfromactions