PostingResultDto¶
Example Json Object
1{
2 "postingResults": [
3 {
4 "unitId": 30000001,
5 "journalId": 40000001,
6 "success": true,
7 "errorMessage": "string",
8 "skipped": true,
9 "retryable": false
10 }
11 ],
12 "successForAllPostings": true,
13 "retryable": false,
14 "errorMessage": "string"
15}
📄 Description: Data transfer object representing the outcome of a posting operation within the Nakisa Lease Accounting Suite, encapsulating details related to leases, contracts, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
postingResults |
false |
none |
List of postingResults items |
|
successForAllPostings |
boolean |
false |
none |
Boolean flag indicating successForAllPostings status |
retryable |
boolean |
false |
none |
Boolean flag indicating retryable status |
errorMessage |
string |
false |
none |
Descriptive message detailing any errors encountered during the processing of lease-related transactions within the Nakisa Lease Accounting Suite. |