getPartyIdentification

Description
This inquiry transaction returns a specific recorded identification for a given party.
Web Services
Operation name: getPartyIdentification
Service name: PartyService
Example
Retrieve the details of the recorded Social Security Number (SSN) identification for Josh Smith.
Usage information
The input to this transaction is the PartyId and IdentifierType being queried.

IdentifierTypes are user-definable through a code table.

Preconditions
Not applicable
Mandatory input
  • PartyId
  • IdentifierType
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
The transaction response returns the identification information for the party and identification type being queried including the identification number, effective date, expiry date, and others.

If multiple active identifications of the same type exist, they will all be returned.

Request message
<InquiryType> getPartyIdentification

<InquiryParam>

     <tcrmParam name= "PartyId">

     <tcrmParam name= "IdentificationType">

Response objects
TCRMPartyidentificationBObj
Special note
Not applicable