CostCenterAllocationsItemDto¶
Example Json Object
1{
2 "id": 10001,
3 "mainCostCenter": true,
4 "allocationPercentage": 75,
5 "costCenter": {
6 "id": 14001,
7 "displayId": "CC-001",
8 "status": {
9 "name": "ACTIVE",
10 "captionKey": "enum.objectStatus.active",
11 "active": true,
12 "caption": "Active"
13 },
14 "name": "Cost Center A",
15 "erpSystemId": 0
16 },
17 "profitCenter": {
18 "id": 9001,
19 "displayId": "PC-001",
20 "status": {
21 "name": "ACTIVE",
22 "captionKey": "enum.objectStatus.active",
23 "active": true,
24 "caption": "Active"
25 },
26 "name": "North Region Profit Center",
27 "validTo": "2025-12-31",
28 "erpSystemId": 101,
29 "erpSystemDisplayId": "SAP-01"
30 }
31}
📄 Description: Data transfer object 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.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
mainCostCenter |
boolean |
false |
none |
Boolean flag indicating mainCostCenter status |
allocationPercentage |
number(double) |
false |
none |
Percentage of allocation |
costCenter |
false |
none |
Value for costCenter field |
|
profitCenter |
false |
none |
Value for profitCenter field |