PUT api/AnosEscolares/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
AnoEscolar| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Descricao | string |
None. |
|
| Ativo | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Descricao": "sample string 2",
"Ativo": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Integrado | boolean |
None. |
|
| Mensagem | string |
None. |
|
| Data | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Integrado": true,
"Mensagem": "sample string 2",
"Data": "2025-12-06T06:33:41.8522263+00:00"
}