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