EntityModelSubscriptionDto¶
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 "topic": "string",
10 "subscriberUrl": "string",
11 "subscriptionAuthorization": "string",
12 "subscriptionAuthorizationDto": {
13 "authType": "string"
14 },
15 "authTypeValue": {
16 "createdBy": "string",
17 "lastModifiedBy": "string",
18 "createdDate": "2019-08-24T14:15:22Z",
19 "lastModifiedDate": "2019-08-24T14:15:22Z",
20 "archived": true,
21 "externalId": "string",
22 "id": 0,
23 "priority": 0,
24 "internalId": 0,
25 "pickListCode": "string",
26 "pickListLabel": "string",
27 "label": "string",
28 "cultureId": 0,
29 "labelDtos": [
30 {
31 "createdBy": "string",
32 "lastModifiedBy": "string",
33 "createdDate": "2019-08-24T14:15:22Z",
34 "lastModifiedDate": "2019-08-24T14:15:22Z",
35 "archived": true,
36 "externalId": "string",
37 "id": 0,
38 "cultureId": 0,
39 "value": "string"
40 }
41 ]
42 }
43}
📄 Description: Data transfer object representing a subscription model for tracking and managing portfolio assets and analytics within the Nakisa Portfolio Management Suite, specifically tailored for real estate property management.
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 |
topic |
string |
true |
none |
Represents the subject matter of the subscription, allowing users to categorize and analyze portfolio, asset, and real estate property data within the Nakisa Portfolio Management Suite. |
subscriberUrl |
string |
true |
none |
URL linking to the subscriber’s profile within the Nakisa Portfolio Management Suite, facilitating access to portfolio, asset, and analytics information related to real estate properties. |
subscriptionAuthorization |
string(byte) |
false |
none |
String representing the authorization status of a subscription within the Nakisa Portfolio Management Suite, relevant for managing portfolio, asset, and real estate property analytics. |
subscriptionAuthorizationDto |
false |
none |
Value for subscriptionAuthorizationDto field |
|
authTypeValue |
false |
none |
Value for authTypeValue field |