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: Data transfer object representing a contract subscription within the Nakisa Lease Accounting Suite, encapsulating essential details related to lease agreements, financial obligations, and accounting entries.
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 contract |
contractId |
integer(int64) |
false |
none |
Unique identifier for the contract |
contractDisplayId |
string |
false |
none |
Unique identifier for the contract display |
targetId |
string |
false |
none |
Unique identifier for the target |
targetType |
string |
false |
none |
Type of the target |