InternalAssetClassLite¶
Example Json Object
1{
2 "id": 10000001,
3 "displayId": "IAC-001",
4 "status": {
5 "name": "ACTIVE",
6 "captionKey": "enum.objectStatus.active",
7 "active": true,
8 "caption": "Active"
9 },
10 "name": "Machinery and Equipment",
11 "assetClassType": "PROPERTY",
12 "infiniteUsefulLife": false
13}
📄 Description: Data structure representing a simplified view of asset classes within the Nakisa Lease Accounting Suite, essential for managing leases, contracts, and financial obligations related to accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
true |
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 |
assetClassType |
string |
false |
none |
Type of the asset class |
infiniteUsefulLife |
boolean |
false |
none |
Boolean flag indicating infiniteUsefulLife status |
Enumerated Values
Attribute |
Value |
|---|---|
assetClassType |
EQUIPMENT, PLANT, PROPERTY |