GetNotificationSettingsbyLocationId
- Method
- ExampleRequest
- ExampleResponse
GetNotificationSettingsbyLocationId(GetNotificationSettingsbyLocationIdRequest)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| GetNotificationSettingsbyLocationIdRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| GetNotificationSettingsbyLocationIdResponse |
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>
Example GetNotificationSettingsbyLocationIdResponse
Response: XML
<GetNotificationSettingsByLocationIdResponse>
<HTTPStatusCode>200</HTTPStatusCode>
<GetNotificationSettingsByLocationIdResponse>
<GetNotificationSettingsByLocationIdResult>
<WSNotificationSettingsDetails>
<BccAddress>NONE@EXAMPLE.COM</BccAddress>
<BccMerchant>true</BccMerchant>
<Enabled>Enabled</Enabled>
<EntityId>######</EntityId>
<FromAddress>donotreply@jackhenry.com</FromAddress>
<LocationId>#######</LocationId>
<NSID>#######</NSID>
<NotificationSubType>None</NotificationSubType>
<NotificationType>ACH_Returns</NotificationType>
</WSNotificationSettingsDetails>
</GetNotificationSettingsByLocationIdResult>
</GetNotificationSettingsByLocationIdResponse>
</GetNotificationSettingsByLocationIdResponse>