CostCenterAllocation¶
Example Json Object
1{
2 "id": 110001,
3 "displayId": "CC-110001",
4 "mainCostCenter": true,
5 "allocationPercentage": 100
6}
📄 Description: Data structure representing the allocation of costs to specific cost centers within the Nakisa Lease Accounting Suite, facilitating accurate tracking of financial obligations related to leases and contracts for streamlined 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 |
mainCostCenter |
boolean |
false |
none |
Boolean flag indicating mainCostCenter status |
allocationPercentage |
number(double) |
false |
none |
Percentage of allocation |