PagedModelEntityModelPercentageRentRuleCategorySubCategoryDto¶
Example Json Object
1{
2 "_embedded": {
3 "percentageRentRuleCategorySubCategories": [
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 "saleCategoryCode": "string",
13 "saleSubCategoryId": 0,
14 "saleCategory": {
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": "string",
22 "code": "string",
23 "priority": 0,
24 "pickListType": "string",
25 "label": "string",
26 "cultureId": 0,
27 "reportable": true,
28 "labelDtos": [
29 {
30 "createdBy": "string",
31 "lastModifiedBy": "string",
32 "createdDate": "2019-08-24T14:15:22Z",
33 "lastModifiedDate": "2019-08-24T14:15:22Z",
34 "archived": true,
35 "externalId": "string",
36 "id": 0,
37 "cultureId": 0,
38 "value": "string"
39 }
40 ]
41 },
42 "saleSubCategory": {
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 "priority": 0,
51 "internalId": 0,
52 "pickListCode": "string",
53 "pickListLabel": "string",
54 "label": "string",
55 "cultureId": 0,
56 "labelDtos": [
57 {
58 "createdBy": "string",
59 "lastModifiedBy": "string",
60 "createdDate": "2019-08-24T14:15:22Z",
61 "lastModifiedDate": "2019-08-24T14:15:22Z",
62 "archived": true,
63 "externalId": "string",
64 "id": 0,
65 "cultureId": 0,
66 "value": "string"
67 }
68 ]
69 }
70 }
71 ]
72 },
73 "page": {
74 "size": 0,
75 "totalElements": 0,
76 "totalPages": 0,
77 "number": 0
78 }
79}
📄 Description: Data transfer object representing a paginated collection of percentage rent rule categories and subcategories within the Nakisa Portfolio Management Suite, facilitating effective management and analysis of real estate property portfolios.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» percentageRentRuleCategorySubCategories |
false |
none |
[Data transfer object representing the categorization of percentage rent rules within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset analytics for real estate properties.] |
|
page |
false |
none |
Page number for pagination |