POST exportservice/organisationsinsport

Creates a list of organisations within the provided SportIds.

See "Report creating methods" under "General description" for how to call this method.

Request Information

Request URL

https://api.idrottonline.se/exportservice/organisationsinsport

URI Parameters

NameDescriptionTypeAdditional information
x-svenskidrott-api-version

The requested API version

string

Default value is 1.0

api-version

The requested API version

string

Default value is 1.0

Body Parameters

The request.

ExportService.DataContracts.Request.CreateOrganisationsInSportRequest
NameDescriptionTypeAdditional information
SportIds

The organisations in the result must have a connection to at least any of the provided SportIds. Should contain Id for one main sport or one or more subsports.

Collection of integer

Required

Since

If set, the result will contain changes from this time and later only. If an organisation is added, changed, removed or any of the organisations' following entities are changed

  • Address
  • Contacts
  • Persons
  • Accounts
  • Opening hours
  • Belongings
then the service will treat the organisation as changed.

If not set, the result will contain the current information available.

date

None.

OrganisationIds

The ids of the top level organisations to get organisations for. If parameter IncludeUnderlyingOrganisations is set to true, then the response will also include underlying organisations. I.e. if you provide an OrganisationId for an SF, you will also get organisations of type Regions, SDFs, SubSports (Gren/Klass) and Clubs, if parameter IncludeUnderlyingOrganisations is set to true.

Collection of integer

None.

IncludeUnderlyingOrganisations

Set to false to not include data from underlying organisations in the result.

boolean

Default value: true

OrganisationTypeIds

Used to restrict the results to only include organisations of a type in the provided OrganisationTypeIds.

Collection of integer

Default value: All

ReturnOpeningHours

Set to true to include opening hours in the response.

boolean

Default value: true

SearchOpeningHours

Set to true to search for changes in opening hours. Only applicable when Since date is set.

boolean

Default value: true

ReturnAccounts

Set to true to include accounts in the response.

boolean

Default value: true

SearchAccounts

Set to true to search for changes in accounts. Only applicable when Since date is set.

boolean

Default value: true

ReturnPersons

Set to true to include persons in the response.

boolean

Default value: true

SearchPersons

Set to true to search for changes in persons. Only applicable when Since date is set.

boolean

Default value: true

ReturnAddresses

Set to true to include addresses in the response.

boolean

Default value: true

SearchAddresses

Set to true to search for changes in addresses. Only applicable when Since date is set.

boolean

Default value: true

ReturnContacts

Set to true to include contacts in the response.

boolean

Default value: true

SearchContacts

Set to true to search for changes in contacts. Only applicable when Since date is set.

boolean

Default value: true

ReturnParentBelongings

Set to true to include parent belongings in the response.

boolean

Default value: true

SearchParentBelongings

Set to true to search for changes in parent belongings. Only applicable when Since date is set.

boolean

Default value: true

Request Formats

application/json, text/json

Sample:
{
  "SportIds": [
    10
  ],
  "Since": "2025-07-03T13:29:24",
  "OrganisationIds": [
    1,
    2,
    3
  ],
  "IncludeUnderlyingOrganisations": true,
  "OrganisationTypeIds": [],
  "ReturnOpeningHours": true,
  "SearchOpeningHours": true,
  "ReturnAccounts": true,
  "SearchAccounts": true,
  "ReturnPersons": true,
  "SearchPersons": true,
  "ReturnAddresses": true,
  "SearchAddresses": true,
  "ReturnContacts": true,
  "SearchContacts": true,
  "ReturnParentBelongings": true,
  "SearchParentBelongings": true
}

Response Information

Resource Description

A list of organisations (or the URL of the resulting report).

Collection of ExportService.DataContracts.V1.Organisation
NameDescriptionTypeAdditional information
OrganisationId

The id of the organisation

integer

None.

OrganisationTypeId

What type of organisation

integer

None.

Code

RF number. Is created by RF when organisation is approved as member of RF. This code can also be called OrganisationRF_NR, RF_NR, RF-nummer, RF-number, föreningsnummer in other parts of IdrottOnline system.

string

None.

OrganisationNumber

Unique per organisation, from Skatteverket.

string

None.

FullName

Example: Idrottens Idrottsförening

string

None.

DescribingName

Example: Idrottens IF

string

None.

ShortName

Example: IIF

string

None.

MunicipalId

Use Regions operation to fetch possible values

integer

