EnableNotification
- Method
- ExampleRequest
- ExampleResponse
EnableNotification(EnableNotificationRequest)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| EnableNotificationRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| EnableNotificationResponse |
Example EnableNotificationRequest
Input Method: XML
<xml>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<request_email>none@example.com</request_email>
<nsid>#######</nsid>
<to_address>none@example.com</to_address>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>
Input Method: JSON
{
"custServProviderId": "######",
"entity_id": "######",
"request_email": " none@example.com",
"nsid": "#######",
"to_address": " none@example.com",
"subject": "",
"description": "",
"case_reason": ""
}
Example EnableNotificationResponse
Response: XML
<EnableNotificationResponse>
<Success>true</Success>
<CaseNumber>00021668</CaseNumber>
<UpdateStatus>Notification settings successfully updated.</UpdateStatus>
</EnableNotificationResponse>
Response: JSON
{
"Success": "true",
"CaseNumber": "00021664",
"UpdateStatus": "Notification settings successfully updated."
}