getPartyDemographicsByType

Description
This inquiry transaction returns party demographic details for a given party using the demographic type as search criteria.
Web Services
Operation name: getPartyDemographicsByType
Service name: Party
Example
John Smith has "Active" occupational and educational demographic records and "Inactive" organizational demographic records stored in the system. Retrieve John Smith's "Active" occupational demographic details (such as Name, Employer, Industry, and others).
Usage information
Not applicable
Preconditions
Not applicable
Mandatory input
  • PartyId
  • DemographicsType
Inquiry levels
Not applicable
Filter values
This transaction supports filters. Valid values are:
  • ACTIVE – returns only active party demographics records.
  • INACTIVE – returns only inactive party demographics records.
  • ALL – returns all party demographics records, both active and inactive.

For this transaction, filters are optional and filter values are not case sensitive.

Transaction behavior
Not applicable
Request message
<InquiryType> getPartyDemographicsByType

<InquiryParam>

     <tcrmParam name = "PartyId">

     <tcrmParam name = "DemographicsType">

     <tcrmParam name = "Filter">

Response objects
List of TCRMPartyDemographicsBObj
Special note
Not applicable