PUT api/Condominio/Agenda?CodigoAcesso={CodigoAcesso}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CodigoAcesso | string |
Required |
Body Parameters
Collection of mAgendaName | Description | Type | Additional information |
---|---|---|---|
IDDominio | globally unique identifier |
None. |
|
Dominio | string |
None. |
|
ID | globally unique identifier |
None. |
|
IDCondominio | globally unique identifier |
None. |
|
Data | date |
None. |
|
Descricao | string |
None. |
|
Confirmado | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[ { "IDDominio": "3c1d3577-f1b6-4408-89c1-4967f8fd4bea", "Dominio": "sample string 2", "ID": "8193cc62-9590-4531-af7c-aaef288e6199", "IDCondominio": "c896b4e3-b2f0-4be8-835f-0572510fd01d", "Data": "2025-06-28T05:03:34.7591957-03:00", "Descricao": "sample string 6", "Confirmado": true }, { "IDDominio": "3c1d3577-f1b6-4408-89c1-4967f8fd4bea", "Dominio": "sample string 2", "ID": "8193cc62-9590-4531-af7c-aaef288e6199", "IDCondominio": "c896b4e3-b2f0-4be8-835f-0572510fd01d", "Data": "2025-06-28T05:03:34.7591957-03:00", "Descricao": "sample string 6", "Confirmado": true } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |