CompanyLite¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "status": "CREATED",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "countryId": 0,
8 "countryDisplayId": "string",
9 "name": "string",
10 "postingPeriodVariantId": 0,
11 "fiscalVariantId": 0
12}
📄 Description: Data transfer object representing a streamlined view of a company within the Nakisa Portfolio Management Suite, encompassing essential details related to portfolio assets, analytics, and real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
displayId |
string |
false |
none |
Unique identifier for the display |
status |
string |
false |
none |
Status of the resource |
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 |
name |
string |
false |
none |
none |
postingPeriodVariantId |
integer(int64) |
false |
none |
Unique identifier for the posting period variant |
fiscalVariantId |
integer(int64) |
false |
none |
Unique identifier for the fiscal variant |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |