JournalEntryDto¶
Example Json Object
1{
2 "id": 10000001,
3 "displayId": "sample_displayId",
4 "type": {
5 "name": "LIABILITY",
6 "captionKey": "enum.accountingEntryType.liability",
7 "caption": "Liability"
8 },
9 "translationType": {
10 "name": "WAE_RATE",
11 "captionKey": "enum.translationType.waeRate",
12 "caption": "WAE Rate"
13 },
14 "note": "sample_note",
15 "balanced": false,
16 "credits": 1000,
17 "debits": 1000,
18 "exchangeRate": 1000,
19 "journalId": 10000001,
20 "lines": [],
21 "numberRangeIdentifierValue": "sample_numberRangeIdentifierValue",
22 "numberRangeIdentifierType": {
23 "name": "COMPANY_CODE"
24 },
25 "numberRangeType": {
26 "name": "CONTRACT"
27 },
28 "allowsSystemGenerateNewId": false
29}
📄 Description: Data transfer object representing a journal entry within the Nakisa Lease Accounting Suite, encapsulating essential details related to leases, contracts, and financial obligations for accurate accounting entries.
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 |
type |
false |
none |
Type of the resource |
|
translationType |
false |
none |
Type of the translation |
|
note |
string |
false |
none |
Textual representation of additional information or comments related to the lease contract, enhancing the context of the financial obligation within the accounting entry. |
balanced |
boolean |
false |
none |
Boolean flag indicating balanced status |
credits |
number |
false |
none |
Value for credits field |
debits |
number |
false |
none |
Value for debits field |
exchangeRate |
number |
false |
none |
Rate of exchange |
journalId |
integer(int64) |
false |
none |
Unique identifier for the journal |
lines |
false |
none |
List of lines items |
|
numberRangeIdentifierValue |
string |
false |
none |
Unique string identifier representing a specific range of numbers associated with a lease or contract within the Nakisa Lease Accounting Suite, facilitating accurate tracking of financial obligations and accounting entries. |
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 |