GET Licencies/{NoLicence}/Details

Permet de fournir des informations détaillées relatives à un sportif. Route soumise à consentement et header Authorization-Ruid associé.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NoLicence

Numéro de licence de la personne

string

Required

Body Parameters

None.

Response Information

Resource Description

VU_API_LICENCIES_DETAILS
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.

LICENCE

string

None.

LICENCE_CLASSE

string

None.

LICENCE_TYPE

string

None.

NOM_APPROCHE

string

None.

PRENOM_APPROCHE

string

None.

SUPPORT_PDF

string

None.

CLUB_CODE

string

None.

CLUB

string

None.

LIGUE_CODE

string

None.

LIGUE

string

None.

NB_SAISONS

integer

None.

ASSURANCE_FIN

date

None.

Response Formats

application/json, text/json

Sample:
{
  "NOM": "sample string 1",
  "PRENOM": "sample string 2",
  "DATE_DE_NAISSANCE": "2024-03-29T03:17:31.1462093+01:00",
  "SEXE": "sample string 4",
  "NO_LICENCE": "sample string 5",
  "EMAIL": "sample string 6",
  "CERTIF_MEDICAL": true,
  "LICENCE": "sample string 7",
  "LICENCE_CLASSE": "sample string 8",
  "LICENCE_TYPE": "sample string 9",
  "NOM_APPROCHE": "sample string 10",
  "PRENOM_APPROCHE": "sample string 11",
  "SUPPORT_PDF": "sample string 12",
  "CLUB_CODE": "sample string 13",
  "CLUB": "sample string 14",
  "LIGUE_CODE": "sample string 15",
  "LIGUE": "sample string 16",
  "NB_SAISONS": 1,
  "ASSURANCE_FIN": "2024-03-29T03:17:31.1618275+01:00"
}