TaxJurisdictionResponse¶
Example Json Object
1{
2 "determinations": [
3 {
4 "id": 0,
5 "status": "CREATED",
6 "displayId": "string",
7 "erpSystemId": 0,
8 "erpSystemDisplayId": "string",
9 "countryId": 0,
10 "countryDisplayId": "string",
11 "countryTaxJurisdictionEnabled": true,
12 "forAllCompanies": true,
13 "companyId": 0,
14 "companyDisplayId": "string",
15 "companyName": "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 ]
32}
📄 Description: Data transfer object representing the tax jurisdiction details associated with real estate properties within the Nakisa Portfolio Management Suite, facilitating portfolio and asset analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
determinations |
true |
none |
List of determinations items |