SetNotificationPreferencesRequestType
Manages a user's notification and alerts preferences. This is part of two eBay services that update users about events on the eBay site: 1. the eBay Platform Notifications feature, and 2: the eBay Client Alerts API. Notifications and alerts are used to update production applications about selected events on the eBay site, helping reduce the number of times your application needs to retrieve certain information.
Fields
ApplicationDeliveryPreferences ( ApplicationDeliveryPreferencesType ) [0..1]
Specifies application-based event preferences that have been enabled, including the URL to which notifications should be delivered and whether notifications should be enabled or disabled (although the UserDeliveryPreferenceArray input property specifies specific notification subscriptions).
See the Field Index to learn which calls use ApplicationDeliveryPreferences.

DeliveryURLName ( string ) [0..1]
For Platform Notifications, specify the name of the delivery notification URL that you want to associate with the user token specified for the SetNotificationPreferences call. If, with different SetNotificationPreferences calls, you associate multiple URL names with a single user token, each subsequent URL name overwrites the previous name associated with the user token.
See the Field Index to learn which calls use DeliveryURLName.

EventProperty ( NotificationEventPropertyType ) [0..*]
Characteristics or details of an event such as type, name and value. Currently can only be set for wireless applications.
See the Field Index to learn which calls use EventProperty.

UserData ( NotificationUserDataType ) [0..1]
Specifies user data for notification settings such as mobile phone number.
See the Field Index to learn which calls use UserData.

UserDeliveryPreferenceArray ( NotificationEnableArrayType ) [0..1]
Array of NotificationEventEnableTypes. Each NotificationEventEnableType contains an EventSetting and an EventType.
See the Field Index to learn which calls use UserDeliveryPreferenceArray.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.