None.

MunicipalCode

Unique per municipal, from SCB (Statistiska centralbyrån).

string

None.

Addresses

List of addresses belonging to the organisation

Collection of ExportService.DataContracts.OrganisationAddress

None.

Contacts

List of contacts belonging to the organisation

Collection of ExportService.DataContracts.OrganisationContact

None.

OpeningHours

Opening hours information

ExportService.DataContracts.OpeningHours

None.

Accounts

List of accounts belonging to the organisation

Collection of ExportService.DataContracts.Account

None.

Persons

Persons with roles chairman, secretary and treasurer.

Collection of ExportService.DataContracts.OrganisationPerson

None.

ParentBelongings

The parent organisations of the target organisation, with regard to belonging relationship.

Collection of ExportService.DataContracts.ParentBelonging

None.

Sports

The sports related to this organisation.

Collection of ExportService.DataContracts.V1.OrganisationSport

None.

IsPassive

If the organisation is passive or not

boolean

None.

LatestPassivateDate

Latest date when the organisation was passivated

date

None.

LatestActivateDate

Latest date when the organisation was activated

date

None.

RFMemberDate

The date when the organisation bacame a member of RF

date

None.

EstablishedDate

The date when the organisation was established

date

None.

ChangeTracking

The change tracking of the organisation itself.

ExportService.DataContracts.ChangeTracking

None.

Consensus

The consensus.

