POST api/DatoUlterioreDato
inserisce il valore del dato ulteriore
Request Information
URI Parameters
None.
Body Parameters
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:27.096874",
"ValoreLong": 1,
"ValoreFloat": 1.1,
"DataCreaz": "2025-12-22T15:11:27.096874",
"DataAgg": "2025-12-22T15:11:27.096874",
"UtenteUltimoAccesso": "sample string 4",
"DescriptionID": 1,
"Description2ID": 1,
"ImageURI": "sample string 5"
}
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1