EntityModelClauseDto¶
Example Json Object
1{
2 "createdBy": "string",
3 "lastModifiedBy": "string",
4 "createdDate": "2019-08-24T14:15:22Z",
5 "lastModifiedDate": "2019-08-24T14:15:22Z",
6 "archived": true,
7 "externalId": "string",
8 "id": 0,
9 "pageNumber": "string",
10 "section": "string",
11 "rentOrCost": 0,
12 "leaseClauseTypeId": 0
13}
📄 Description: Data transfer object representing a clause within an entity model, utilized for managing portfolio assets and analytics in the Nakisa Portfolio Management Suite, specifically within the context of real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
createdBy |
string |
false |
none |
Username of who created this resource |
lastModifiedBy |
string |
false |
none |
Username of who last modified this resource |
createdDate |
string(date-time) |
false |
none |
Date of the created |
lastModifiedDate |
string(date-time) |
false |
none |
Date of the last modified |
archived |
boolean |
false |
none |
Boolean flag indicating archived status |
externalId |
string |
false |
none |
Unique identifier for the external |
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
pageNumber |
string |
false |
none |
Page number for pagination |
section |
string |
false |
none |
Text value for section in EntityModelClauseDto |
rentOrCost |
number |
false |
none |
Value for rentOrCost field |
leaseClauseTypeId |
integer(int64) |
false |
none |
Unique identifier for the lease clause type |