GET api/ClienteAutenticazioneGetById?id={id}

Ritorna il DTOClienteAutenticazioneSelfOrder del cliente con id passato nella chiamata

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

id del cliente

integer

Required

Body Parameters

None.

Response Information

Resource Description

DTOCliente

DTOClienteAutenticazioneSelfOrder
NameDescriptionTypeAdditional 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": "2024-05-03T13:07:16.9884501"
}