Page 1 of 1

Setting a player to FA using Import Player method

PostPosted: Sat Jul 16, 2022 8:25 pm
by rasp30024
Is it possible to change a player that is on a team to become a fa using the player import?

Example - Team for this player is set to two -> changing this to "0" ignores moving them to FA, where changing it to "3" moves the player to the new team.
{"Players":[{"Id":2429,"Sea":2003,"Rook":2001,"First":"Jeff","Last":"Harbin","Team":"2","DRnd":

My assumption is (1) this is not supported to move off a team or (2) I would need to set to some other string to indicate a FA status.

Can this be done, and if so how?

Cheers!

Re: Setting a player to FA using Import Player method

PostPosted: Sun Jul 17, 2022 8:57 am
by brooks_piggott
you have to cut them if they're already on a team.

Re: Setting a player to FA using Import Player method

PostPosted: Sun Jul 17, 2022 11:06 am
by rasp30024
Is there a way to flag an import to indicate to remove the player, by any chance?

Re: Setting a player to FA using Import Player method

PostPosted: Sun Jul 17, 2022 2:07 pm
by brooks_piggott
No, imports will either add players or update players already there... in some cases such as drafts you can clear the class prior to the import. Otherwise you have to delete the players you don't want or wait for them to retire.

Re: Setting a player to FA using Import Player method

PostPosted: Sun Jul 17, 2022 7:57 pm
by rasp30024
Thank you so much for the quick response... Cheers!