TaxCodeDeterminationDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "countryId": 0,
8 "countryDisplayId": "string",
9 "countryTaxJurisdictionEnabled": true,
10 "forAllCompanies": true,
11 "companyId": 0,
12 "companyDisplayId": "string",
13 "forAllAssetClasses": true,
14 "assetClassId": 0,
15 "assetClassDisplayId": "string",
16 "forAllPartners": true,
17 "partnerId": 0,
18 "partnerDisplayId": "string",
19 "partnerName": "string",
20 "taxJurisdictionId": 0,
21 "taxJurisdictionDisplayId": "string",
22 "defaultTaxCodeId": 0,
23 "defaultTaxCodeDisplayId": "string",
24 "defaultExemptionTaxCodeId": 0,
25 "defaultExemptionTaxCodeDisplayId": "string",
26 "defaultExemptionPercentage": 0.1
27}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
status |
string |
false |
none |
none |
displayId |
string |
true |
none |
none |
erpSystemId |
integer(int64) |
false |
none |
none |
erpSystemDisplayId |
string |
false |
none |
none |
countryId |
integer(int64) |
false |
none |
none |
countryDisplayId |
string |
false |
none |
none |
countryTaxJurisdictionEnabled |
boolean |
false |
none |
none |
forAllCompanies |
boolean |
false |
none |
none |
companyId |
integer(int64) |
false |
none |
none |
companyDisplayId |
string |
false |
none |
none |
forAllAssetClasses |
boolean |
false |
none |
none |
assetClassId |
integer(int64) |
false |
none |
none |
assetClassDisplayId |
string |
false |
none |
none |
forAllPartners |
boolean |
false |
none |
none |
partnerId |
integer(int64) |
false |
none |
none |
partnerDisplayId |
string |
false |
none |
none |
partnerName |
string |
false |
none |
none |
taxJurisdictionId |
integer(int64) |
false |
none |
none |
taxJurisdictionDisplayId |
string |
false |
none |
none |
defaultTaxCodeId |
integer(int64) |
false |
none |
none |
defaultTaxCodeDisplayId |
string |
false |
none |
none |
defaultExemptionTaxCodeId |
integer(int64) |
false |
none |
none |
defaultExemptionTaxCodeDisplayId |
string |
false |
none |
none |
defaultExemptionPercentage |
number(double) |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |