GET api/Values/AllAziende

Documentation for 'AllAziende'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "codice": "sample string 1",
    "ragioneSociale": "sample string 2"
  },
  {
    "codice": "sample string 1",
    "ragioneSociale": "sample string 2"
  },
  {
    "codice": "sample string 1",
    "ragioneSociale": "sample string 2"
  }
]

text/xml

Sample:
<ArrayOfAzienda xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WindAnagraficaRest.Models">
  <Azienda>
    <codice>sample string 1</codice>
    <ragioneSociale>sample string 2</ragioneSociale>
  </Azienda>
  <Azienda>
    <codice>sample string 1</codice>
    <ragioneSociale>sample string 2</ragioneSociale>
  </Azienda>
  <Azienda>
    <codice>sample string 1</codice>
    <ragioneSociale>sample string 2</ragioneSociale>
  </Azienda>
</ArrayOfAzienda>