PUT api/Conto
Request Information
URI Parameters
None.
Body Parameters
DTOConto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Conto | string |
Required String length: inclusive between 1 and 50 |
|
| TipoConto | integer |
None. |
|
| Chiave1 | string |
String length: inclusive between 1 and 4 |
|
| Chiave2 | string |
String length: inclusive between 1 and 4 |
|
| Chiave3 | string |
String length: inclusive between 1 and 4 |
|
| DescrizioneTipoConto | string |
String length: inclusive between 1 and 50 |
|
| DataAgg | date |
None. |
|
| UtenteUltimoAccesso | string |
String length: inclusive between 1 and 255 |
|
| CodiceContabilita | string |
String length: inclusive between 1 and 50 |
|
| IdCDC | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Conto": "sample string 2",
"TipoConto": 1,
"Chiave1": "sample string 3",
"Chiave2": "sample string 4",
"Chiave3": "sample string 5",
"DescrizioneTipoConto": "sample string 6",
"DataAgg": "2025-12-22T16:46:06.4231646",
"UtenteUltimoAccesso": "sample string 7",
"CodiceContabilita": "sample string 8",
"IdCDC": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.