LesseeExpenseCategoryAccountMappingDto¶
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 "leaseApClearingAccountId": 0,
24 "leaseApClearingAccountDisplayId": "string",
25 "leaseApClearingAccountShortName": "string"
26}
📄 Description: Data transfer object representing the mapping of expense categories to accounts for lessees within the financial organization structure, facilitating effective financial management and reporting across the organizational hierarchy.
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 |
Unique identifier for the mapping of lessee expense categories to financial accounts within the organizational structure. |
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 |
Indicates a message that should be bypassed during the processing of financial entity mappings within the organizational structure. |
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 |
leaseApClearingAccountId |
integer(int64) |
false |
none |
Unique identifier for the lease ap clearing account |
leaseApClearingAccountDisplayId |
string |
false |
none |
Unique identifier for the lease ap clearing account display |
leaseApClearingAccountShortName |
string |
false |
none |
Name of the lease ap clearing account short |