IDvFieldType¶
Example Json Object
1{
2 "authorizations": [
3 "string"
4 ],
5 "levels": [
6 "APPLICATION"
7 ],
8 "allowDefaultValues": true,
9 "captionKey": "string",
10 "order": 0,
11 "id": "string",
12 "fieldName": "string"
13}
📄 Description: Data structure representing the various field types associated with leases and contracts within the Nakisa Lease Accounting Suite, facilitating the management of financial obligations and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
authorizations |
[string] |
false |
none |
List of authorizations items |
levels |
[string] |
false |
none |
List of levels items |
allowDefaultValues |
boolean |
false |
none |
Boolean flag indicating allowDefaultValues status |
captionKey |
string |
false |
none |
Text value for captionKey in IDvFieldType |
order |
integer(int32) |
false |
none |
Numeric value representing order |
id |
string |
false |
none |
Unique identifier for the resource |
fieldName |
string |
false |
none |
Name of the field |