SetMissedCallNotificationEnabled-Vorgang (UM-Webdienst)

Der Vorgang SetMissedCallNotificationEnabled aktiviert oder deaktiviert Benachrichtigungen über verpasste Anrufe.

SetMissedCallNotificationEnabled-Anforderungsbeispiel

Beschreibung

Das folgende Beispiel einer SetMissedCallNotificationEnabled-Anforderung zeigt, wie Eine Anforderung zum Aktivieren von Benachrichtigungen über verpasste Anrufe erstellt wird.

Code

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SetMissedCallNotificationEnabled xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
        <status>true</status>
    </SetMissedCallNotificationEnabled>
  </soap:Body>
</soap:Envelope>

Erfolgreiche SetMissedCallNotificationEnabled-Antwortbeispiel

Beschreibung

Das folgende Beispiel einer PlayOnPhoneGreeting-Antwort zeigt eine Antwort auf die SetMissedCallNotificationEnabled-Anforderung.

Code

<?xml version="1.0" encoding="utf-8" ?> 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <SetMissedCallNotificationEnabledResponse xmlns="http://schemas.microsoft.com/exchange/services/2006/messages" /> 
  </soap:Body>
</soap:Envelope>

Siehe auch

SetMissedCallNotificationEnabled (UM-Webdienst)

SetMissedCallNotificationEnabledResponse (UM-Webdienst)

Status (UM-Webdienst – SetMissedCallNotificationEnabled)