POST Identifications/{Identifiant}/Login
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifiant | string |
Required |
Body Parameters
CredentialsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Password": "sample string 1"
}
Response Information
Resource Description
VU_API_IDENTIFICATIONS_DTO| Name | Description | Type | Additional information |
|---|---|---|---|
| IDENTIFIANT | string |
None. |
|
| NO_LICENCE | string |
None. |
|
| INDIVIDU_ID | integer |
None. |
|
| NOM_COMPLET | string |
None. |
|
| NOM | string |
None. |
|
| PRENOM | string |
None. |
|
| string |
None. |
||
| TYPE | string |
None. |
|
| ST_CODE | string |
None. |
|
| W2P_ST_CODE | string |
None. |
|
| UMB_ST_CODE | string |
None. |
|
| SDR_ACCESS | boolean |
None. |
|
| CPROG_GESTION | boolean |
None. |
|
| CPROG_ROLE | string |
None. |
|
| CPROG_STRUCT | string |
None. |
|
| INVENTAIRE_ROLE | string |
None. |
|
| BTQ_IDENT | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IDENTIFIANT": "sample string 1",
"NO_LICENCE": "sample string 2",
"INDIVIDU_ID": 3,
"NOM_COMPLET": "sample string 4",
"NOM": "sample string 5",
"PRENOM": "sample string 6",
"EMAIL": "sample string 7",
"TYPE": "sample string 8",
"ST_CODE": "sample string 9",
"W2P_ST_CODE": "sample string 10",
"UMB_ST_CODE": "sample string 11",
"SDR_ACCESS": true,
"CPROG_GESTION": true,
"CPROG_ROLE": "sample string 12",
"CPROG_STRUCT": "sample string 13",
"INVENTAIRE_ROLE": "sample string 14",
"BTQ_IDENT": "sample string 15"
}