getPartyContactMethodByIdPK

Description
This inquiry transaction returns a specific recorded party contact method for a given party when a party contact method ID is supplied. The response includes information such as the reference number, contact method type (such as telephone or e-mail), last update date, and more.
Web Services
Operation name: getPartyContactMethodByIdPK
Service name: PartyService
Example
Retrieve the business telephone number for Josh Smith.
Usage information
The input to this transaction is the party contact method ID (primary key) for the party contact method being queried.
Preconditions
Not applicable
Mandatory input
  • PartyContactMethodIdPK
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
The response returns the party contact method information for the PartyContactMethodIdPK being queried.
Request message
<InquiryType> getPartyContactMethodByIdPK

<InquiryParam>

     <tcrmParam name= "PartyContactMethodIdPK">

Response objects
TCRMPartyContactMethodBObj

with associated business object:

Special note
Not applicable