Class GetNotificationSettingsbyLocationIdRequest
This action will retrieve a list of notification settings that are related to a particular Location Id.
Properties
| Field/Tag Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| entity_id | Y | Merchant Id | |
| request_email | Y | Registered at ProfitStars; email format | |
| location_id | Y | alphanumeric: Unique ID |
Example GetNotificationSettingsbyLocationIdRequest
Input Method: XML
<xml>
<request_email>randles.josh+api@gmail.com</request_email>
<custServProviderId>375573</custServProviderId>
<entity_id>377397</entity_id>
<location_name>Location 06272016-1</location_name>
</xml>