AddressDetailsDto¶
Example Json Object
1{
2 "civicNumber": "string",
3 "street": "string",
4 "postalCode": "string",
5 "city": {
6 "createdBy": "string",
7 "lastModifiedBy": "string",
8 "createdDate": "2019-08-24T14:15:22Z",
9 "lastModifiedDate": "2019-08-24T14:15:22Z",
10 "archived": true,
11 "externalId": "string",
12 "id": 0,
13 "name": "string",
14 "province": {
15 "createdBy": "string",
16 "lastModifiedBy": "string",
17 "createdDate": "2019-08-24T14:15:22Z",
18 "lastModifiedDate": "2019-08-24T14:15:22Z",
19 "archived": true,
20 "externalId": "string",
21 "id": 0,
22 "name": "string",
23 "country": {
24 "createdBy": "string",
25 "lastModifiedBy": "string",
26 "createdDate": "2019-08-24T14:15:22Z",
27 "lastModifiedDate": "2019-08-24T14:15:22Z",
28 "archived": true,
29 "externalId": "string",
30 "id": 0,
31 "name": "string",
32 "code": "string"
33 },
34 "code": "string",
35 "countryId": 0
36 },
37 "provinceId": 0
38 }
39}
📄 Description: Data transfer object representing the detailed address information of real estate properties within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset management analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
civicNumber |
string |
false |
none |
Text value for civicNumber in AddressDetailsDto |
street |
string |
false |
none |
Text value for street in AddressDetailsDto |
postalCode |
string |
false |
none |
Code for the postal |
city |
false |
none |
Value for city field |