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 Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| entity_id | Y | Merchant Id | |
| request_email | Y | Registered at ProfitStars; email format | |
| enabled | All, Disabled or Enabled | Y |
Example GetAllNotificationsRequest
Input Method: XML
<xml>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<request_email>none@example.com</request_email>
<enabled>All</enabled>
</xml>