SystemCallCenterEnhancedReportingDataTemplateGetListRequest
Bases: OCIRequest
Request to get the list of data template and the corresponding information in the system. The response is either a SystemCallCenterEnhancedReportingDataTemplateGetListResponse or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to SystemCallCenterEnhancedReportingDataTemplateGetListRequest.
Attributes:
info (Optional[List[CallCenterReportDataTemplateInfo]]):
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 SystemCallCenterEnhancedReportingDataTemplateGetListRequest
client = Client()
command = SystemCallCenterEnhancedReportingDataTemplateGetListRequest()
response = client.command(command)
print(response)