SystemOutgoingCallingPlanGetRequest17sp3
Bases: OCIRequest
Request the system level data associated with Outgoing Calling Plan. The response is either a SystemOutgoingCallingPlanGetResponse17sp3 or an 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 SystemOutgoingCallingPlanGetRequest17sp3
client = Client()
command = SystemOutgoingCallingPlanGetRequest17sp3()
response = client.command(command)
print(response)