GET api/Stato
Ritorna tutti gli stati
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DTOStato| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Descrizione | string |
String length: inclusive between 0 and 255 |
|
| CodiceISO | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Descrizione": "sample string 2",
"CodiceISO": "sample string 3"
},
{
"Id": 1,
"Descrizione": "sample string 2",
"CodiceISO": "sample string 3"
}
]