ErpSystemLite¶
Example Json Object
1{
2 "id": 10000001,
3 "displayId": "ERP-001",
4 "status": {
5 "name": "ACTIVE",
6 "captionKey": "enum.objectStatus.active",
7 "active": true,
8 "caption": "Active"
9 },
10 "name": "SAP Production System",
11 "type": {
12 "name": "NAKISA",
13 "captionKey": "enum.erpSystemType.NAKISA",
14 "caption": "NAKISA"
15 },
16 "sapVersion": {
17 "name": "ECC_EHP5",
18 "captionKey": "enum.sapVersion.ECC_EHP5",
19 "caption": "ECC_EHP5"
20 }
21}
📄 Description: Data schema representing the core elements of the Nakisa Lease Accounting Suite, encapsulating lease contracts, financial obligations, and accounting entries to facilitate streamlined financial management and compliance.
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 |
type |
false |
none |
Type of the resource |
|
sapVersion |
false |
none |
Indicates the version of the SAP system being utilized for managing lease contracts and financial obligations within the Nakisa Lease Accounting Suite. |