ContractSubscriptionDto¶
Example Json Object
1{
2 "id": 0,
3 "topic": {
4 "enCaption": "string",
5 "frCaption": "string",
6 "name": "string",
7 "priority": "HIGH"
8 },
9 "username": "string",
10 "contractId": 0,
11 "contractDisplayId": "string",
12 "targetType": "string",
13 "targetId": "string"
14}
📄 Description: Data transfer object representing a contract subscription within the Nakisa Portfolio Management Suite, encapsulating essential details related to portfolio management, asset tracking, and real estate property analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
topic |
false |
none |
Value for topic field |
|
username |
string |
false |
none |
Human-readable name of the portfolio |
contractId |
integer(int64) |
false |
none |
Unique identifier for the contract |
contractDisplayId |
string |
false |
none |
Unique identifier for the contract display |
targetType |
string |
false |
none |
Type of the target |
targetId |
string |
false |
none |
Unique identifier for the target |