Request parameters for createSubscription operation in NotificationsApi.

NotificationsApiCreateSubscriptionRequest

interface NotificationsApiCreateSubscriptionRequest {
    body: CreateSubscriptionRequest;
    notificationType: string;
}

Properties

NotificationsApiCreateSubscription

notificationType: string

The type of notification. For more information about notification types, refer to Notification Type Values.

NotificationsApiCreateSubscription