EntityModelSeparateAgreementDto¶
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 "typeId": 0,
10 "statusId": 0,
11 "accountNumber": "string",
12 "meterNumber": "string",
13 "otherReference": "string",
14 "startDate": "2019-08-24",
15 "endDate": "2019-08-24",
16 "latestNotice": "2019-08-24",
17 "cost": 0,
18 "depositAmount": 0,
19 "type": {
20 "createdBy": "string",
21 "lastModifiedBy": "string",
22 "createdDate": "2019-08-24T14:15:22Z",
23 "lastModifiedDate": "2019-08-24T14:15:22Z",
24 "archived": true,
25 "externalId": "string",
26 "id": 0,
27 "priority": 0,
28 "internalId": 0,
29 "pickListCode": "string",
30 "pickListLabel": "string",
31 "label": "string",
32 "cultureId": 0,
33 "labelDtos": [
34 {
35 "createdBy": "string",
36 "lastModifiedBy": "string",
37 "createdDate": "2019-08-24T14:15:22Z",
38 "lastModifiedDate": "2019-08-24T14:15:22Z",
39 "archived": true,
40 "externalId": "string",
41 "id": 0,
42 "cultureId": 0,
43 "value": "string"
44 }
45 ]
46 },
47 "status": {
48 "createdBy": "string",
49 "lastModifiedBy": "string",
50 "createdDate": "2019-08-24T14:15:22Z",
51 "lastModifiedDate": "2019-08-24T14:15:22Z",
52 "archived": true,
53 "externalId": "string",
54 "id": 0,
55 "priority": 0,
56 "internalId": 0,
57 "pickListCode": "string",
58 "pickListLabel": "string",
59 "label": "string",
60 "cultureId": 0,
61 "labelDtos": [
62 {
63 "createdBy": "string",
64 "lastModifiedBy": "string",
65 "createdDate": "2019-08-24T14:15:22Z",
66 "lastModifiedDate": "2019-08-24T14:15:22Z",
67 "archived": true,
68 "externalId": "string",
69 "id": 0,
70 "cultureId": 0,
71 "value": "string"
72 }
73 ]
74 }
75}
📄 Description: Data transfer object representing a separate agreement within the Nakisa Portfolio Management Suite, encompassing essential details related to portfolio and asset management, analytics, and real estate property transactions.
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 |
typeId |
integer(int64) |
false |
none |
Unique identifier for the type |
statusId |
integer(int64) |
false |
none |
Unique identifier for the status |
accountNumber |
string |
false |
none |
Text value for accountNumber in EntityModelSeparateAgreementDto |
meterNumber |
string |
false |
none |
Text value for meterNumber in EntityModelSeparateAgreementDto |
otherReference |
string |
false |
none |
Text value for otherReference in EntityModelSeparateAgreementDto |
startDate |
string(date) |
false |
none |
Start date of the resource |
endDate |
string(date) |
false |
none |
End date of the resource |
latestNotice |
string(date) |
false |
none |
Text value for latestNotice in EntityModelSeparateAgreementDto |
cost |
number |
false |
none |
Value for cost field |
depositAmount |
number |
false |
none |
Amount of deposit |
type |
false |
none |
Type of the resource |
|
status |
false |
none |
Status of the resource |