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_fast/commands/commands.py
Responses
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemOutgoingCallingPlanCallTypeGetListRequest
client = Client()
command = SystemOutgoingCallingPlanCallTypeGetListRequest()
response = client.command(command)
print(response)