Skip to main content

Class GetAllNotificationsRequest

This action will retrieve a list of notification setting Ids for all, enabled or disabled locations for a specific merchant.

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
entity_idYMerchant Id
request_emailYRegistered at ProfitStars; email format
enabledAll, Disabled or EnabledY

Example GetAllNotificationsRequest

Input Method: XML

<xml>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<request_email>none@example.com</request_email>
<enabled>All</enabled>
</xml>