List all the tpa details

Hi,

using the built-in services wm.tn.query:createTPAQuery and wm.tb.query.tpaQuery I can get a list of records with the following fields:

  • TpaID
  • AgreementID

Is there a built-in service to like wm.tn.tpa:getTPA that can get the detail of a TPA by TpaID ?

Thanks
Alex

Not sure about the TpaID but you can Query TPA’s using Sender/Receiver/Agreement ID’s

Service Name: wm.tn.tpa:getTPA

Regards,
Syed Faraz Ahmed

Hi Syed,

In my case I need to get the tpa by Id, it would be the same service than wm.tn.tpa:getTPA but the input would be the tpaID…

I can’t find a way to get the tpa by Id using the query folder…

Thanks!
Alex

discard this thread, the wm.tn.query:createTPAQuery sends me back the ReceiverID SenderID and AgreementID…