SetMissedCallNotificationEnabled 操作 (UM Web サービス)
SetMissedCallNotificationEnabled 操作は、不在着信通知を有効または無効にします。
SetMissedCallNotificationEnabled 要求の例
説明
SetMissedCallNotificationEnabled 要求の次の例は、不在着信通知を有効にする要求を形成する方法を示しています。
コード
<?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>
SetMissedCallNotificationEnabled 応答の成功例
説明
PlayOnPhoneGreeting 応答の次の例は、SetMissedCallNotificationEnabled 要求への応答を示しています。
コード
<?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>
関連項目
SetMissedCallNotificationEnabled (UM Web サービス)