EntityModelVacancyDto¶
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 "unit": "string",
10 "area": 0,
11 "unitMeasureId": 0,
12 "vacantFrom": "2019-08-24",
13 "vacantTo": "2019-08-24",
14 "marketValue": 0,
15 "eligible": true,
16 "applicationDate": "2019-08-24",
17 "followUpDate": "2019-08-24",
18 "vacancyStatusId": 0,
19 "credit": 0,
20 "creditReceived": 0,
21 "note": "string",
22 "assessmentId": 0,
23 "assessmentExternalId": "string",
24 "unitMeasure": {
25 "createdBy": "string",
26 "lastModifiedBy": "string",
27 "createdDate": "2019-08-24T14:15:22Z",
28 "lastModifiedDate": "2019-08-24T14:15:22Z",
29 "archived": true,
30 "externalId": "string",
31 "id": 0,
32 "priority": 0,
33 "internalId": 0,
34 "pickListCode": "string",
35 "pickListLabel": "string",
36 "label": "string",
37 "cultureId": 0,
38 "labelDtos": [
39 {
40 "createdBy": "string",
41 "lastModifiedBy": "string",
42 "createdDate": "2019-08-24T14:15:22Z",
43 "lastModifiedDate": "2019-08-24T14:15:22Z",
44 "archived": true,
45 "externalId": "string",
46 "id": 0,
47 "cultureId": 0,
48 "value": "string"
49 }
50 ]
51 },
52 "vacancyStatus": {
53 "createdBy": "string",
54 "lastModifiedBy": "string",
55 "createdDate": "2019-08-24T14:15:22Z",
56 "lastModifiedDate": "2019-08-24T14:15:22Z",
57 "archived": true,
58 "externalId": "string",
59 "id": 0,
60 "priority": 0,
61 "internalId": 0,
62 "pickListCode": "string",
63 "pickListLabel": "string",
64 "label": "string",
65 "cultureId": 0,
66 "labelDtos": [
67 {
68 "createdBy": "string",
69 "lastModifiedBy": "string",
70 "createdDate": "2019-08-24T14:15:22Z",
71 "lastModifiedDate": "2019-08-24T14:15:22Z",
72 "archived": true,
73 "externalId": "string",
74 "id": 0,
75 "cultureId": 0,
76 "value": "string"
77 }
78 ]
79 }
80}
📄 Description: 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.
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 |
unit |
string |
false |
none |
Text value for unit in EntityModelVacancyDto |
area |
number |
false |
none |
Value for area field |
unitMeasureId |
integer(int64) |
false |
none |
Unique identifier for the unit measure |
vacantFrom |
string(date) |
false |
none |
Text value for vacantFrom in EntityModelVacancyDto |
vacantTo |
string(date) |
false |
none |
Text value for vacantTo in EntityModelVacancyDto |
marketValue |
number |
false |
none |
Value for marketValue field |
eligible |
boolean |
false |
none |
Boolean flag indicating eligible status |
applicationDate |
string(date) |
false |
none |
Date of the application |
followUpDate |
string(date) |
false |
none |
Date of the follow up |
vacancyStatusId |
integer(int64) |
false |
none |
Unique identifier for the vacancy status |
credit |
number |
false |
none |
Value for credit field |
creditReceived |
number |
false |
none |
Value for creditReceived field |
note |
string |
false |
none |
Text value for note in EntityModelVacancyDto |
assessmentId |
integer(int64) |
false |
none |
Unique identifier for the assessment |
assessmentExternalId |
string |
false |
none |
Unique identifier for the assessment external |
unitMeasure |
false |
none |
Value for unitMeasure field |
|
vacancyStatus |
false |
none |
Status of the vacancy |