Request parameters for createSubscription operation in NotificationsApi.

Export

NotificationsApiCreateSubscriptionRequest

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

Properties

Memberof

NotificationsApiCreateSubscription

notificationType: string

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

Memberof

NotificationsApiCreateSubscription