Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VerizonMediaOwner/dc0fef814b5c5dd9a2f5cd0f2d3b239a to your computer and use it in GitHub Desktop.
Save VerizonMediaOwner/dc0fef814b5c5dd9a2f5cd0f2d3b239a to your computer and use it in GitHub Desktop.
<fantasy_content>
<transaction>
<type>add/drop</type>
<players>
<player>
<player_key>{player_key}</player_key>
<transaction_data>
<type>add</type>
<destination_team_key>{team_key}</destination_team_key>
</transaction_data>
</player>
<player>
<player_key>{player_key}</player_key>
<transaction_data>
<type>drop</type>
<source_team_key>{team_key}</source_team_key>
</transaction_data>
</player>
</players>
</transaction>
</fantasy_content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment