TaxRateMappingDto¶
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 "description": "string",
21 "taxRate": 0.1,
22 "taxAccountId": 0,
23 "taxAccountDisplayId": "string",
24 "effectiveFrom": "2019-08-24"
25}
📄 Description: Data transfer object representing the mapping of tax rates to financial entities within an organization’s structure, facilitating compliance and accurate financial reporting across hierarchical levels.
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 TaxRateMappingDto |
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 TaxRateMappingDto |
determinationId |
integer(int64) |
false |
none |
Unique identifier for the determination |
determinationDisplayId |
string |
false |
none |
Unique identifier for the determination display |
description |
string |
true |
none |
Description of the resource |
taxRate |
number(double) |
true |
none |
Rate of tax |
taxAccountId |
integer(int64) |
false |
none |
Unique identifier for the tax account |
taxAccountDisplayId |
string |
false |
none |
Unique identifier for the tax account display |
effectiveFrom |
string(date) |
true |
none |
Text value for effectiveFrom in TaxRateMappingDto |