WorkspaceCommentDto¶
Example Json Object
1{
2 "id": 0,
3 "comment": "string"
4}
📄 Description: Data transfer object representing comments associated with a workspace in the Nakisa Lease Accounting Suite, facilitating collaboration and communication regarding lease contracts and financial obligations.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
comment |
string |
false |
none |
Textual input for additional remarks or observations related to a lease or contract within the Nakisa Lease Accounting Suite, enhancing the clarity of financial obligations and accounting entries. |