NonLeaseLessorAccountMappingDto¶
Example Json Object
1{
2 "id": 0,
3 "rowNumber": 0,
4 "rowIdentifier": "string",
5 "errors": [
6 "string"
7 ],
8 "linkedErrors": [
9 "string"
10 ],
11 "warnings": [
12 "string"
13 ],
14 "remarks": [
15 "string"
16 ],
17 "skipMessage": "string",
18 "determinationId": 0,
19 "determinationDisplayId": "string",
20 "expenseCategoryId": 0,
21 "expenseCategoryDisplayId": "string",
22 "expenseCategoryName": "string",
23 "accrualIncomeAccountId": 0,
24 "accrualIncomeAccountDisplayId": "string",
25 "accrualIncomeAccountShortName": "string",
26 "nonLeaseAccrualAccountId": 0,
27 "nonLeaseAccrualAccountDisplayId": "string",
28 "nonLeaseAccrualAccountShortName": "string"
29}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
rowNumber |
integer(int32) |
true |
none |
none |
rowIdentifier |
string |
false |
none |
none |
errors |
[string] |
false |
none |
none |
linkedErrors |
[string] |
false |
none |
none |
warnings |
[string] |
false |
none |
none |
remarks |
[string] |
false |
none |
none |
skipMessage |
string |
false |
none |
none |
determinationId |
integer(int64) |
false |
none |
none |
determinationDisplayId |
string |
false |
none |
none |
expenseCategoryId |
integer(int64) |
false |
none |
none |
expenseCategoryDisplayId |
string |
false |
none |
none |
expenseCategoryName |
string |
false |
none |
none |
accrualIncomeAccountId |
integer(int64) |
false |
none |
none |
accrualIncomeAccountDisplayId |
string |
false |
none |
none |
accrualIncomeAccountShortName |
string |
false |
none |
none |
nonLeaseAccrualAccountId |
integer(int64) |
false |
none |
none |
nonLeaseAccrualAccountDisplayId |
string |
false |
none |
none |
nonLeaseAccrualAccountShortName |
string |
false |
none |
none |