ResponseListNotificationUnsubscribeMessageDto¶
Example Json Object
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "errorMessage": "string",
11 "source": {},
12 "field": "string",
13 "errorKey": "string"
14 }
15 ]
16 },
17 "object": [
18 {
19 "id": 0,
20 "targetId": "string",
21 "targetType": "string",
22 "topicApplication": "NFS",
23 "topicName": "string",
24 "topicPriority": "HIGH",
25 "topicEnCaption": "string",
26 "topicFrCaption": "string",
27 "username": "string",
28 "action": "SUBSCRIBE"
29 }
30 ]
31}
📄 Description: Data transfer object representing a notification unsubscribe request, facilitating the removal of a user from specific notification lists within the system to enhance user experience and compliance with communication preferences.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Code identifier for the resource |
message |
string |
false |
write-only |
Contains the notification message confirming the successful unsubscription from the service. |
defaultMessage |
string |
false |
write-only |
Default message to be displayed in notifications related to the unsubscription process, ensuring clear communication with users. |
debugMessage |
string |
false |
write-only |
Provides detailed information about any errors or issues encountered during the unsubscription process, aiding in troubleshooting and resolution. |
errors |
false |
none |
List of error messages generated during the unsubscribe process, providing insights for troubleshooting and ensuring effective communication management. |
|
object |
false |
none |
An array of notification unsubscribe messages, providing details on user preferences for communication management. |
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 |