TaxJurisdictionDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "name": "string",
8 "schema": "string",
9 "costCenterId": 0,
10 "countryId": 0,
11 "countryDisplayId": "string"
12}
📄 Description: Data transfer object representing a tax jurisdiction within the Nakisa Portfolio Management Suite, facilitating the management and analysis of tax-related information for real estate properties and assets in the portfolio.
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 |
name |
string |
false |
none |
Name of the resource |
schema |
string |
false |
none |
Text value for schema in TaxJurisdictionDto |
costCenterId |
integer(int64) |
false |
none |
Unique identifier for the cost center |
countryId |
integer(int64) |
false |
none |
Unique identifier for the country |
countryDisplayId |
string |
false |
none |
Unique identifier for the country display |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |