GET v1/Estado/Obter/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EstadoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| estado_id | integer |
Required |
|
| nome | string |
None. |
|
| sigla | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"estado_id": 1,
"nome": "sample string 2",
"sigla": "sample string 3"
}