getAllPartyLobRelationships

Description
This inquiry transaction returns all party Line of Business (LoB) relationships for a given party.
Web Services
Operation name: getAllPartyLobRelationships
Service name: PartyService
Example
Retrieve all line of businesses that John Smith is associated with.
Usage information
The filter controls filter controls whether all party LoB relationships, all active party LoB relationships only or all inactive party LoB relationships only are returned in the response.

This transaction supports the Pagination feature.

Preconditions
Not applicable
Mandatory input
  • PartyId
Inquiry levels
Not applicable
Filter values
ACTIVE, INACTIVE, or ALL

Filter values must be provided in upper case.

Transaction behavior
Party LoB relationships with an end date greater than the system date are considered to be Active. Party LoB relationships with an end date less than or equal to the system date are considered to be Inactive.
Request message
<InquiryType> getAllPartyLobRelationships

<tcrmParam name= "partyId">

<tcrmParam name= "filter">

Response objects
TCRMPartyLobRelationshipBObj
Special note
Not applicable