AddNotificationSettings
- Method
- ExampleRequest
- ExampleResponse
AddNotificationSettings(AddNotificationSettingsRequest)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| AddNotificationSettingsRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| AddNotificationSettingsResponse |
Example AddNotificationSettingsRequest
Input Method: XML
<xml>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<request_email>none@example.com</request_email>
<location_id>#######</location_id>
<to_address>none1@example.com,none2@example.com</to_address>
<notification_type>ACH_Returns</notification_type>
<notification_subtype>None</notification_subtype>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>
Example AddNotificationSettingsResponse
Auto-Approval Response: XML
<AddNotificationSettingsResponse>
<Success>true</Success>
<CaseNumber>########</CaseNumber>
<UpdateStatus>Notification Settings successfully added.</UpdateStatus>
</AddNotificationSettingsResponse>
Non-Auto-Approval Response: XML
<AddNotificationSettingsResponse>
<Success>true</Success>
<CaseNumber>########</CaseNumber>
<UpdateStatus>Pending manual review.</UpdateStatus>
</AddNotificationSettingsResponse>