InternalAssetClassLite¶
Example Json Object
1{
2 "id": 10000001,
3 "displayId": "IAC-001",
4 "status": "CREATED",
5 "name": "Machinery and Equipment",
6 "assetClassType": "PROPERTY",
7 "infiniteUsefulLife": false
8}
📄 Description: Represents an Internal Asset Class entity containing classification, organizational, and status information.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
true |
none |
Unique identifier of the internal asset class. |
displayId |
string |
false |
none |
Display-friendly identifier of the internal asset class. |
status |
string |
false |
none |
Current status of the internal asset class, including activity flags and captions. |
name |
string |
false |
none |
Name of the internal asset class. |
assetClassType |
string |
false |
none |
Type of the asset class, representing its classification category. |
infiniteUsefulLife |
boolean |
false |
none |
Indicates whether the asset class has an infinite useful life. |
Enumerated Values
Attribute |
Value |
|---|---|
assetClassType |
EQUIPMENT, PLANT, PROPERTY |
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |