ResponseActivationGroupSubscriptionDto¶
Example Json Object
1{
2 "code": "OK",
3 "message": "Successfully retrieved an activation group subscription.",
4 "defaultMessage": "Operation completed successfully.",
5 "debugMessage": "No errors occurred during the query execution.",
6 "errors": {
7 "all": []
8 },
9 "object": {
10 "id": 100045,
11 "topic": {
12 "enCaption": "Lease Component Updated",
13 "frCaption": "Composant de bail mis à jour",
14 "name": "LEASE_COMPONENT_UPDATED",
15 "priority": "HIGH"
16 },
17 "username": "jdoe",
18 "activationGroupId": 20000123,
19 "activationGroupDisplayId": "AG-100045",
20 "targetId": "jdoe@example.com",
21 "targetType": "USER"
22 }
23}
📄 Description: Data transfer object representing the subscription details for an activation group within the Nakisa Lease Accounting Suite, encompassing essential information related to leases, contracts, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Code identifier for the resource |
message |
string |
false |
write-only |
Contains a descriptive message related to the lease or contract activation process, providing essential information about the financial obligation or accounting entry. |
defaultMessage |
string |
false |
write-only |
Default message associated with the activation group subscription, providing essential information related to lease and contract management within the Nakisa Lease Accounting Suite. |
debugMessage |
string |
false |
write-only |
Provides detailed information about any issues encountered during the activation of a subscription, relevant to lease and contract management within the Nakisa Lease Accounting Suite. |
errors |
false |
none |
Value for errors field |
|
object |
false |
none |
Value for object field |
Enumerated Values
Attribute |
Value |
|---|---|
code |
API_CALL_FAILED, ATTACHED, BAD_REQUEST, DATA_VALIDATION_ERROR, DELETED, DETACHED, INTERNAL_SYSTEM_ERROR, NULL_RESPONSE, OK, OK_BUT_RESPONSE_INVALID, REQUEST_VALIDATION_ERROR, SERVICE_VALIDATION_ERROR, UPDATED |