POST api/rewards/notification-config
Create or update notification configuration for a reward
Request Information
URI Parameters
None.
Body Parameters
RewardNotificationConfigRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ConfigKey | string |
None. |
|
| RewardKey | string |
None. |
|
| FrequencyType | string |
None. |
|
| DayOfWeek | integer |
None. |
|
| DayOfMonth | integer |
None. |
|
| NotificationDayOffset | integer |
None. |
|
| SendEmail | boolean |
None. |
|
| SendSMS | boolean |
None. |
|
| RecipientType | string |
None. |
|
| TemplateAssignmentsJson | string |
None. |
|
| ReviewCheckPeriodDays | integer |
None. |
|
| Status | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ConfigKey": "sample string 1",
"RewardKey": "sample string 2",
"FrequencyType": "sample string 3",
"DayOfWeek": 1,
"DayOfMonth": 1,
"NotificationDayOffset": 1,
"SendEmail": true,
"SendSMS": true,
"RecipientType": "sample string 6",
"TemplateAssignmentsJson": "sample string 7",
"ReviewCheckPeriodDays": 8,
"Status": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.