Beispiel #1
0
        public void GetNotificationPreferences()
        {
            GetNotificationPreferencesCall api = new GetNotificationPreferencesCall(this.apiContext);

            // Make API call.
            api.Execute();
            // Save result.
            TestData.NotificationPreferencesResponse = (GetNotificationPreferencesResponseType)api.ApiResponse;
        }