INfsSheetType¶
Example Json Object
1{
2 "persistentId": "sample_persistentId",
3 "rowCaption": "sample_rowCaption",
4 "sheetGroupType": {
5 "name": "LEASE_COMPONENT",
6 "captionKey": "enum.SheetGroupTypes.leaseComponent",
7 "caption": "Lease Component"
8 },
9 "sheetCaption": "sample_sheetCaption",
10 "tabCaption": "sample_tabCaption",
11 "principalPositionMode": {
12 "name": "LESSEE",
13 "captionKey": "enum.principalPositionMode.lessee",
14 "caption": "Lessee"
15 },
16 "order": 100,
17 "name": "Sample Name"
18}
📄 Description: Data structure representing a lease sheet type within the Nakisa Lease Accounting Suite, encompassing essential details related to contracts, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
persistentId |
string |
true |
none |
Unique identifier for the persistent |
rowCaption |
string |
true |
none |
Text value for rowCaption in INfsSheetType |
sheetGroupType |
true |
none |
Type of the sheet group |
|
sheetCaption |
string |
true |
none |
Text value for sheetCaption in INfsSheetType |
tabCaption |
string |
true |
none |
Text value for tabCaption in INfsSheetType |
principalPositionMode |
true |
none |
Text value for principalPositionMode in INfsSheetType |
|
order |
integer(int32) |
false |
none |
Numeric value representing order |
name |
string |
true |
none |
Name of the resource |