GET api/Values/AllCDC
Documentation for 'AllCDC'.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"codice": "sample string 1"
},
{
"codice": "sample string 1"
},
{
"codice": "sample string 1"
}
]
text/xml
Sample:
<ArrayOfCDC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WindAnagraficaRest.Models">
<CDC>
<codice>sample string 1</codice>
</CDC>
<CDC>
<codice>sample string 1</codice>
</CDC>
<CDC>
<codice>sample string 1</codice>
</CDC>
</ArrayOfCDC>