LessorExpenseCategoryAccountMappingDto¶
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 "leaseArClearingAccountId": 0,
24 "leaseArClearingAccountDisplayId": "string",
25 "leaseArClearingAccountShortName": "string"
26}
📄 Description: Data transfer object representing the mapping of expense categories to accounts within a financial organization structure, facilitating the alignment of financial entities with their hierarchical expense management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
rowNumber |
integer(int32) |
true |
none |
Numeric value representing rowNumber |
rowIdentifier |
string |
false |
none |
Text value for rowIdentifier in LessorExpenseCategoryAccountMappingDto |
errors |
[string] |
false |
none |
List of errors items |
linkedErrors |
[string] |
false |
none |
List of linkedErrors items |
warnings |
[string] |
false |
none |
List of warnings items |
remarks |
[string] |
false |
none |
List of remarks items |
skipMessage |
string |
false |
none |
Text value for skipMessage in LessorExpenseCategoryAccountMappingDto |
determinationId |
integer(int64) |
false |
none |
Unique identifier for the determination |
determinationDisplayId |
string |
false |
none |
Unique identifier for the determination display |
expenseCategoryId |
integer(int64) |
false |
none |
Unique identifier for the expense category |
expenseCategoryDisplayId |
string |
false |
none |
Unique identifier for the expense category display |
expenseCategoryName |
string |
false |
none |
Name of the expense category |
leaseArClearingAccountId |
integer(int64) |
false |
none |
Unique identifier for the lease ar clearing account |
leaseArClearingAccountDisplayId |
string |
false |
none |
Unique identifier for the lease ar clearing account display |
leaseArClearingAccountShortName |
string |
false |
none |
Name of the lease ar clearing account short |