Collection of ExportService.DataContracts.Consensus

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OrganisationId": 1,
    "OrganisationTypeId": 1,
    "Code": "sample string 2",
    "OrganisationNumber": "sample string 3",
    "FullName": "sample string 4",
    "DescribingName": "sample string 5",
    "ShortName": "sample string 6",
    "MunicipalId": 7,
    "MunicipalCode": "sample string 8",
    "MemberCount": 1,
    "Addresses": [
      {
        "PublishRuleTypeId": 1,
        "AddressId": 2,
        "AddressTypeId": 3,
        "Line1": "sample string 4",
        "Line2": "sample string 5",
        "PostalNumber": 6,
        "PostalCity": "sample string 7",
        "NonSwedishPostalNumber": "sample string 8",
        "CountryId": 9,
        "CountryName": "sample string 10",
        "IsDefault": true,
        "IsDeleted": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      },
      {
        "PublishRuleTypeId": 1,
        "AddressId": 2,
        "AddressTypeId": 3,
        "Line1": "sample string 4",
        "Line2": "sample string 5",
        "PostalNumber": 6,
        "PostalCity": "sample string 7",
        "NonSwedishPostalNumber": "sample string 8",
        "CountryId": 9,
        "CountryName": "sample string 10",
        "IsDefault": true,
        "IsDeleted": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      }
    ],
    "Contacts": [
      {
        "PublishRuleTypeId": 1,
        "ContactId": 2,
        "ContactTypeId": 3,
        "ContactInfo": "sample string 4",
        "IsDeleted": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      },
      {
        "PublishRuleTypeId": 1,
        "ContactId": 2,
        "ContactTypeId": 3,
        "ContactInfo": "sample string 4",
        "IsDeleted": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      }
    ],
    "OpeningHours": {
      "OfficeHours": "sample string 1",
      "OpeningDays": "sample string 2",
      "SummerTime": "sample string 3",
      "ChangeTracking": {
        "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
        "FAAppId": 2,
        "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
        "LCAppId": 1
      }
    },
    "Accounts": [
      {
        "AccountId": 1,
        "AccountTypeId": 2,
        "AccountNumber": "sample string 3",
        "IsDeleted": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      },
      {
        "AccountId": 1,
        "AccountTypeId": 2,
        "AccountNumber": "sample string 3",
        "IsDeleted": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      }
    ],
    "Persons": [
      {
        "Roles": [
          {
            "RoleId": 1,
            "RoleType": {
              "RoleTypeId": 1,
              "RoleTypeName": "sample string 2",
              "RoleTypeCategoryId": 3,
              "RoleTypeOwnerOrganisationId": 4
            },
            "IsPassive": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "RoleId": 1,
            "RoleType": {
              "RoleTypeId": 1,
              "RoleTypeName": "sample string 2",
              "RoleTypeCategoryId": 3,
              "RoleTypeOwnerOrganisationId": 4
            },
            "IsPassive": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "PersonId": 1,
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "AlternativeFirstName": "sample string 4",
        "BirthDate": "sample string 5",
        "ProtectedPersonalData": true,
        "GenderId": 7,
        "NationalityId": 8,
        "NationalityName": "sample string 9",
        "Addresses": [
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "AddressId": 1,
            "AddressTypeId": 2,
            "Line1": "sample string 3",
            "Line2": "sample string 4",
            "PostalNumber": 5,
            "PostalCity": "sample string 6",
            "NonSwedishPostalNumber": "sample string 7",
            "CountryId": 8,
            "CountryName": "sample string 9",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "AddressId": 1,
            "AddressTypeId": 2,
            "Line1": "sample string 3",
            "Line2": "sample string 4",
            "PostalNumber": 5,
            "PostalCity": "sample string 6",
            "NonSwedishPostalNumber": "sample string 7",
            "CountryId": 8,
            "CountryName": "sample string 9",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "Contacts": [
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "ContactId": 1,
            "ContactTypeId": 2,
            "ContactInfo": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "ContactId": 1,
            "ContactTypeId": 2,
            "ContactInfo": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      },
      {
        "Roles": [
          {
            "RoleId": 1,
            "RoleType": {
              "RoleTypeId": 1,
              "RoleTypeName": "sample string 2",
              "RoleTypeCategoryId": 3,
              "RoleTypeOwnerOrganisationId": 4
            },
            "IsPassive": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "RoleId": 1,
            "RoleType": {
              "RoleTypeId": 1,
              "RoleTypeName": "sample string 2",
              "RoleTypeCategoryId": 3,
              "RoleTypeOwnerOrganisationId": 4
            },
            "IsPassive": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "PersonId": 1,
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "AlternativeFirstName": "sample string 4",
        "BirthDate": "sample string 5",
        "ProtectedPersonalData": true,
        "GenderId": 7,
        "NationalityId": 8,
        "NationalityName": "sample string 9",
        "Addresses": [
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "AddressId": 1,
            "AddressTypeId": 2,
            "Line1": "sample string 3",
            "Line2": "sample string 4",
            "PostalNumber": 5,
            "PostalCity": "sample string 6",
            "NonSwedishPostalNumber": "sample string 7",
            "CountryId": 8,
            "CountryName": "sample string 9",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "AddressId": 1,
            "AddressTypeId": 2,
            "Line1": "sample string 3",
            "Line2": "sample string 4",
            "PostalNumber": 5,
            "PostalCity": "sample string 6",
            "NonSwedishPostalNumber": "sample string 7",
            "CountryId": 8,
            "CountryName": "sample string 9",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "Contacts": [
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "ContactId": 1,
            "ContactTypeId": 2,
            "ContactInfo": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "ContactId": 1,
            "ContactTypeId": 2,
            "ContactInfo": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      }
    ],
    "ParentBelongings": [
      {
        "ParentOrganisationId": 1,
        "ParentOrganisationTypeId": 2,
        "Code": "sample string 3",
        "IsPassive": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        },
        "FullName": "sample string 5"
      },
      {
        "ParentOrganisationId": 1,
        "ParentOrganisationTypeId": 2,
        "Code": "sample string 3",
        "IsPassive": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        },
        "FullName": "sample string 5"
      }
    ],
    "Sports": [
      {
        "SportId": 1,
        "Dates": {
          "SFSportApproveDate": "2025-07-04T14:19:32.6654315+02:00",
          "SFSportTerminateDate": "2025-07-04T14:19:32.6654315+02:00",
          "RFSportApproveDate": "2025-07-04T14:19:32.6654315+02:00",
          "RFSportTerminateDate": "2025-07-04T14:19:32.6654315+02:00",
          "ChangeTracking": {
            "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
            "FAAppId": 2,
            "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
            "LCAppId": 1
          }
        },
        "UseOwnAddresses": true,
        "Addresses": [
          {
            "PublishRuleTypeId": 1,
            "AddressId": 2,
            "AddressTypeId": 3,
            "Line1": "sample string 4",
            "Line2": "sample string 5",
            "PostalNumber": 6,
            "PostalCity": "sample string 7",
            "NonSwedishPostalNumber": "sample string 8",
            "CountryId": 9,
            "CountryName": "sample string 10",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRuleTypeId": 1,
            "AddressId": 2,
            "AddressTypeId": 3,
            "Line1": "sample string 4",
            "Line2": "sample string 5",
            "PostalNumber": 6,
            "PostalCity": "sample string 7",
            "NonSwedishPostalNumber": "sample string 8",
            "CountryId": 9,
            "CountryName": "sample string 10",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "UseOwnPhones": true,
        "UseOwnContacts": true,
        "Contacts": [
          {
            "PublishRuleTypeId": 1,
            "ContactId": 2,
            "ContactTypeId": 3,
            "ContactInfo": "sample string 4",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRuleTypeId": 1,
            "ContactId": 2,
            "ContactTypeId": 3,
            "ContactInfo": "sample string 4",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "UseOwnOpeningHours": true,
        "OpeningHours": {
          "OfficeHours": "sample string 1",
          "OpeningDays": "sample string 2",
          "SummerTime": "sample string 3",
          "ChangeTracking": {
            "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
            "FAAppId": 2,
            "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
            "LCAppId": 1
          }
        },
        "UseOwnAccounts": true,
        "Accounts": [
          {
            "AccountId": 1,
            "AccountTypeId": 2,
            "AccountNumber": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "AccountId": 1,
            "AccountTypeId": 2,
            "AccountNumber": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "HomePageIO": "sample string 7"
      },
      {
        "SportId": 1,
        "Dates": {
          "SFSportApproveDate": "2025-07-04T14:19:32.6654315+02:00",
          "SFSportTerminateDate": "2025-07-04T14:19:32.6654315+02:00",
          "RFSportApproveDate": "2025-07-04T14:19:32.6654315+02:00",
          "RFSportTerminateDate": "2025-07-04T14:19:32.6654315+02:00",
          "ChangeTracking": {
            "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
            "FAAppId": 2,
            "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
            "LCAppId": 1
          }
        },
        "UseOwnAddresses": true,
        "Addresses": [
          {
            "PublishRuleTypeId": 1,
            "AddressId": 2,
            "AddressTypeId": 3,
            "Line1": "sample string 4",
            "Line2": "sample string 5",
            "PostalNumber": 6,
            "PostalCity": "sample string 7",
            "NonSwedishPostalNumber": "sample string 8",
            "CountryId": 9,
            "CountryName": "sample string 10",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRuleTypeId": 1,
            "AddressId": 2,
            "AddressTypeId": 3,
            "Line1": "sample string 4",
            "Line2": "sample string 5",
            "PostalNumber": 6,
            "PostalCity": "sample string 7",
            "NonSwedishPostalNumber": "sample string 8",
            "CountryId": 9,
            "CountryName": "sample string 10",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "UseOwnPhones": true,
        "UseOwnContacts": true,
        "Contacts": [
          {
            "PublishRuleTypeId": 1,
            "ContactId": 2,
            "ContactTypeId": 3,
            "ContactInfo": "sample string 4",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRuleTypeId": 1,
            "ContactId": 2,
            "ContactTypeId": 3,
            "ContactInfo": "sample string 4",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "UseOwnOpeningHours": true,
        "OpeningHours": {
          "OfficeHours": "sample string 1",
          "OpeningDays": "sample string 2",
          "SummerTime": "sample string 3",
          "ChangeTracking": {
            "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
            "FAAppId": 2,
            "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
            "LCAppId": 1
          }
        },
        "UseOwnAccounts": true,
        "Accounts": [
          {
            "AccountId": 1,
            "AccountTypeId": 2,
            "AccountNumber": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "AccountId": 1,
            "AccountTypeId": 2,
            "AccountNumber": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "HomePageIO": "sample string 7"
      }
    ],
    "HomePageIO": "sample string 9",
    "IsPassive": true,
    "LatestPassivateDate": "2025-07-04T14:19:32.6654315+02:00",
    "LatestActivateDate": "2025-07-04T14:19:32.6654315+02:00",
    "RFMemberDate": "2025-07-04T14:19:32.6654315+02:00",
    "EstablishedDate": "2025-07-04T14:19:32.6654315+02:00",
    "ChangeTracking": {
      "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
      "FAAppId": 2,
      "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
      "LCAppId": 1
    },
    "LokPeriods": [
      {
        "PeriodId": 1,
        "StartDate": "2025-07-04T14:19:32.6654315+02:00",
        "EndDate": "2025-07-04T14:19:32.6654315+02:00",
        "Description": "sample string 4",
        "HasApplied": true
      },
      {
        "PeriodId": 1,
        "StartDate": "2025-07-04T14:19:32.6654315+02:00",
        "EndDate": "2025-07-04T14:19:32.6654315+02:00",
        "Description": "sample string 4",
        "HasApplied": true
      }
    ],
    "Consensus": [
      {
        "OrganisationId": 1,
        "SportId": 1,
        "Status": "rejected",
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      },
      {
        "OrganisationId": 1,
        "SportId": 1,
        "Status": "rejected",
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      }
    ]
  },
  {
    "OrganisationId": 1,
    "OrganisationTypeId": 1,
    "Code": "sample string 2",
    "OrganisationNumber": "sample string 3",
    "FullName": "sample string 4",
    "DescribingName": "sample string 5",
    "ShortName": "sample string 6",
    "MunicipalId": 7,
    "MunicipalCode": "sample string 8",
    "MemberCount": 1,
    "Addresses": [
      {
        "PublishRuleTypeId": 1,
        "AddressId": 2,
        "AddressTypeId": 3,
        "Line1": "sample string 4",
        "Line2": "sample string 5",
        "PostalNumber": 6,
        "PostalCity": "sample string 7",
        "NonSwedishPostalNumber": "sample string 8",
        "CountryId": 9,
        "CountryName": "sample string 10",
        "IsDefault": true,
        "IsDeleted": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      },
      {
        "PublishRuleTypeId": 1,
        "AddressId": 2,
        "AddressTypeId": 3,
        "Line1": "sample string 4",
        "Line2": "sample string 5",
        "PostalNumber": 6,
        "PostalCity": "sample string 7",
        "NonSwedishPostalNumber": "sample string 8",
        "CountryId": 9,
        "CountryName": "sample string 10",
        "IsDefault": true,
        "IsDeleted": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      }
    ],
    "Contacts": [
      {
        "PublishRuleTypeId": 1,
        "ContactId": 2,
        "ContactTypeId": 3,
        "ContactInfo": "sample string 4",
        "IsDeleted": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      },
      {
        "PublishRuleTypeId": 1,
        "ContactId": 2,
        "ContactTypeId": 3,
        "ContactInfo": "sample string 4",
        "IsDeleted": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      }
    ],
    "OpeningHours": {
      "OfficeHours": "sample string 1",
      "OpeningDays": "sample string 2",
      "SummerTime": "sample string 3",
      "ChangeTracking": {
        "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
        "FAAppId": 2,
        "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
        "LCAppId": 1
      }
    },
    "Accounts": [
      {
        "AccountId": 1,
        "AccountTypeId": 2,
        "AccountNumber": "sample string 3",
        "IsDeleted": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      },
      {
        "AccountId": 1,
        "AccountTypeId": 2,
        "AccountNumber": "sample string 3",
        "IsDeleted": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      }
    ],
    "Persons": [
      {
        "Roles": [
          {
            "RoleId": 1,
            "RoleType": {
              "RoleTypeId": 1,
              "RoleTypeName": "sample string 2",
              "RoleTypeCategoryId": 3,
              "RoleTypeOwnerOrganisationId": 4
            },
            "IsPassive": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "RoleId": 1,
            "RoleType": {
              "RoleTypeId": 1,
              "RoleTypeName": "sample string 2",
              "RoleTypeCategoryId": 3,
              "RoleTypeOwnerOrganisationId": 4
            },
            "IsPassive": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "PersonId": 1,
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "AlternativeFirstName": "sample string 4",
        "BirthDate": "sample string 5",
        "ProtectedPersonalData": true,
        "GenderId": 7,
        "NationalityId": 8,
        "NationalityName": "sample string 9",
        "Addresses": [
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "AddressId": 1,
            "AddressTypeId": 2,
            "Line1": "sample string 3",
            "Line2": "sample string 4",
            "PostalNumber": 5,
            "PostalCity": "sample string 6",
            "NonSwedishPostalNumber": "sample string 7",
            "CountryId": 8,
            "CountryName": "sample string 9",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "AddressId": 1,
            "AddressTypeId": 2,
            "Line1": "sample string 3",
            "Line2": "sample string 4",
            "PostalNumber": 5,
            "PostalCity": "sample string 6",
            "NonSwedishPostalNumber": "sample string 7",
            "CountryId": 8,
            "CountryName": "sample string 9",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "Contacts": [
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "ContactId": 1,
            "ContactTypeId": 2,
            "ContactInfo": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "ContactId": 1,
            "ContactTypeId": 2,
            "ContactInfo": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      },
      {
        "Roles": [
          {
            "RoleId": 1,
            "RoleType": {
              "RoleTypeId": 1,
              "RoleTypeName": "sample string 2",
              "RoleTypeCategoryId": 3,
              "RoleTypeOwnerOrganisationId": 4
            },
            "IsPassive": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "RoleId": 1,
            "RoleType": {
              "RoleTypeId": 1,
              "RoleTypeName": "sample string 2",
              "RoleTypeCategoryId": 3,
              "RoleTypeOwnerOrganisationId": 4
            },
            "IsPassive": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "PersonId": 1,
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "AlternativeFirstName": "sample string 4",
        "BirthDate": "sample string 5",
        "ProtectedPersonalData": true,
        "GenderId": 7,
        "NationalityId": 8,
        "NationalityName": "sample string 9",
        "Addresses": [
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "AddressId": 1,
            "AddressTypeId": 2,
            "Line1": "sample string 3",
            "Line2": "sample string 4",
            "PostalNumber": 5,
            "PostalCity": "sample string 6",
            "NonSwedishPostalNumber": "sample string 7",
            "CountryId": 8,
            "CountryName": "sample string 9",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "AddressId": 1,
            "AddressTypeId": 2,
            "Line1": "sample string 3",
            "Line2": "sample string 4",
            "PostalNumber": 5,
            "PostalCity": "sample string 6",
            "NonSwedishPostalNumber": "sample string 7",
            "CountryId": 8,
            "CountryName": "sample string 9",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "Contacts": [
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "ContactId": 1,
            "ContactTypeId": 2,
            "ContactInfo": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRule": {
              "PublishRuleTypeId": 1,
              "VisibleForOrganisationIds": [
                1,
                2
              ]
            },
            "ContactId": 1,
            "ContactTypeId": 2,
            "ContactInfo": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      }
    ],
    "ParentBelongings": [
      {
        "ParentOrganisationId": 1,
        "ParentOrganisationTypeId": 2,
        "Code": "sample string 3",
        "IsPassive": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        },
        "FullName": "sample string 5"
      },
      {
        "ParentOrganisationId": 1,
        "ParentOrganisationTypeId": 2,
        "Code": "sample string 3",
        "IsPassive": true,
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        },
        "FullName": "sample string 5"
      }
    ],
    "Sports": [
      {
        "SportId": 1,
        "Dates": {
          "SFSportApproveDate": "2025-07-04T14:19:32.6654315+02:00",
          "SFSportTerminateDate": "2025-07-04T14:19:32.6654315+02:00",
          "RFSportApproveDate": "2025-07-04T14:19:32.6654315+02:00",
          "RFSportTerminateDate": "2025-07-04T14:19:32.6654315+02:00",
          "ChangeTracking": {
            "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
            "FAAppId": 2,
            "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
            "LCAppId": 1
          }
        },
        "UseOwnAddresses": true,
        "Addresses": [
          {
            "PublishRuleTypeId": 1,
            "AddressId": 2,
            "AddressTypeId": 3,
            "Line1": "sample string 4",
            "Line2": "sample string 5",
            "PostalNumber": 6,
            "PostalCity": "sample string 7",
            "NonSwedishPostalNumber": "sample string 8",
            "CountryId": 9,
            "CountryName": "sample string 10",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRuleTypeId": 1,
            "AddressId": 2,
            "AddressTypeId": 3,
            "Line1": "sample string 4",
            "Line2": "sample string 5",
            "PostalNumber": 6,
            "PostalCity": "sample string 7",
            "NonSwedishPostalNumber": "sample string 8",
            "CountryId": 9,
            "CountryName": "sample string 10",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "UseOwnPhones": true,
        "UseOwnContacts": true,
        "Contacts": [
          {
            "PublishRuleTypeId": 1,
            "ContactId": 2,
            "ContactTypeId": 3,
            "ContactInfo": "sample string 4",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRuleTypeId": 1,
            "ContactId": 2,
            "ContactTypeId": 3,
            "ContactInfo": "sample string 4",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "UseOwnOpeningHours": true,
        "OpeningHours": {
          "OfficeHours": "sample string 1",
          "OpeningDays": "sample string 2",
          "SummerTime": "sample string 3",
          "ChangeTracking": {
            "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
            "FAAppId": 2,
            "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
            "LCAppId": 1
          }
        },
        "UseOwnAccounts": true,
        "Accounts": [
          {
            "AccountId": 1,
            "AccountTypeId": 2,
            "AccountNumber": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "AccountId": 1,
            "AccountTypeId": 2,
            "AccountNumber": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "HomePageIO": "sample string 7"
      },
      {
        "SportId": 1,
        "Dates": {
          "SFSportApproveDate": "2025-07-04T14:19:32.6654315+02:00",
          "SFSportTerminateDate": "2025-07-04T14:19:32.6654315+02:00",
          "RFSportApproveDate": "2025-07-04T14:19:32.6654315+02:00",
          "RFSportTerminateDate": "2025-07-04T14:19:32.6654315+02:00",
          "ChangeTracking": {
            "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
            "FAAppId": 2,
            "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
            "LCAppId": 1
          }
        },
        "UseOwnAddresses": true,
        "Addresses": [
          {
            "PublishRuleTypeId": 1,
            "AddressId": 2,
            "AddressTypeId": 3,
            "Line1": "sample string 4",
            "Line2": "sample string 5",
            "PostalNumber": 6,
            "PostalCity": "sample string 7",
            "NonSwedishPostalNumber": "sample string 8",
            "CountryId": 9,
            "CountryName": "sample string 10",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRuleTypeId": 1,
            "AddressId": 2,
            "AddressTypeId": 3,
            "Line1": "sample string 4",
            "Line2": "sample string 5",
            "PostalNumber": 6,
            "PostalCity": "sample string 7",
            "NonSwedishPostalNumber": "sample string 8",
            "CountryId": 9,
            "CountryName": "sample string 10",
            "IsDefault": true,
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "UseOwnPhones": true,
        "UseOwnContacts": true,
        "Contacts": [
          {
            "PublishRuleTypeId": 1,
            "ContactId": 2,
            "ContactTypeId": 3,
            "ContactInfo": "sample string 4",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "PublishRuleTypeId": 1,
            "ContactId": 2,
            "ContactTypeId": 3,
            "ContactInfo": "sample string 4",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "UseOwnOpeningHours": true,
        "OpeningHours": {
          "OfficeHours": "sample string 1",
          "OpeningDays": "sample string 2",
          "SummerTime": "sample string 3",
          "ChangeTracking": {
            "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
            "FAAppId": 2,
            "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
            "LCAppId": 1
          }
        },
        "UseOwnAccounts": true,
        "Accounts": [
          {
            "AccountId": 1,
            "AccountTypeId": 2,
            "AccountNumber": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          },
          {
            "AccountId": 1,
            "AccountTypeId": 2,
            "AccountNumber": "sample string 3",
            "IsDeleted": true,
            "ChangeTracking": {
              "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
              "FAAppId": 2,
              "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
              "LCAppId": 1
            }
          }
        ],
        "HomePageIO": "sample string 7"
      }
    ],
    "HomePageIO": "sample string 9",
    "IsPassive": true,
    "LatestPassivateDate": "2025-07-04T14:19:32.6654315+02:00",
    "LatestActivateDate": "2025-07-04T14:19:32.6654315+02:00",
    "RFMemberDate": "2025-07-04T14:19:32.6654315+02:00",
    "EstablishedDate": "2025-07-04T14:19:32.6654315+02:00",
    "ChangeTracking": {
      "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
      "FAAppId": 2,
      "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
      "LCAppId": 1
    },
    "LokPeriods": [
      {
        "PeriodId": 1,
        "StartDate": "2025-07-04T14:19:32.6654315+02:00",
        "EndDate": "2025-07-04T14:19:32.6654315+02:00",
        "Description": "sample string 4",
        "HasApplied": true
      },
      {
        "PeriodId": 1,
        "StartDate": "2025-07-04T14:19:32.6654315+02:00",
        "EndDate": "2025-07-04T14:19:32.6654315+02:00",
        "Description": "sample string 4",
        "HasApplied": true
      }
    ],
    "Consensus": [
      {
        "OrganisationId": 1,
        "SportId": 1,
        "Status": "rejected",
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      },
      {
        "OrganisationId": 1,
        "SportId": 1,
        "Status": "rejected",
        "ChangeTracking": {
          "FADateTime": "2025-07-04T14:19:32.6654315+02:00",
          "FAAppId": 2,
          "LCDateTime": "2025-07-04T14:19:32.6654315+02:00",
          "LCAppId": 1
        }
      }
    ]
  }
]