GET api/Referenti/{ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Referenti| Name | Description | Type | Additional information |
|---|---|---|---|
| IDReferente | integer |
None. |
|
| Cognome | string |
Required |
|
| Nome | string |
Required |
|
| Telefono | string |
None. |
|
| string |
None. |
||
| Cellulare | string |
None. |
|
| CAP | string |
None. |
|
| Citta | string |
None. |
|
| Provincia | string |
None. |
|
| Indirizzo | string |
None. |
|
| Fax | string |
None. |
|
| Deleted | boolean |
None. |
|
| ModelState | EnmModelState |
None. |
|
| Ricerca | string |
None. |
|
| IndirizzoCompleto | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IDReferente": 1,
"Cognome": "sample string 2",
"Nome": "sample string 3",
"Telefono": "sample string 4",
"Email": "sample string 5",
"Cellulare": "sample string 6",
"CAP": "sample string 7",
"Citta": "sample string 8",
"Provincia": "sample string 9",
"Indirizzo": "sample string 10",
"Fax": "sample string 11",
"Deleted": true,
"ModelState": 0,
"Ricerca": "sample string 2 sample string 3",
"IndirizzoCompleto": "sample string 10, sample string 8 sample string 7(sample string 9)"
}
application/xml, text/xml
Sample:
<Referenti xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Puliservice.Data.Models"> <CAP>sample string 7</CAP> <Cellulare>sample string 6</Cellulare> <Citta>sample string 8</Citta> <Cognome>sample string 2</Cognome> <Deleted>true</Deleted> <Email>sample string 5</Email> <Fax>sample string 11</Fax> <IDReferente>1</IDReferente> <Indirizzo>sample string 10</Indirizzo> <ModelState>Unchanged</ModelState> <Nome>sample string 3</Nome> <Provincia>sample string 9</Provincia> <Telefono>sample string 4</Telefono> </Referenti>