getContractComponentByAdminSysKey

Description
This inquiry transaction returns contract component information for:
  • A given external administration system contract component ID.
  • A given external administration system contract ID and product type. This option is only available when the external administration system stores the contract ID as a native key.
Web Services
Operation name: getContractComponentByAdminSysKey
Service name: FinancialServices
Example
Retrieve details of the Term Rider contract component associated with the specific contract admin system key WL345.

Retrieve details of the contract component associated with the specific contract component admin system key CC001.

Usage information
When the inquiry is based on the external administration system contract ID, the input for this transaction is the external administration system contract ID and the administration system, as well as the product type for the contract component being queried.

Alternatively, the input for this transaction is the external administration system contract component ID and the administration system for the contract component being queried.

Preconditions
Not applicable
Mandatory input
  • AdminSystemType
  • AdminContractId
  • ProductType (if the inquiry is for a contract component for a given admin system contract ID that is stored as a native key)
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
If multiple contract components exist for the selection, only one record is returned.
Request message
<InquiryType> getContractComponentByAdminSysKey

<tcrmParam name= "adminSystemType"> (an integer derived from the CDADMINSYSTP table)

<tcrmParam name= "adminContractId">

<tcrmParam name= "productType"> (an integer derived from the CDPRODTP table)

Response objects
TCRMContractComponentBObj with no associations
Special note
Not applicable