updateAllPartyAddresses

Description
This transaction updates a specific address for a given party and all the address for all other parties that share the same address (address group).
Web Services
Operation name: updateAllPartyAddresses
Service name: PartyService
Example
The Garcia family has moved from 123 Main Street to 332 Green Boulevard.
Usage information
This transaction is an extension of the updatePartyAddress transaction and functions in a similar fashion. Please see its description for more information.

If a new address is created as a result of this transaction, the new address and its IdPK are also reflected in any other party address records that share the same address. All party address associations relating to the previous address are automatically ended and retained in the operational table with new PartyAddressIdPKs.

Preconditions
A party address must exist.
Mandatory input
  • PartyAddressIdPK
  • AddressLastUpdateDate
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
Not applicable
Request message
<TCRMTxType> updateAllPartyAddresses

<TCRMTxObject> TCRMPartyAddressBObj

<TCRMObject> TCRMPartyAddressBObj with associated TCRMAddressBObj

Response objects
TCRMPartyAddressBObj with associated TCRMAddressBObj
Special note
If you want to change an address and have the change reflected in all party address records without creating a new AddressId, use the correctAddress transaction.