POST importer/Applications/ClubSports
Request Information
URI Parameters
None.
Body Parameters
SearchClubsWithSportInfoesCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| AppGuid | globally unique identifier |
None. |
|
| Organisations | Collection of CodeAndOrganisationNumberPair |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"AppGuid": "13812da9-e32b-4388-9428-f71803d47262",
"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
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.