ContractSubscriptionDto¶
Example Json Object
1{
2 "id": 10000001,
3 "topic": {
4 "enCaption": "Lease Component Updated",
5 "frCaption": "Composant de bail mis à jour",
6 "name": "LEASE_COMPONENT_UPDATED",
7 "priority": "HIGH"
8 },
9 "username": "super.admin@nakisa.com",
10 "contractId": 10000001,
11 "contractDisplayId": "CT-100000000",
12 "targetId": "CT-100000000",
13 "targetType": "CONTRACT"
14}
📄 Description: Represents a subscription of a user to a specific contract.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier of the subscription. |
topic |
false |
none |
Represents a type of notification topic that can be subscribed to. |
|
username |
string |
false |
none |
Username of the subscribed user. |
contractId |
integer(int64) |
false |
none |
ID of the contract associated with this subscription. |
contractDisplayId |
string |
false |
none |
Display ID of the contract. |
targetId |
string |
false |
none |
Identifier of the target entity (e.g., email address or system ID). |
targetType |
string |
false |
none |
Type of target entity for notifications. |