GET api/Aziende?token={token}
Estrazione delle aziende esperto
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token |
username ispettore |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of aziende_esperto_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| codice | string |
None. |
|
| Intestazione | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"codice": "sample string 1",
"Intestazione": "sample string 2"
},
{
"codice": "sample string 1",
"Intestazione": "sample string 2"
}
]
text/html, text/plain, text/form-Data, application/x-www-form-urlencoded
Sample:
[{"codice":"sample string 1","Intestazione":"sample string 2"},{"codice":"sample string 1","Intestazione":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfaziende_esperto_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.synergyitalia.eu">
<aziende_esperto_Result>
<Intestazione>sample string 2</Intestazione>
<codice>sample string 1</codice>
</aziende_esperto_Result>
<aziende_esperto_Result>
<Intestazione>sample string 2</Intestazione>
<codice>sample string 1</codice>
</aziende_esperto_Result>
</ArrayOfaziende_esperto_Result>