NotificationPreferencesApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| getVendorNotificationPreferences | GET /vendors/{vendor_id}/notification-preferences | Get notification preferences for a vendor |
| updateVendorNotificationPreferences | PUT /vendors/{vendor_id}/notification-preferences | Update notification preferences for a vendor |
getVendorNotificationPreferences
NotificationPreferences getVendorNotificationPreferences(vendor_id)
Get notification preferences for a vendor
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8
updateVendorNotificationPreferences
NotificationPreferences updateVendorNotificationPreferences(vendor_id, UpdateNotificationPreferencesRequest)
Update notification preferences for a vendor
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] | |
| UpdateNotificationPreferencesRequest | UpdateNotificationPreferencesRequest |
Return type
Authorization
HTTP request headers
- Content-Type: application/json; charset=utf-8
- Accept: application/json; charset=utf-8