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 "forAllAssetClasses": true,
16 "assetClassId": 0,
17 "assetClassDisplayId": "string",
18 "forAllPartners": true,
19 "partnerId": 0,
20 "partnerDisplayId": "string",
21 "partnerName": "string",
22 "taxJurisdictionId": 0,
23 "taxJurisdictionDisplayId": "string",
24 "defaultTaxCodeId": 0,
25 "defaultTaxCodeDisplayId": "string",
26 "defaultExemptionTaxCodeId": 0,
27 "defaultExemptionTaxCodeDisplayId": "string",
28 "defaultExemptionPercentage": 0.1
29 }
30 ]
31}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
determinations |
true |
none |
none |