DataCreationSettingLite¶
Example Json Object
1{
2 "id": 0,
3 "idGenerationType": "AUTO",
4 "source": "string",
5 "type": "MIGRATION",
6 "startDateTime": "2019-08-24T14:15:22Z",
7 "endDateTime": "2019-08-24T14:15:22Z"
8}
📄 Description: DataCreationSettingLite is a streamlined data transfer object that encapsulates essential settings for creating and managing portfolio and asset data within the Nakisa Portfolio Management Suite, facilitating enhanced analytics for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
true |
none |
Unique identifier for the resource |
idGenerationType |
string |
true |
none |
Type of the id generation |
source |
string |
false |
none |
Indicates the origin of the data entry within the Nakisa Portfolio Management Suite, relevant for portfolio, asset, analytics, and real estate property management. |
type |
string |
true |
none |
Type of the resource |
startDateTime |
string(date-time) |
true |
none |
Time of the start date |
endDateTime |
string(date-time) |
false |
none |
Time of the end date |
Enumerated Values
Attribute |
Value |
|---|---|
idGenerationType |
AUTO, MANUAL |
type |
MIGRATION, TESTING |