DocumentEntryDto¶
Example Json Object
1{
2 "id": 10000001,
3 "applicationReferenceId": "sample_applicationReferenceId",
4 "type": {
5 "name": "LIABILITY",
6 "captionKey": "enum.accountingEntryType.liability",
7 "caption": "Liability"
8 },
9 "postingTransactionType": {
10 "name": "POST",
11 "captionKey": "enum.postingTransactionType.post",
12 "caption": "Post"
13 },
14 "internalPostingStatus": {
15 "documentNumber": "DOC-2024-12-001",
16 "status": {
17 "name": "DONE",
18 "captionKey": "enum.postingStatusType.done",
19 "caption": "Done"
20 },
21 "postingMessage": "Posted successfully"
22 },
23 "originalPostingTransactionType": {
24 "name": "POST",
25 "captionKey": "enum.postingTransactionType.post",
26 "caption": "Post"
27 },
28 "originalPostingStatus": {
29 "name": "DONE",
30 "captionKey": "enum.postingStatusType.done",
31 "caption": "Done"
32 }
33}
📄 Description: Data transfer object representing a document entry within the Nakisa Lease Accounting Suite, encapsulating essential details related to leases, contracts, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
applicationReferenceId |
string |
false |
none |
Unique identifier for the application reference |
type |
false |
none |
Type of the resource |
|
postingTransactionType |
false |
none |
Type of the posting transaction |
|
internalPostingStatus |
false |
none |
Status of the internal posting |
|
originalPostingTransactionType |
false |
none |
Type of the original posting transaction |
|
originalPostingStatus |
false |
none |
Status of the original posting |