GET api/AnosEscolares/AnoEscolar/{AnoEscolar}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AnoEscolar | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AnoEscolar| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Descricao | string |
None. |
|
| Ativo | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Descricao": "sample string 2",
"Ativo": true
}