POST Licencies/{NoLicence}/Login
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NoLicence | string |
Required |
Body Parameters
LicCredentialsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Password | string |
None. |
|
| RUID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Password": "sample string 1",
"RUID": "sample string 2"
}
Response Information
Resource Description
VU_API_LICENCIES| Name | Description | Type | Additional information |
|---|---|---|---|
| NOM | string |
None. |
|
| PRENOM | string |
None. |
|
| DATE_DE_NAISSANCE | date |
None. |
|
| SEXE | string |
None. |
|
| NO_LICENCE | string |
None. |
|
| 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": "2026-04-18T10:51:07.5062132+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"
}