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