UpdateNotificationSettings
- Method
- ExampleRequest
- ExampleResponse
UpdateNotificationSettings(UpdateNotificationSettingsRequest)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| UpdateNotificationSettingsRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| UpdateNotificationSettingsResponse |
Example UpdateNotificationSettingsRequest
Input Method: XML
<xml>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<request_email>none@example.com</request_email>
<nsid>#######</nsid>
<to_address>none1@example.com,none2@example.com</to_address>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>
Example UpdateNotificationSettingsResponse
Auto-Approval Response: XML
<UpdateNotificationSettingsResponse>
<Success>true</Success>
<CaseNumber>########</CaseNumber>
<UpdateStatus>Notification settings successfully updated.</UpdateStatus>
</UpdateNotificationSettingsResponse>