PagedModelEntityModelSiteToPartnerDto¶
Example Json Object
1{
2 "_embedded": {
3 "siteToPartners": [
4 {
5 "createdBy": "string",
6 "lastModifiedBy": "string",
7 "createdDate": "2019-08-24T14:15:22Z",
8 "lastModifiedDate": "2019-08-24T14:15:22Z",
9 "archived": true,
10 "externalId": "string",
11 "id": 0,
12 "partnerId": 0,
13 "partnerRoleId": 0,
14 "dateFrom": "2019-08-24",
15 "dateTo": "2019-08-24",
16 "fosContactIds": [
17 0
18 ],
19 "siteId": 0,
20 "partner": {
21 "id": 0,
22 "displayId": "string",
23 "status": "CREATED",
24 "name": "string",
25 "erpSystemDisplayId": "string"
26 },
27 "partnerParent": {
28 "id": 0,
29 "displayId": "string",
30 "status": "CREATED",
31 "name": "string",
32 "erpSystemDisplayId": "string"
33 },
34 "partnerRole": {
35 "id": 0,
36 "displayId": "string",
37 "status": "CREATED",
38 "name": "string"
39 }
40 }
41 ]
42 },
43 "page": {
44 "size": 0,
45 "totalElements": 0,
46 "totalPages": 0,
47 "number": 0
48 }
49}
📄 Description: Data transfer object representing a paginated collection of site-to-partner relationships within the Nakisa Portfolio Management Suite, facilitating effective management and analytics of real estate assets.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» siteToPartners |
false |
none |
[Data transfer object representing the relationship between a site and its associated partners within the Nakisa Portfolio Management Suite, facilitating portfolio analytics and asset management in the context of real estate properties.] |
|
page |
false |
none |
Page number for pagination |