PUT api/DatoUlterioreDatoMultiplo
Aggiorna inserisce il valore dei dati ulteriori; Valori Tipo Campo: 4 -> Testo (ValoreText), 1 -> Numero intero (ValoreLong), 6 -> Data (ValoreDate), 7 -> Si/No (ValoreBoolean)
Request Information
URI Parameters
None.
Body Parameters
Collection of DTODatoUlterioreDato| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| IdRiferimento | integer |
Required |
|
| IdTipoTabella | EnumDatiAggiuntiviTipoTabella |
Required |
|
| IdDefinizioneDatoUlteriore | integer |
Required |
|
| ValoreText | string |
String length: inclusive between 0 and 255 |
|
| ValoreMemo | string |
String length: inclusive between 0 and 3000 |
|
| ValoreBoolean | boolean |
None. |
|
| ValoreDate | date |
None. |
|
| ValoreLong | integer |
None. |
|
| ValoreFloat | decimal number |
None. |
|
| DataCreaz | date |
None. |
|
| DataAgg | date |
None. |
|
| UtenteUltimoAccesso | string |
String length: inclusive between 0 and 255 |
|
| DescriptionID | integer |
None. |
|
| Description2ID | integer |
None. |
|
| ImageURI | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"IdRiferimento": 1,
"IdTipoTabella": 1,
"IdDefinizioneDatoUlteriore": 1,
"ValoreText": "sample string 2",
"ValoreMemo": "sample string 3",
"ValoreBoolean": true,
"ValoreDate": "2025-12-22T15:11:26.3625148",
"ValoreLong": 1,
"ValoreFloat": 1.1,
"DataCreaz": "2025-12-22T15:11:26.3625148",
"DataAgg": "2025-12-22T15:11:26.3625148",
"UtenteUltimoAccesso": "sample string 4",
"DescriptionID": 1,
"Description2ID": 1,
"ImageURI": "sample string 5"
},
{
"Id": 1,
"IdRiferimento": 1,
"IdTipoTabella": 1,
"IdDefinizioneDatoUlteriore": 1,
"ValoreText": "sample string 2",
"ValoreMemo": "sample string 3",
"ValoreBoolean": true,
"ValoreDate": "2025-12-22T15:11:26.3625148",
"ValoreLong": 1,
"ValoreFloat": 1.1,
"DataCreaz": "2025-12-22T15:11:26.3625148",
"DataAgg": "2025-12-22T15:11:26.3625148",
"UtenteUltimoAccesso": "sample string 4",
"DescriptionID": 1,
"Description2ID": 1,
"ImageURI": "sample string 5"
}
]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.