Federation import team fixes
Federation import now correctly resolve given club reference, and instead of competitionid now competitionno is used to put the team the given competition.
{
"clubs": [
{
"id": "8945ef02-4815-423c-84d7-e2443758e735",
"name": "Dream Team",
}
],
"teams": [
{
"id": "d04f61ae-01b9-4105-be73-661e2c871fa8",
"club_id": "8945ef02-4815-423c-84d7-e2443758e735"
"competition_no": "2",
}
],
"entries": [
{
"id": "82bf5cf8-56fa-4d4a-a5f5-62ef70f79b0c",
"competition_no": "2",
"rider_id": "89acd4bd-752a-4fe4-af07-bc5c523b7b27",
"horse_id": "0186d65b-bd47-475b-8fba-ce706cc5c45e",
"payer_id": "89acd4bd-752a-4fe4-af07-bc5c523b7b27",
"category": "H",
"team_id": "d04f61ae-01b9-4105-be73-661e2c871fa8",
}
]
}