ResponseTaxRateMappingDto¶
Example Json Object
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "errorMessage": "string",
11 "source": {},
12 "field": "string",
13 "errorKey": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 0,
19 "rowNumber": 0,
20 "rowIdentifier": "string",
21 "errors": [
22 "string"
23 ],
24 "linkedErrors": [
25 "string"
26 ],
27 "warnings": [
28 "string"
29 ],
30 "remarks": [
31 "string"
32 ],
33 "skipMessage": "string",
34 "determinationId": 0,
35 "determinationDisplayId": "string",
36 "description": "string",
37 "taxRate": 0.1,
38 "taxAccountId": 0,
39 "taxAccountDisplayId": "string",
40 "effectiveFrom": "2019-08-24"
41 }
42}
📄 Description: Data transfer object representing the mapping of tax rates to financial entities within an organization’s structure, facilitating accurate financial reporting and compliance across hierarchical levels.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Code identifier for the resource |
message |
string |
false |
write-only |
Textual representation of the message associated with the tax rate mapping within the financial organization structure. |
defaultMessage |
string |
false |
write-only |
Default message associated with the financial entity’s tax rate mapping, providing essential context for organizational structure and hierarchy. |
debugMessage |
string |
false |
write-only |
Provides detailed information regarding any errors or issues encountered during the processing of financial entity tax rate mappings within the organizational structure. |
errors |
false |
none |
Value for errors field |
|
object |
false |
none |
Value for object field |
Enumerated Values
Attribute |
Value |
|---|---|
code |
API_CALL_FAILED, ATTACHED, BAD_REQUEST, DATA_VALIDATION_ERROR, DELETED, DETACHED, INTERNAL_SYSTEM_ERROR, NULL_RESPONSE, OK, OK_BUT_RESPONSE_INVALID, REQUEST_VALIDATION_ERROR, SERVICE_VALIDATION_ERROR, UPDATED |