| GET | /soggetti/by-email/{Email} | Recupera l'elenco dei soggetti collegati a un indirizzo email. |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| path | string | Yes | Indirizzo email del contatto da ricercare. |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /soggetti/by-email/{Email} HTTP/1.1
Host: gemma.api.kerberos.energy
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
[
{
tipoLegame: String,
origineContatto: String,
id: 0,
areaId: 0,
aziendaId: 0,
categoriaId: 0,
contattoCommercialeId: 0,
importazioneId: 0,
listinoId: 0,
magazzinoSoggettoId: 0,
ownerId: 0,
scadenzaPagamentoId: 0,
soggettoIntermediarioId: 0,
tipoDriverCommercialeId: 0,
tipoIntermediarioId: 0,
tipoPartnerId: 0,
tipoSoggettoId: 0,
tipoStatoSoggettoId: 0,
tipoTitoloId: 0,
codice: String,
codiceFiscale: String,
partitaIva: String,
codiceEsterno: String,
nomeRagSoc: String,
cognome: String,
isAnagraficaRichiesta: False,
isAnagraficaInviata: False,
isCliente: False,
isEliminato: False,
isFornitore: False,
isSoggettoConBenestare: False,
isVettore: False,
isWebReference: False,
note: String,
dataModifica: 0001-01-01T00:00:00
}
]