addPartyRelationship

Description
This transaction adds a relationship between two parties. InfoSphere® MDM manages multiple party-to-party relationships that can be personal or business in nature.
Web Services
Operation name: addPartyRelationship
Service name: PartyService
Example
John Smith works at ABC Company. When a relationship is recorded, it applies to both parties. For example, John Smith is an employee of ABC Company and ABC Company is the employer of John Smith.
Usage information
Party Relationship types are user-definable using code tables and could include relationships such as employee/employer, parent/child, siblings, and others. Multiple party relationships can be recorded between two parties.
Preconditions
Both parties must exist.
Mandatory input
  • RelationshipFromValue (the PartyId)
  • RelationshipToValue (the destination PartyId)
  • RelationshipType
  • RelationshipValue
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
If the effective date not supplied, the current system date is used by default.
Request message
<TCRMTxType> addPartyRelationship

<TCRMTxObject> TCRMPartyRelationshipBObj

<TCRMObject> TCRMPartyRelationshipBObj

Response objects
TCRMPartyRelationshipBObj
Special note
A Party cannot have a relationship with itself.