updatePartyContactMethod

Description
This transaction is used to update or correct contact method information, or to end contact method information that is no longer valid.
Web Services
Operation name: updatePartyContactMethod
Service name: PartyService
Example
Update the home phone number for Josh Smith.

Update the cell phone number for Mary Smith, as well as her business phone number.

Expire the home e-mail address for Charlie Smith.

Usage information
Essentially all of the information that can be added as part of the addPartyContactMethod transaction can be changed using this transaction.

Use this transaction to expire or make a contact method inactive by setting the end date to be less than or equal to the current date.

Preconditions
A Party contact method must exist.
Mandatory input
  • PartyContactMethodIdPK
  • PartyId
  • ContactMethodId
  • ContactMethodGroupLastUpdateDate
  • LocationGroupLastUpdateDate
  • ContactMethodIdPK
  • ContactMethodLastUpdateDate
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
Not applicable
Request message
<TCRMTxType> updatePartyContactMethod

<TCRMTxObject> TCRMPartyContactMethodBObj

<TCRMObject> TCRMPartyContactMethodBObj

with associated business object:

Response objects
TCRMPartyContactMethodBObj

with associated business object:

Special note
Not applicable