SystemOutgoingCallingPlanCallTypeGetListRequest
Bases: OCIRequest
Request to get the list of call types of outgoing calling plan Response is SystemOutgoingCallingPlanCallTypeGetListRequest or ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemOutgoingCallingPlanCallTypeGetListRequest
client = Client()
command = SystemOutgoingCallingPlanCallTypeGetListRequest()
response = client.command(command)
print(response)