GeneralLedgerPostingResult¶
Example Json Object
1{
2 "unitId": 0,
3 "journalId": 0,
4 "success": true,
5 "errorMessage": "string",
6 "retryable": true
7}
📄 Description: Data transfer object representing the results of general ledger postings within the Nakisa Portfolio Management Suite, facilitating insights into portfolio performance, asset management, and real estate analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
unitId |
integer(int64) |
false |
none |
Unique identifier for the unit |
journalId |
integer(int64) |
false |
none |
Unique identifier for the journal |
success |
boolean |
false |
none |
Boolean flag indicating success status |
errorMessage |
string |
false |
none |
Text value for errorMessage in GeneralLedgerPostingResult |
retryable |
boolean |
false |
none |
Boolean flag indicating retryable status |