GET api/ClienteAutenticazioneGetById?id={id}
Ritorna il DTOClienteAutenticazioneSelfOrder del cliente con id passato nella chiamata
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
id del cliente |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DTOCliente
DTOClienteAutenticazioneSelfOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCliente |
id del cliente |
integer |
None. |
| Username |
username Self-Order |
string |
None. |
| Password |
password criptata Self-Order |
string |
None. |
| DataUltimaModifica |
Data ultima modifica della password |
date |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdCliente": 1,
"Username": "sample string 2",
"Password": "sample string 3",
"DataUltimaModifica": "2025-12-22T15:06:47.345094"
}