GetAllNotifications
- Method
- ExampleRequest
- ExampleResponse
GetAllNotifications(GetAllNotificationsRequest)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| GetAllNotificationsRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| GetAllNotificationsResponse |
Example GetAllNotificationsRequest
Input Method: XML
<xml>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<request_email>none@example.com</request_email>
<enabled>All</enabled>
</xml>
Example GetAllNotificationsResponse
Response: XML
<GetAllNotificationSettingsResponse>
<HTTPStatusCode>200</HTTPStatusCode>
<GetAllNotificationsSettingsResponseOutput>
<GetAllNotificationSettingsResult>
<WSNotificationSettingsDetails>
<BccAddress>none@example.com</BccAddress>
<BccMerchant>false</BccMerchant>
<Enabled>Enabled</Enabled>
<EntityId>######</EntityId>
<FromAddress>donotreply@jackhenry.com</FromAddress>
<LocationId>#######</LocationId>
<NSID>######</NSID>
<NotificationSubType>None</NotificationSubType>
<NotificationType>ACH</NotificationType>
</WSNotificationSettingsDetails>
</GetAllNotificationSettingsResult>
</GetAllNotificationsSettingsResponseOutput>
</GetAllNotificationSettingsResponse>