SystemStirShakenCallerIdDispositionMappingGetRequest
Bases: OCIRequest
Request to get the Caller Id Disposition mapping.
The response is either SystemStirShakenCallerIdDispositionMappingGetResponse or ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemStirShakenCallerIdDispositionMappingModifyRequest. Contains a table of Caller Id Disposition mapping. The column headings are: "Verstat", "Attestation", "Disposition".
Attributes:
caller_id_disposition_mapping_table (OCITable):
Source code in src/mercury_ocip/commands/commands.py
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemStirShakenCallerIdDispositionMappingGetRequest
client = Client()
command = SystemStirShakenCallerIdDispositionMappingGetRequest()
response = client.command(command)
print(response)