UnitJournalEntryLineDto¶
Example Json Object
1{
2 "id": 10000001,
3 "displayId": "sample_displayId",
4 "account": "sample_account",
5 "accountCodeName": "sample_accountCodeName",
6 "accountCodeCaption": "sample_accountCodeCaption",
7 "drCr": {
8 "name": "DEBIT",
9 "captionKey": "enum.debitCredit.debit",
10 "caption": "Debit"
11 },
12 "amount": 1000,
13 "unroundedAmount": 1000,
14 "deltaAdjustment": 1000,
15 "tag": "sample_tag",
16 "vendorId": "sample_vendorId",
17 "currencyId": 10000001,
18 "currencyDisplayId": "sample_currencyDisplayId",
19 "currencyDefinitionType": {
20 "name": "COMPANY_CURRENCY",
21 "captionKey": "enum.currencyDefinitionType.companyCurrency",
22 "caption": "Company Currency"
23 },
24 "leaseClassificationType": {
25 "name": "FINANCE",
26 "captionKey": "enum.leaseClassificationType.finance",
27 "caption": "Finance Lease"
28 },
29 "journalEntryId": 10000001,
30 "taxes": [],
31 "translations": [],
32 "numberRangeIdentifierValue": "sample_numberRangeIdentifierValue",
33 "numberRangeIdentifierType": {
34 "name": "COMPANY_CODE"
35 },
36 "numberRangeType": {
37 "name": "CONTRACT"
38 },
39 "allowsSystemGenerateNewId": false
40}
📄 Description: Data transfer object representing a line item in a unit journal entry, detailing financial obligations related to leases and contracts within the Nakisa Lease Accounting Suite.
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 |
account |
string |
false |
none |
Number of lease items |
accountCodeName |
string |
false |
none |
Name of the account code |
accountCodeCaption |
string |
false |
none |
Text value for accountCodeCaption in UnitJournalEntryLineDto |
drCr |
false |
none |
Text value for drCr in UnitJournalEntryLineDto |
|
amount |
number |
false |
none |
Amount value |
unroundedAmount |
number |
false |
none |
Amount of unrounded |
deltaAdjustment |
number |
false |
none |
Value for deltaAdjustment field |
tag |
string |
false |
none |
Text value for tag in UnitJournalEntryLineDto |
vendorId |
string |
false |
none |
Unique identifier for the vendor |
currencyId |
integer(int64) |
false |
none |
Unique identifier for the currency |
currencyDisplayId |
string |
false |
none |
Unique identifier for the currency display |
currencyDefinitionType |
false |
none |
Type of the currency definition |
|
leaseClassificationType |
false |
none |
Type of the lease classification |
|
journalEntryId |
integer(int64) |
false |
none |
Unique identifier for the journal entry |
taxes |
false |
none |
List of taxes items |
|
translations |
false |
none |
List of translations items |
|
numberRangeIdentifierValue |
string |
false |
none |
Text value for numberRangeIdentifierValue in UnitJournalEntryLineDto |
numberRangeIdentifierType |
false |
none |
Type of the number range identifier |
|
numberRangeType |
false |
none |
Type of the number range |
|
allowsSystemGenerateNewId |
boolean |
false |
none |
Unique identifier for the allows system generate new |