PUT api/Agenda/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
OrdineDelGiornoS| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdAssemblea | integer |
Required |
|
| Titolo | string |
Required String length: inclusive between 0 and 150 |
|
| Descrizione | string |
Required String length: inclusive between 0 and 5000 |
|
| QuotaNecessaria | decimal number |
None. |
|
| VotazioniIniziate | boolean |
None. |
|
| QuotaFavorevole | decimal number |
None. |
|
| QuotaContraria | decimal number |
None. |
|
| QuotaAstenuti | decimal number |
None. |
|
| QuotaFavorevoleCorrente | decimal number |
None. |
|
| QuotaContrariaCorrente | decimal number |
None. |
|
| Favorevoli | integer |
None. |
|
| Contrari | integer |
None. |
|
| PresenzeMinime | boolean |
None. |
|
| Approvato | boolean |
None. |
|
| Note | string |
String length: inclusive between 0 and 5000 |
|
| DataVotazione | date |
None. |
|
| Ordine | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"IdAssemblea": 2,
"Titolo": "sample string 3",
"Descrizione": "sample string 4",
"QuotaNecessaria": 1.0,
"VotazioniIniziate": true,
"QuotaFavorevole": 1.0,
"QuotaContraria": 1.0,
"QuotaAstenuti": 1.0,
"QuotaFavorevoleCorrente": 1.0,
"QuotaContrariaCorrente": 1.0,
"Favorevoli": 6,
"Contrari": 7,
"PresenzeMinime": true,
"Approvato": true,
"Note": "sample string 10",
"DataVotazione": "2025-12-06T06:02:26.9825485+01:00",
"Ordine": 11
}
application/xml, text/xml
Sample:
<OrdineDelGiornoS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AmminixtraCommon"> <Approvato>true</Approvato> <Contrari>7</Contrari> <DataVotazione>2025-12-06T06:02:26.9825485+01:00</DataVotazione> <Descrizione>sample string 4</Descrizione> <Favorevoli>6</Favorevoli> <Id>1</Id> <IdAssemblea>2</IdAssemblea> <Note>sample string 10</Note> <Ordine>11</Ordine> <PresenzeMinime>true</PresenzeMinime> <QuotaAstenuti>1</QuotaAstenuti> <QuotaContraria>1</QuotaContraria> <QuotaContrariaCorrente>1</QuotaContrariaCorrente> <QuotaFavorevole>1</QuotaFavorevole> <QuotaFavorevoleCorrente>1</QuotaFavorevoleCorrente> <QuotaNecessaria>1</QuotaNecessaria> <Titolo>sample string 3</Titolo> <VotazioniIniziate>true</VotazioniIniziate> </OrdineDelGiornoS>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OrdineDelGiornoS| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdAssemblea | integer |
Required |
|
| Titolo | string |
Required String length: inclusive between 0 and 150 |
|
| Descrizione | string |
Required String length: inclusive between 0 and 5000 |
|
| QuotaNecessaria | decimal number |
None. |
|
| VotazioniIniziate | boolean |
None. |
|
| QuotaFavorevole | decimal number |
None. |
|
| QuotaContraria | decimal number |
None. |
|
| QuotaAstenuti | decimal number |
None. |
|
| QuotaFavorevoleCorrente | decimal number |
None. |
|
| QuotaContrariaCorrente | decimal number |
None. |
|
| Favorevoli | integer |
None. |
|
| Contrari | integer |
None. |
|
| PresenzeMinime | boolean |
None. |
|
| Approvato | boolean |
None. |
|
| Note | string |
String length: inclusive between 0 and 5000 |
|
| DataVotazione | date |
None. |
|
| Ordine | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"IdAssemblea": 2,
"Titolo": "sample string 3",
"Descrizione": "sample string 4",
"QuotaNecessaria": 1.0,
"VotazioniIniziate": true,
"QuotaFavorevole": 1.0,
"QuotaContraria": 1.0,
"QuotaAstenuti": 1.0,
"QuotaFavorevoleCorrente": 1.0,
"QuotaContrariaCorrente": 1.0,
"Favorevoli": 6,
"Contrari": 7,
"PresenzeMinime": true,
"Approvato": true,
"Note": "sample string 10",
"DataVotazione": "2025-12-06T06:02:26.9825485+01:00",
"Ordine": 11
}
application/xml, text/xml
Sample:
<OrdineDelGiornoS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AmminixtraCommon"> <Approvato>true</Approvato> <Contrari>7</Contrari> <DataVotazione>2025-12-06T06:02:26.9825485+01:00</DataVotazione> <Descrizione>sample string 4</Descrizione> <Favorevoli>6</Favorevoli> <Id>1</Id> <IdAssemblea>2</IdAssemblea> <Note>sample string 10</Note> <Ordine>11</Ordine> <PresenzeMinime>true</PresenzeMinime> <QuotaAstenuti>1</QuotaAstenuti> <QuotaContraria>1</QuotaContraria> <QuotaContrariaCorrente>1</QuotaContrariaCorrente> <QuotaFavorevole>1</QuotaFavorevole> <QuotaFavorevoleCorrente>1</QuotaFavorevoleCorrente> <QuotaNecessaria>1</QuotaNecessaria> <Titolo>sample string 3</Titolo> <VotazioniIniziate>true</VotazioniIniziate> </OrdineDelGiornoS>