POST Licencies/{NoLicence}/Login

Permet d'authentifier un licencié à partir de son no_licence / password FFVoile pour récupérer ses informations

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NoLicence

Numéro de licence Club du sportif à inscrire

string

Required

Body Parameters

Authentification du sportif (remote uid et password)

LicCredentialsModel
NameDescriptionTypeAdditional information
Password

Mot de passe associé à l'identifiant (hashé en SHA512)

string

None.

RUID

Identificant dans la solution tierse

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Password": "sample string 1",
  "RUID": "sample string 2"
}

Response Information

Resource Description

Les informations du licencié authentifié

VU_API_LICENCIES
NameDescriptionTypeAdditional information
NOM

string

None.

PRENOM

string

None.

DATE_DE_NAISSANCE

date

None.

SEXE

string

None.

NO_LICENCE

string

None.

EMAIL

string

None.

CERTIF_MEDICAL

boolean

None.

TL_CLASSE

string

None.

TL_LIBELLE

string

None.

TYPE_LICENCE

string

None.

NOM_APPROCHE

string

None.

PRENOM_APPROCHE

string

None.

ST_CODE

string

None.

ST_LIBELLE

string

None.

NA_ISAF_ID

string

None.

Response Formats

application/json, text/json

Sample:
{
  "NOM": "sample string 1",
  "PRENOM": "sample string 2",
  "DATE_DE_NAISSANCE": "2024-04-25T18:54:22.4652635+02:00",
  "SEXE": "sample string 4",
  "NO_LICENCE": "sample string 5",
  "EMAIL": "sample string 6",
  "CERTIF_MEDICAL": true,
  "TL_CLASSE": "sample string 7",
  "TL_LIBELLE": "sample string 8",
  "TYPE_LICENCE": "sample string 9",
  "NOM_APPROCHE": "sample string 10",
  "PRENOM_APPROCHE": "sample string 11",
  "ST_CODE": "sample string 12",
  "ST_LIBELLE": "sample string 13",
  "NA_ISAF_ID": "sample string 14"
}