UnitJournalDto¶
Example Json Object
1{
2 "id": 10000001,
3 "displayId": "sample_displayId",
4 "type": {
5 "name": "PAYMENT",
6 "captionKey": "enum.journalPostingType.payment",
7 "caption": "Payment"
8 },
9 "date": {
10 "timing": "START_OF_DAY",
11 "year": 2025,
12 "monthValue": 9,
13 "dayOfMonth": 4,
14 "leapYear": false,
15 "month": "SEPTEMBER",
16 "dayOfWeek": "THURSDAY",
17 "dayOfYear": 247
18 },
19 "unitId": 10000001,
20 "periodId": 10000001,
21 "document": {
22 "id": 10000001,
23 "displayId": "sample_displayId",
24 "accountingDocumentId": 10000001,
25 "lastAccountingDocumentId": 10000001,
26 "activationGroupId": 10000001,
27 "accountingStandardId": 10000001,
28 "unitId": 10000001,
29 "journalId": 10000001,
30 "entries": [],
31 "operationalPostingTaskId": 10000001,
32 "numberRangeIdentifierValue": "sample_numberRangeIdentifierValue",
33 "numberRangeIdentifierType": {
34 "name": "COMPANY_CODE"
35 },
36 "numberRangeType": {
37 "name": "CONTRACT"
38 },
39 "allowsSystemGenerateNewId": false
40 },
41 "entries": [],
42 "numberRangeIdentifierValue": "sample_numberRangeIdentifierValue",
43 "numberRangeIdentifierType": {
44 "name": "COMPANY_CODE"
45 },
46 "numberRangeType": {
47 "name": "CONTRACT"
48 },
49 "allowsSystemGenerateNewId": false
50}
📄 Description: Data transfer object representing a unit journal entry within the Nakisa Lease Accounting Suite, capturing essential details related to leases, contracts, financial obligations, and corresponding 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 |
|
date |
false |
none |
Date of the resource |
|
unitId |
integer(int64) |
false |
none |
Unique identifier for the unit |
periodId |
integer(int64) |
false |
none |
Unique identifier for the period |
document |
false |
none |
Value for document field |
|
entries |
false |
none |
List of entries items |
|
numberRangeIdentifierValue |
string |
false |
none |
Text value for numberRangeIdentifierValue in UnitJournalDto |
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 |