PagedModelEntityModelExternalSaleSubCategoryDto¶
Example Json Object
1{
2 "_embedded": {
3 "externalSaleSubCategories": [
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 "name": "string",
13 "saleSubCategoryId": 0,
14 "externalSaleCategory": {
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 },
24 "externalSaleCategoryId": 0,
25 "saleSubCategory": {
26 "createdBy": "string",
27 "lastModifiedBy": "string",
28 "createdDate": "2019-08-24T14:15:22Z",
29 "lastModifiedDate": "2019-08-24T14:15:22Z",
30 "archived": true,
31 "externalId": "string",
32 "id": 0,
33 "priority": 0,
34 "internalId": 0,
35 "pickListCode": "string",
36 "pickListLabel": "string",
37 "label": "string",
38 "cultureId": 0,
39 "labelDtos": [
40 {
41 "createdBy": "string",
42 "lastModifiedBy": "string",
43 "createdDate": "2019-08-24T14:15:22Z",
44 "lastModifiedDate": "2019-08-24T14:15:22Z",
45 "archived": true,
46 "externalId": "string",
47 "id": 0,
48 "cultureId": 0,
49 "value": "string"
50 }
51 ]
52 },
53 "saleCategory": "string"
54 }
55 ]
56 },
57 "page": {
58 "size": 0,
59 "totalElements": 0,
60 "totalPages": 0,
61 "number": 0
62 }
63}
📄 Description: Data transfer object representing a paginated collection of external sale subcategories within the Nakisa Portfolio Management Suite, facilitating insights into asset and portfolio analytics in the real estate property sector.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» externalSaleSubCategories |
false |
none |
[Data transfer object representing a subcategory of external sales within the Nakisa Portfolio Management Suite, facilitating the organization and analysis of portfolio assets in the context of real estate property management.] |
|
page |
false |
none |
Page number for pagination |