Developer Resources
API by Reference
>
Core Services
>
Institution Defined Field Search
>
Developer Resources
Details
| SoapAction | http://jackhenry.com/ws/InstDefFldSrch |
| Input Name | InstDefFldSrch |
| Output Name | InstDefFldSrchResponse |
| Input Namespace | http://jackhenry.com/jxchange/TPG/2008 |
| Group Name | Customer |
| Container | TPG_CustomerMaster.xsd |
InstDefFldSrch Request
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:Username>{{X-UserName}}</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">{{X-Password}}</wsse:Password>
<wsu:Created xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">{{current_timestamp}}</wsu:Created>
</wsse:UsernameToken>
</wsse:Security>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<InstDefFldSrch xmlns="http://jackhenry.com/jxchange/TPG/2008">
<SrchMsgRqHdr>
<jXchangeHdr>
<JxVer />
<AuditUsrId>{{X-AuditUser}}</AuditUsrId>
<AuditWsId>{{X-AuditWorkStation}}</AuditWsId>
<AuthenUsrId />
<ConsumerName />
<ConsumerProd />
<Ver_1 />
<jXLogTrackingId>{{$guid}}</jXLogTrackingId>
<Ver_2 />
<InstRtId>{{X-InstitutionRoutingID}}</InstRtId>
<InstEnv>{{X-Environment}}</InstEnv>
<Ver_3 />
<BusCorrelId />
<Ver_4 />
<WorkflowCorrelId />
<Ver_5 />
<ValidConsmName>{{X-ValidConsumerName}}</ValidConsmName>
<ValidConsmProd>{{X-ValidConsumerProduct}}</ValidConsmProd>
<Ver_6 />
</jXchangeHdr>
<MaxRec>100</MaxRec>
<Cursor />
<Ver_1 />
<Ver_2 />
<Ver_3 />
</SrchMsgRqHdr>
<AppCode>CF</AppCode>
<CustId>D000022</CustId>
<AccountId>
<AcctId/>
<AcctType/>
<Ver_1 />
</AccountId>
<InstDefKey />
<LnUnitId />
<Custom />
<Ver_1 />
</InstDefFldSrch>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
InstDefFldSrch FAQ
Coming Soon.
Have a Question?
- Have a how-to question? Seeing a weird error? Get help on StackOverflow.
- Register for the Developer Office Hours where we answer technical Q&A from the audience.
Did this page help you?
Last updated Wed Mar 4 2026