SystemDigitCollectionGetRequest13mp4
Bases: OCIRequest
Request the system's digit collection attributes. The response is either a SystemDigitCollectionGetResponse13mp4 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 SystemDigitCollectionGetRequest13mp4
client = Client()
command = SystemDigitCollectionGetRequest13mp4()
response = client.command(command)
print(response)