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}
📄 Description: Data transfer object representing the determination of tax codes for assets within the Nakisa Portfolio Management Suite, facilitating accurate analytics and compliance in real estate property management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
status |
string |
false |
none |
Status of the resource |
displayId |
string |
true |
none |
Unique identifier for the display |
erpSystemId |
integer(int64) |
false |
none |
Unique identifier for the erp system |
erpSystemDisplayId |
string |
false |
none |
Unique identifier for the erp system display |
countryId |
integer(int64) |
false |
none |
Unique identifier for the country |
countryDisplayId |
string |
false |
none |
Unique identifier for the country display |
countryTaxJurisdictionEnabled |
boolean |
false |
none |
Indicates whether this feature is enabled |
forAllCompanies |
boolean |
false |
none |
Boolean flag indicating forAllCompanies status |
companyId |
integer(int64) |
false |
none |
Unique identifier for the company |
companyDisplayId |
string |
false |
none |
Unique identifier for the company display |
forAllAssetClasses |
boolean |
false |
none |
Boolean flag indicating forAllAssetClasses status |
assetClassId |
integer(int64) |
false |
none |
Unique identifier for the asset class |
assetClassDisplayId |
string |
false |
none |
Unique identifier for the asset class display |
forAllPartners |
boolean |
false |
none |
Boolean flag indicating forAllPartners status |
partnerId |
integer(int64) |
false |
none |
Unique identifier for the partner |
partnerDisplayId |
string |
false |
none |
Unique identifier for the partner display |
partnerName |
string |
false |
none |
none |
taxJurisdictionId |
integer(int64) |
false |
none |
Unique identifier for the tax jurisdiction |
taxJurisdictionDisplayId |
string |
false |
none |
Unique identifier for the tax jurisdiction display |
defaultTaxCodeId |
integer(int64) |
false |
none |
Unique identifier for the default tax code |
defaultTaxCodeDisplayId |
string |
false |
none |
Unique identifier for the default tax code display |
defaultExemptionTaxCodeId |
integer(int64) |
false |
none |
Unique identifier for the default exemption tax code |
defaultExemptionTaxCodeDisplayId |
string |
false |
none |
Unique identifier for the default exemption tax code display |
defaultExemptionPercentage |
number(double) |
false |
none |
Percentage of default exemption |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |