PUT api/EventosAgenda/{AgendaID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AgendaID | string |
Required |
Body Parameters
Collection of EventoAgenda| Name | Description | Type | Additional information |
|---|---|---|---|
| AgendaID | string |
None. |
|
| Descricao | string |
None. |
|
| TipoEvento | string |
None. |
|
| Cor | string |
None. |
|
| DataIni | date |
None. |
|
| DataFim | date |
None. |
|
| PermiteEventos | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"AgendaID": "sample string 1",
"Descricao": "sample string 2",
"TipoEvento": "sample string 3",
"Cor": "sample string 4",
"DataIni": "2025-12-06T06:34:37.486579+00:00",
"DataFim": "2025-12-06T06:34:37.486579+00:00",
"PermiteEventos": true
},
{
"AgendaID": "sample string 1",
"Descricao": "sample string 2",
"TipoEvento": "sample string 3",
"Cor": "sample string 4",
"DataIni": "2025-12-06T06:34:37.486579+00:00",
"DataFim": "2025-12-06T06:34:37.486579+00:00",
"PermiteEventos": 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:34:37.486579+00:00"
}