PagedModelEntityModelVacancyDto¶
Example Json Object
1{
2 "_embedded": {
3 "vacancies": [
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 "unit": "string",
13 "area": 0,
14 "unitMeasureId": 0,
15 "vacantFrom": "2019-08-24",
16 "vacantTo": "2019-08-24",
17 "marketValue": 0,
18 "eligible": true,
19 "applicationDate": "2019-08-24",
20 "followUpDate": "2019-08-24",
21 "vacancyStatusId": 0,
22 "credit": 0,
23 "creditReceived": 0,
24 "note": "string",
25 "assessmentId": 0,
26 "assessmentExternalId": "string",
27 "unitMeasure": {
28 "createdBy": "string",
29 "lastModifiedBy": "string",
30 "createdDate": "2019-08-24T14:15:22Z",
31 "lastModifiedDate": "2019-08-24T14:15:22Z",
32 "archived": true,
33 "externalId": "string",
34 "id": 0,
35 "priority": 0,
36 "internalId": 0,
37 "pickListCode": "string",
38 "pickListLabel": "string",
39 "label": "string",
40 "cultureId": 0,
41 "labelDtos": [
42 {
43 "createdBy": "string",
44 "lastModifiedBy": "string",
45 "createdDate": "2019-08-24T14:15:22Z",
46 "lastModifiedDate": "2019-08-24T14:15:22Z",
47 "archived": true,
48 "externalId": "string",
49 "id": 0,
50 "cultureId": 0,
51 "value": "string"
52 }
53 ]
54 },
55 "vacancyStatus": {
56 "createdBy": "string",
57 "lastModifiedBy": "string",
58 "createdDate": "2019-08-24T14:15:22Z",
59 "lastModifiedDate": "2019-08-24T14:15:22Z",
60 "archived": true,
61 "externalId": "string",
62 "id": 0,
63 "priority": 0,
64 "internalId": 0,
65 "pickListCode": "string",
66 "pickListLabel": "string",
67 "label": "string",
68 "cultureId": 0,
69 "labelDtos": [
70 {
71 "createdBy": "string",
72 "lastModifiedBy": "string",
73 "createdDate": "2019-08-24T14:15:22Z",
74 "lastModifiedDate": "2019-08-24T14:15:22Z",
75 "archived": true,
76 "externalId": "string",
77 "id": 0,
78 "cultureId": 0,
79 "value": "string"
80 }
81 ]
82 }
83 }
84 ]
85 },
86 "page": {
87 "size": 0,
88 "totalElements": 0,
89 "totalPages": 0,
90 "number": 0
91 }
92}
📄 Description: Data transfer object representing a paginated collection of vacancy details within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset management in the real estate sector.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» vacancies |
false |
none |
[Data transfer object representing a vacancy within the Nakisa Portfolio Management Suite, encompassing essential details related to portfolio assets and real estate properties for effective analytics and decision-making.] |
|
page |
false |
none |
Page number for pagination |