getAllAddressNotes

Description
This inquiry transaction returns all address notes for an address record.
Web Services
Operation name: getAllAddressNotes
Service name: PartyService
Example
Retrieve all active address notes recorded for 311 Duke Street, Toronto.
Usage information
This transaction supports the Pagination feature.
Preconditions
Not applicable
Mandatory input
  • AddressId
Inquiry levels
Not applicable
Filter values
Filter values are optional. Valid values include:
  • ACTIVE – retrieves only active records.
  • INACTIVE – retrieves only inactive records.
  • ALL – retrieves all records that match the search criteria, both active and inactive.

If the filter value is not provided or is misspelled, the transaction retrieves all records, both active and inactive.

Transaction behavior
Not applicable
Request message
<Inquiry Type> getAllAddressNotes

<InquiryParam>

     <tcrmParam name= "AddressId">

     <tcrmParam name= "filter">

Response objects
TCRMAddressNoteBObj
Special note
Not applicable