ProfitCenterLite¶
Example Json Object
1{
2 "id": 9001,
3 "displayId": "PC-001",
4 "status": {
5 "name": "ACTIVE",
6 "captionKey": "enum.objectStatus.active",
7 "active": true,
8 "caption": "Active"
9 },
10 "name": "North Region Profit Center",
11 "validTo": "2025-12-31",
12 "erpSystemId": 101,
13 "erpSystemDisplayId": "SAP-01"
14}
📄 Description: Data transfer object representing a profit center within the Nakisa Lease Accounting Suite, encapsulating essential details related to leases, contracts, financial obligations, and accounting entries for effective financial management.
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 |
status |
false |
none |
Status of the resource |
|
name |
string |
false |
none |
Name of the resource |
validTo |
string(date) |
false |
none |
Date until which the resource is valid |
erpSystemId |
integer(int64) |
false |
none |
Unique identifier for the erp system |
erpSystemDisplayId |
string |
false |
none |
Unique identifier for the erp system display |