TaxCalculationResponse¶
Example Json Object
1{
2 "requestUniqueId": "string",
3 "systemType": "NAKISA",
4 "taxCalculationType": "NET",
5 "success": true,
6 "errorMessage": "string",
7 "taxDetails": [
8 {
9 "taxAmount": 0,
10 "taxBaseAmount": 0,
11 "totalTaxDocumentAmount": 0,
12 "taxRate": 0,
13 "taxAccount": "string",
14 "accountingKey": "string",
15 "conditionKey": "string",
16 "taxCodeDisplayId": "string",
17 "taxJurisdictionDisplayId": "string",
18 "taxCodeId": 0,
19 "taxJurisdictionId": 0,
20 "itemNoAcc": "string"
21 }
22 ]
23}
📄 Description: Data transfer object representing the outcome of a tax calculation for a financial entity within an organization’s hierarchical structure, providing essential details for compliance and reporting.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
requestUniqueId |
string |
false |
none |
Unique identifier for the request unique |
systemType |
string |
false |
none |
Type of the system |
taxCalculationType |
string |
false |
none |
Type of the tax calculation |
success |
boolean |
false |
none |
Boolean flag indicating success status |
errorMessage |
string |
false |
none |
Descriptive message detailing any errors encountered during the tax calculation process for the financial entity within the organizational structure. |
taxDetails |
false |
none |
List of taxDetails items |
Enumerated Values
Attribute |
Value |
|---|---|
systemType |
NAKISA, SAP |
taxCalculationType |
NET |