ReversalReasonLite¶
Example Json Object
1{
2 "id": 50000001,
3 "displayId": "REV-001",
4 "status": {
5 "name": "ACTIVE",
6 "captionKey": "enum.objectStatus.active",
7 "active": true,
8 "caption": "Active"
9 },
10 "name": "Incorrect Indexation",
11 "erpSystemId": 60000001,
12 "erpSystemDisplayId": "SAP-PROD"
13}
📄 Description: Data transfer object representing the reasons for reversing accounting entries related to leases and contracts within the Nakisa Lease Accounting Suite, facilitating accurate financial obligation 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 |
erpSystemId |
integer(int64) |
false |
none |
Unique identifier for the erp system |
erpSystemDisplayId |
string |
false |
none |
Unique identifier for the erp system display |