BatchFilterObjectBaseId¶
Example Json Object
1{
2 "id": 10000001,
3 "displayId": "string",
4 "objectType": "LEASE_AREA"
5}
📄 Description: Data transfer object representing a unique identifier for batch filtering within the Nakisa Lease Accounting Suite, facilitating the management of leases, contracts, 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 |
objectType |
string |
false |
none |
Type of the object |
Enumerated Values
Attribute |
Value |
|---|---|
objectType |
ASSET_CLASS, BUSINESS_AREA, BUSINESS_UNIT, COMPANY, CONSUMER_PRICE_INDEX_CATEGORY, COST_CENTER, ERP_SYSTEM, FUNCTIONAL_AREA, LEASE_AREA, LEASE_DEPARTMENT, LEASE_GROUP, PROFIT_CENTER, WORK_BREAKDOWN_STRUCTURE |