updatePartyCriticalData

Description
This transaction updates or adds critical data directly to an existing Party (person or organization), bypassing the alternate process for handling critical data under the updateParty transaction. Critical data is predefined. This transaction must be used if direct and immediate updating of critical data in a party record is required, even if only a single critical data element is involved (such as a PartyAddress, PartyIdentification, PersonName, or OrganizationName), as changes submitted through those granular transactions are all routed to the alternate process as described in the updateParty transaction. Default critical data for a person is first and last names, gender, social security or insurance number, date of birth, and address. For an organization, critical data is its name, tax identification number, and address.
Web Services
Operation name: updatePartyCriticalData
Service name: PartyService
Example
Add a Birth Date to an existing party record or update a party address.
Usage information
This transaction is available only to users with appropriate security rights. One or many pieces of critical or noncritical data can be added or updated using this transaction.
Preconditions
Party must exist.
Mandatory input
  • PartyId
  • LastUpdateDate
Note: All the mandatory input for updating the individual critical data elements as described in the respective granular transaction descriptions in this guide.
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
This transaction is both a coarse-grained and fine-grained transaction. It behaves in the same manner as a regular (coarse-grained or fine-grained) update transaction and is subject to the same operation rules and processes. The updated party is returned upon completion of the transaction.
Request message
<TCRMTxType> updatePartyCriticalData

<TCRMTxObject> TCRMPersonBObj or TCRMOrganizationBObj

<TCRMObject> TCRMPersonBObj or TCRMOrganizationBObj with associations

Response objects
TCRMPersonBObj or TCRMOrganizationBObj with associations
Special note
Not applicable