SystemThirdPartyVoiceMailSupportGetRequest17sp4
Bases: OCIRequest
Request the system level data associated with Third-party Voice Mail Support. The response is either a SystemThirdPartyVoiceMailSupportGetResponse17sp4 or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemThirdPartyVoiceMailSupportGetRequest17sp4
client = Client()
command = SystemThirdPartyVoiceMailSupportGetRequest17sp4()
response = client.command(command)
print(response)