SystemCallCenterEnhancedReportingGetRequest
Bases: OCIRequest
Request to get the call center enhanced reporting system settings. The response is either a SystemCallCenterEnhancedReportingGetResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemCallCenterEnhancedReportingGetRequest.
Attributes:
archive_reports (bool):
report_application_url (Optional[str]):
repository_application_url (Optional[str]):
Source code in src/mercury_ocip_fast/commands/commands.py
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemCallCenterEnhancedReportingGetRequest
client = Client()
command = SystemCallCenterEnhancedReportingGetRequest()
response = client.command(command)
print(response)