POST api/DatoUlterioreDefinizioneDato
Request Information
URI Parameters
None.
Body Parameters
DTODatoUlterioreDefinizioneDato| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdTipoTabella | EnumDatiAggiuntiviTipoTabella |
None. |
|
| IdGruppo | integer |
None. |
|
| Ordine | integer |
None. |
|
| ExternalKey | string |
None. |
|
| DescrizioneCampo | string |
String length: inclusive between 1 and 255 |
|
| TipoCampo | EnumDatiAggiuntiviTipoCampo |
None. |
|
| TipoRappresentazione | EnumDatiAggiuntiviTipoRappresentazione |
None. |
|
| LunghezzaMax | integer |
None. |
|
| DataCreaz | date |
None. |
|
| DataAgg | date |
None. |
|
| UtenteUltimoAccesso | string |
String length: inclusive between 0 and 255 |
|
| DescriptionId | integer |
None. |
|
| ParentId | integer |
None. |
|
| IsFocused | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"IdTipoTabella": 1,
"IdGruppo": 1,
"Ordine": 1,
"ExternalKey": "sample string 2",
"DescrizioneCampo": "sample string 3",
"TipoCampo": 1,
"TipoRappresentazione": 1,
"LunghezzaMax": 1,
"DataCreaz": "2025-12-22T15:13:03.1486675",
"DataAgg": "2025-12-22T15:13:03.1486675",
"UtenteUltimoAccesso": "sample string 4",
"DescriptionId": 1,
"ParentId": 1,
"IsFocused": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.