ResponseUnitJournalDto¶
Example Json Object
1{
2 "code": {
3 "name": "OK",
4 "captionKey": "enum.responseCode.ok",
5 "caption": "OK"
6 },
7 "message": "sample_message",
8 "defaultMessage": "sample_defaultMessage",
9 "debugMessage": "sample_debugMessage",
10 "errors": {
11 "all": []
12 },
13 "object": {
14 "id": 10000001,
15 "displayId": "sample_displayId",
16 "type": {
17 "name": "PAYMENT",
18 "captionKey": "enum.journalPostingType.payment",
19 "caption": "Payment"
20 },
21 "date": {
22 "timing": "START_OF_DAY",
23 "year": 2025,
24 "monthValue": 9,
25 "dayOfMonth": 4,
26 "leapYear": false,
27 "month": "SEPTEMBER",
28 "dayOfWeek": "THURSDAY",
29 "dayOfYear": 247
30 },
31 "unitId": 10000001,
32 "periodId": 10000001,
33 "document": {
34 "id": 10000001,
35 "displayId": "sample_displayId",
36 "accountingDocumentId": 10000001,
37 "lastAccountingDocumentId": 10000001,
38 "activationGroupId": 10000001,
39 "accountingStandardId": 10000001,
40 "unitId": 10000001,
41 "journalId": 10000001,
42 "entries": [],
43 "operationalPostingTaskId": 10000001,
44 "numberRangeIdentifierValue": "sample_numberRangeIdentifierValue",
45 "numberRangeIdentifierType": {
46 "name": "COMPANY_CODE"
47 },
48 "numberRangeType": {
49 "name": "CONTRACT"
50 },
51 "allowsSystemGenerateNewId": false
52 },
53 "entries": [],
54 "numberRangeIdentifierValue": "sample_numberRangeIdentifierValue",
55 "numberRangeIdentifierType": {
56 "name": "COMPANY_CODE"
57 },
58 "numberRangeType": {
59 "name": "CONTRACT"
60 },
61 "allowsSystemGenerateNewId": false
62 }
63}
📄 Description: Data transfer object representing a journal entry related to lease contracts within the Nakisa Lease Accounting Suite, capturing essential financial obligations and accounting entries for accurate financial reporting.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
false |
none |
Code identifier for the resource |
|
message |
string |
false |
write-only |
Contains a descriptive message related to the lease or contract, providing essential context for financial obligations and accounting entries within the Nakisa Lease Accounting Suite. |
defaultMessage |
string |
false |
write-only |
Default message to be displayed for lease-related notifications within the Nakisa Lease Accounting Suite, ensuring clarity in contract and financial obligation communications. |
debugMessage |
string |
false |
write-only |
Provides detailed information about any issues encountered during the processing of lease accounting entries, aiding in the resolution of financial obligations and contract management. |
errors |
false |
none |
Value for errors field |
|
object |
false |
none |
Value for object field |