ExpensePostingResultDto¶
Example Json Object
1{
2 "successForAllPostings": true,
3 "errorMessage": "string",
4 "budgetDtoExpensePostedOn": {
5 "createdBy": "string",
6 "lastModifiedBy": "string",
7 "createdDate": "2019-08-24T14:15:22Z",
8 "lastModifiedDate": "2019-08-24T14:15:22Z",
9 "archived": true,
10 "externalId": "string",
11 "id": 0,
12 "name": "string",
13 "startDate": "2019-08-24",
14 "dueDate": "2019-08-24",
15 "departmentId": 0,
16 "statusId": 0,
17 "totalBudgetAmount": 0,
18 "allocatedBudgetAmount": 0,
19 "owner": "string",
20 "status": {
21 "createdBy": "string",
22 "lastModifiedBy": "string",
23 "createdDate": "2019-08-24T14:15:22Z",
24 "lastModifiedDate": "2019-08-24T14:15:22Z",
25 "archived": true,
26 "externalId": "string",
27 "id": 0,
28 "priority": 0,
29 "internalId": 0,
30 "pickListCode": "string",
31 "pickListLabel": "string",
32 "label": "string",
33 "cultureId": 0,
34 "labelDtos": [
35 {
36 "createdBy": "string",
37 "lastModifiedBy": "string",
38 "createdDate": "2019-08-24T14:15:22Z",
39 "lastModifiedDate": "2019-08-24T14:15:22Z",
40 "archived": true,
41 "externalId": "string",
42 "id": 0,
43 "cultureId": 0,
44 "value": "string"
45 }
46 ]
47 },
48 "department": {
49 "createdBy": "string",
50 "lastModifiedBy": "string",
51 "createdDate": "2019-08-24T14:15:22Z",
52 "lastModifiedDate": "2019-08-24T14:15:22Z",
53 "archived": true,
54 "externalId": "string",
55 "id": 0,
56 "priority": 0,
57 "internalId": 0,
58 "pickListCode": "string",
59 "pickListLabel": "string",
60 "label": "string",
61 "cultureId": 0,
62 "labelDtos": [
63 {
64 "createdBy": "string",
65 "lastModifiedBy": "string",
66 "createdDate": "2019-08-24T14:15:22Z",
67 "lastModifiedDate": "2019-08-24T14:15:22Z",
68 "archived": true,
69 "externalId": "string",
70 "id": 0,
71 "cultureId": 0,
72 "value": "string"
73 }
74 ]
75 },
76 "nimBudgetLinkDtos": [
77 {
78 "createdBy": "string",
79 "lastModifiedBy": "string",
80 "createdDate": "2019-08-24T14:15:22Z",
81 "lastModifiedDate": "2019-08-24T14:15:22Z",
82 "archived": true,
83 "externalId": "string",
84 "id": 0,
85 "nimBudgetId": 0,
86 "nimInvestmentAreaId": 0,
87 "nimBudgetDto": {},
88 "nimBudgetInvestmentAreaDto": {
89 "id": 0,
90 "createdOn": "2019-08-24T14:15:22Z",
91 "createdById": "string",
92 "modifiedOn": "2019-08-24T14:15:22Z",
93 "modifiedById": "string",
94 "createdByName": "string",
95 "lastModifiedByName": "string",
96 "amount": 0,
97 "originalCurrencyId": 0,
98 "originalCurrencyDisplayId": "string",
99 "originalAmount": 0,
100 "rate": 0,
101 "rateDate": "2019-08-24",
102 "investmentAreaId": 0,
103 "investmentArea": {
104 "id": 0,
105 "createdOn": "2019-08-24T14:15:22Z",
106 "createdById": "string",
107 "modifiedOn": "2019-08-24T14:15:22Z",
108 "modifiedById": "string",
109 "createdByName": "string",
110 "lastModifiedByName": "string",
111 "displayId": "string",
112 "name": "string",
113 "assetClasses": [
114 0
115 ]
116 },
117 "budgetYearDistributions": [
118 {
119 "id": 0,
120 "createdOn": "2019-08-24T14:15:22Z",
121 "createdById": "string",
122 "modifiedOn": "2019-08-24T14:15:22Z",
123 "modifiedById": "string",
124 "createdByName": "string",
125 "lastModifiedByName": "string",
126 "year": 0,
127 "amount": 0,
128 "originalCurrencyId": 0,
129 "originalCurrencyDisplayId": "string",
130 "originalAmount": 0,
131 "rate": 0,
132 "rateDate": "2019-08-24",
133 "spent": 0,
134 "budgetInvestmentAreaId": 0
135 }
136 ],
137 "totalSpent": 0,
138 "totalReserved": 0,
139 "budgetBalance": 0
140 },
141 "nimInvestmentAreaDto": {
142 "id": 0,
143 "createdOn": "2019-08-24T14:15:22Z",
144 "createdById": "string",
145 "modifiedOn": "2019-08-24T14:15:22Z",
146 "modifiedById": "string",
147 "createdByName": "string",
148 "lastModifiedByName": "string",
149 "displayId": "string",
150 "name": "string",
151 "assetClasses": [
152 0
153 ]
154 }
155 }
156 ]
157 },
158 "expenseId": 0
159}
📄 Description: Data transfer object representing the result of an expense posting within the Nakisa Portfolio Management Suite, encapsulating critical information related to portfolio, asset, and real estate property analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
successForAllPostings |
boolean |
false |
none |
Boolean flag indicating successForAllPostings status |
errorMessage |
string |
false |
none |
Text value for errorMessage in ExpensePostingResultDto |
budgetDtoExpensePostedOn |
false |
none |
Value for budgetDtoExpensePostedOn field |
|
expenseId |
integer(int64) |
false |
none |
Unique identifier for the expense |