getAllComplianceRequirements

Description
This inquiry transaction returns all existing compliance requirements and their details based on a filter value.
Web Services
Operation name: getAllComplianceRequirements
Service name: DWLBusinessServices
Example
Retrieve all active compliance requirements.
Usage information
This transaction supports the Pagination feature.
Preconditions
Not applicable
Mandatory input
Not applicable
Inquiry levels
Not applicable
Filter values
This transaction supports filters. Valid values are:
  • ACTIVE - returns only active compliance requirement records.
  • INACTIVE - returns only inactive compliance requirement records.
  • ALL - returns all compliance requirement records, both active and inactive.

Filter values are case sensitive.

If the filter value is not provided or is incorrect, all records are returned by default.

Transaction behavior
Compliance requirements with an EffectiveDate before the current date and an EndDate after the current date are considered active. Compliance requirements with an EndDate on or before the current date are considered inactive.
Request message
<InquiryType> getAllComplianceRequirements

<InquiryParam>

     <tcrmParam name = "filter">

Response objects
List of ComplianceRequirementBObj objects based on the filter value, each with:
Special note
Not applicable