LedgerTransactionReferencesNlaDto¶
Example Json Object
1{
2 "id": 82000001,
3 "contract": {
4 "id": "string",
5 "displayId": "Euro"
6 },
7 "leaseComponent": {
8 "id": "string",
9 "displayId": "Euro"
10 },
11 "activationGroup": {
12 "id": "string",
13 "displayId": "Euro"
14 },
15 "unit": {
16 "id": "string",
17 "displayId": "Euro"
18 },
19 "contractExternalId": "EXT-CONTRACT-2024-001",
20 "journalId": 40000001,
21 "activationGroupRevisionId": 10000001,
22 "ledgerTransactionId": 60000001
23}
📄 Description: Data transfer object representing the references associated with ledger transactions in the Nakisa Lease Accounting Suite, encompassing key elements such as leases, contracts, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
contract |
false |
none |
Value for contract field |
|
leaseComponent |
false |
none |
Value for leaseComponent field |
|
activationGroup |
false |
none |
Value for activationGroup field |
|
unit |
false |
none |
Value for unit field |
|
contractExternalId |
string |
false |
none |
Unique identifier for the contract external |
journalId |
integer(int64) |
false |
none |
Unique identifier for the journal |
activationGroupRevisionId |
integer(int64) |
false |
none |
Unique identifier for the activation group revision |
ledgerTransactionId |
integer(int64) |
false |
none |
Unique identifier for the ledger transaction |