GET Licencies/{NoLicence}/Completion

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NoLicence

string

Required

Body Parameters

None.

Response Information

Resource Description

LicencieDigest
NameDescriptionTypeAdditional information
NO_LICENCE

string

None.

ISAF_ID

string

None.

NOM

string

None.

PRENOM

string

None.

DATE_DE_NAISSANCE

date

None.

SEXE

string

None.

CERT_MED_COMPET

boolean

None.

ST_CODE

string

None.

CLUB

string

None.

Response Formats

application/json, text/json

Sample:
{
  "NO_LICENCE": "sample string 1",
  "ISAF_ID": "sample string 2",
  "NOM": "sample string 3",
  "PRENOM": "sample string 4",
  "DATE_DE_NAISSANCE": "2026-04-18T10:38:06.4663354+02:00",
  "SEXE": "sample string 5",
  "CERT_MED_COMPET": true,
  "ST_CODE": "sample string 7",
  "CLUB": "sample string 8"
}