Returns list of coummunication preferences
No parameters have been defined for this request.
[CommunicationPreference]
| Name | Type | Description |
|---|---|---|
| Id | Int32 | |
| DefaultValue | Boolean | Default value for this preference |
| Description | String | Max 50 characters |
| InactiveDate | DateTime | If the date is set and is in past, it should not be used. |
| IsThirdParty | Boolean | Whether it is a third party communication option |
| ShortDescription | String | Max 30 characters |
[
{
"Id": 1,
"ShortDescription": "sample string 2",
"Description": "sample string 3",
"DefaultValue": true,
"IsThirdParty": true,
"InactiveDate": "2025-11-02T11:37:11.0119114+00:00"
},
{
"Id": 1,
"ShortDescription": "sample string 2",
"Description": "sample string 3",
"DefaultValue": true,
"IsThirdParty": true,
"InactiveDate": "2025-11-02T11:37:11.0119114+00:00"
},
{
"Id": 1,
"ShortDescription": "sample string 2",
"Description": "sample string 3",
"DefaultValue": true,
"IsThirdParty": true,
"InactiveDate": "2025-11-02T11:37:11.0119114+00:00"
}
]
| Bundle(s) |
|---|
| Joining |