GET api/Provincia
Ritorna tutte le province
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DTOProvinciaName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Codice | string |
String length: inclusive between 0 and 4 |
|
Descrizione | string |
String length: inclusive between 0 and 40 |
|
CodiceStato | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Codice": "sample string 2", "Descrizione": "sample string 3", "CodiceStato": 1.1 }, { "Id": 1, "Codice": "sample string 2", "Descrizione": "sample string 3", "CodiceStato": 1.1 } ]