GET LicenciesDirect/Eligiblite?Nom={Nom}&Prenom={Prenom}&DateNaissance={DateNaissance}&Sexe={Sexe}&NoLicence={NoLicence}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Nom | string |
Required |
|
| Prenom | string |
Required |
|
| DateNaissance | date |
Required |
|
| Sexe | string |
Required |
|
| NoLicence | string |
None. |
Body Parameters
None.
Response Information
Resource Description
LicDirectEligibilite| Name | Description | Type | Additional information |
|---|---|---|---|
| ELIGIBLE | boolean |
None. |
|
| RAISON | string |
None. |
|
| LICENCES_DISPOS | Collection of SP_API_LD_ELIGIBILITE_Result |
None. |
Response Formats
application/json, text/json
Sample:
{
"ELIGIBLE": true,
"RAISON": "sample string 2",
"LICENCES_DISPOS": [
{
"CODE": "sample string 1",
"ANNEE_LICENCE": 2,
"LIBELLE": "sample string 3",
"PRIX_LICENCE": 4.1,
"VALIDITE_DEBUT": "2026-04-18T10:42:50.4736022+02:00",
"VALIDITE_FIN": "2026-04-18T10:42:50.4736022+02:00"
},
{
"CODE": "sample string 1",
"ANNEE_LICENCE": 2,
"LIBELLE": "sample string 3",
"PRIX_LICENCE": 4.1,
"VALIDITE_DEBUT": "2026-04-18T10:42:50.4736022+02:00",
"VALIDITE_FIN": "2026-04-18T10:42:50.4736022+02:00"
}
]
}