POST importer/Applications/ClubSports

Request Information

URI Parameters

None.

Body Parameters

SearchClubsWithSportInfoesCriteria
NameDescriptionTypeAdditional information
AppGuid

globally unique identifier

None.

Organisations

Collection of CodeAndOrganisationNumberPair

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "AppGuid": "9b8e947a-cd74-4352-a11c-89baf9de919e",
  "Organisations": [
    {
      "Code": "sample string 1",
      "OrganisationNumber": "sample string 2"
    },
    {
      "Code": "sample string 1",
      "OrganisationNumber": "sample string 2"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.