TaxDeterminationInitialDataResponse¶
Example Json Object
1{
2 "taxCodeDeterminations": [
3 {
4 "taxCodeDeterminationDto": {
5 "id": 0,
6 "status": "CREATED",
7 "displayId": "string",
8 "erpSystemId": 0,
9 "erpSystemDisplayId": "string",
10 "countryId": 0,
11 "countryDisplayId": "string",
12 "countryTaxJurisdictionEnabled": true,
13 "forAllCompanies": true,
14 "companyId": 0,
15 "companyDisplayId": "string",
16 "forAllAssetClasses": true,
17 "assetClassId": 0,
18 "assetClassDisplayId": "string",
19 "forAllPartners": true,
20 "partnerId": 0,
21 "partnerDisplayId": "string",
22 "partnerName": "string",
23 "taxJurisdictionId": 0,
24 "taxJurisdictionDisplayId": "string",
25 "defaultTaxCodeId": 0,
26 "defaultTaxCodeDisplayId": "string",
27 "defaultExemptionTaxCodeId": 0,
28 "defaultExemptionTaxCodeDisplayId": "string",
29 "defaultExemptionPercentage": 0.1
30 },
31 "taxCodeExpenseCategoryMapping": {
32 "id": 0,
33 "rowNumber": 0,
34 "rowIdentifier": "string",
35 "errors": [
36 "string"
37 ],
38 "linkedErrors": [
39 "string"
40 ],
41 "warnings": [
42 "string"
43 ],
44 "remarks": [
45 "string"
46 ],
47 "skipMessage": "string",
48 "determinationId": 0,
49 "determinationDisplayId": "string",
50 "isLeaseExpense": true,
51 "expenseCategoryId": 0,
52 "expenseCategoryDisplayId": "string",
53 "expenseCategoryName": "string",
54 "nonLeaseTaxCodeId": 0,
55 "nonLeaseTaxCodeDisplayId": "string",
56 "nonLeaseExemptionTaxCodeId": 0,
57 "nonLeaseExemptionTaxCodeDisplayId": "string",
58 "nonLeaseExemptionTaxPercentage": 0.1,
59 "principalTaxCodeId": 0,
60 "principalTaxCodeDisplayId": "string",
61 "principalExemptionTaxCodeId": 0,
62 "principalExemptionTaxCodeDisplayId": "string",
63 "principalExemptionTaxPercentage": 0.1
64 }
65 }
66 ]
67}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
taxCodeDeterminations |
false |
none |
none |