SystemExpensiveCallTypeGetListRequest16sp1
Bases: OCIRequest
Request to get the list of expensive alternate call indicators in the system. The response is either a SystemExpensiveCallTypeGetListResponse16sp1 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 SystemExpensiveCallTypeGetListRequest16sp1
client = Client()
command = SystemExpensiveCallTypeGetListRequest16sp1()
response = client.command(command)
print(response)