ContractCategoryGroupLite¶
Example Json Object
1{
2 "id": 10000001,
3 "displayId": "sample_displayId",
4 "status": {
5 "name": "ACTIVE",
6 "captionKey": "enum.objectStatus.active",
7 "active": true,
8 "caption": "Active"
9 },
10 "name": "Sample Name"
11}
📄 Description: Data transfer object representing a grouping of contract categories within the Nakisa Lease Accounting Suite, facilitating the organization and management of lease-related financial obligations and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
displayId |
string |
false |
none |
Unique identifier for the display |
status |
false |
none |
Status of the resource |
|
name |
string |
false |
none |
Name of the resource |