UdfFieldValueDto¶
Example Json Object
1{
2 "objectId": 0,
3 "valueType": "string",
4 "value": {},
5 "objectType": "string"
6}
📄 Description: Data transfer object representing a user-defined field value within the Nakisa Portfolio Management Suite, facilitating the management and analysis of portfolio and asset data in the context of real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
objectId |
integer(int64) |
false |
none |
Unique identifier for the object |
valueType |
string |
false |
none |
Type of the value |
value |
object |
false |
none |
Object containing value details |
objectType |
string |
false |
none |
Type of the object |