EntityModelCompanyDto¶
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 "postingPeriodVariantId": 0,
10 "postingPeriodVariantDisplayId": "string",
11 "controllingAreaId": 0,
12 "controllingAreaDisplayId": "string",
13 "chartOfAccountId": 0,
14 "chartOfAccountDisplayId": "string",
15 "fiscalVariantId": 0,
16 "fiscalVariantDisplayId": "string",
17 "chartOfDepreciationId": 0,
18 "chartOfDepreciationDisplayId": "string",
19 "purchasingOrganizationId": 0,
20 "assetId": 0,
21 "exchangeRateTypeId": 0,
22 "plantId": 0,
23 "incrementalBorrowingRateId": 0,
24 "businessUnitId": 0,
25 "projectId": 0,
26 "transferVariantId": 0,
27 "partnerId": 0,
28 "departmentId": 0,
29 "accountingStandardId": 0,
30 "generalLedgerAccountId": 0,
31 "consumerPriceIndexCategoryId": 0,
32 "costCenterId": 0,
33 "costCenterRelationValidFrom": "2019-08-24",
34 "costCenterRelationValidTo": "2019-08-24"
35}
📄 Description: Data transfer object representing a company entity within the Nakisa Portfolio Management Suite, encompassing essential details related to portfolio management, asset tracking, analytics, and real estate properties.
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 |
postingPeriodVariantId |
integer(int64) |
false |
none |
Unique identifier for the posting period variant |
postingPeriodVariantDisplayId |
string |
false |
none |
Unique identifier for the posting period variant display |
controllingAreaId |
integer(int64) |
false |
none |
Unique identifier for the controlling area |
controllingAreaDisplayId |
string |
false |
none |
Unique identifier for the controlling area display |
chartOfAccountId |
integer(int64) |
false |
none |
Unique identifier for the chart of account |
chartOfAccountDisplayId |
string |
false |
none |
Unique identifier for the chart of account display |
fiscalVariantId |
integer(int64) |
false |
none |
Unique identifier for the fiscal variant |
fiscalVariantDisplayId |
string |
false |
none |
Unique identifier for the fiscal variant display |
chartOfDepreciationId |
integer(int64) |
false |
none |
Unique identifier for the chart of depreciation |
chartOfDepreciationDisplayId |
string |
false |
none |
Unique identifier for the chart of depreciation display |
purchasingOrganizationId |
integer(int64) |
false |
none |
Unique identifier for the purchasing organization |
assetId |
integer(int64) |
false |
none |
Unique identifier for the asset |
exchangeRateTypeId |
integer(int64) |
false |
none |
Unique identifier for the exchange rate type |
plantId |
integer(int64) |
false |
none |
Unique identifier for the plant |
incrementalBorrowingRateId |
integer(int64) |
false |
none |
Unique identifier for the incremental borrowing rate |
businessUnitId |
integer(int64) |
false |
none |
Unique identifier for the business unit |
projectId |
integer(int64) |
false |
none |
Unique identifier for the project |
transferVariantId |
integer(int64) |
false |
none |
Unique identifier for the transfer variant |
partnerId |
integer(int64) |
false |
none |
Unique identifier for the partner |
departmentId |
integer(int64) |
false |
none |
Unique identifier for the department |
accountingStandardId |
integer(int64) |
false |
none |
Unique identifier for the accounting standard |
generalLedgerAccountId |
integer(int64) |
false |
none |
Unique identifier for the general ledger account |
consumerPriceIndexCategoryId |
integer(int64) |
false |
none |
Unique identifier for the consumer price index category |
costCenterId |
integer(int64) |
false |
none |
Unique identifier for the cost center |
costCenterRelationValidFrom |
string(date) |
false |
none |
Text value for costCenterRelationValidFrom in EntityModelCompanyDto |
costCenterRelationValidTo |
string(date) |
false |
none |
Text value for costCenterRelationValidTo in EntityModelCompanyDto |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |