Developer Programs

Learn

Docs
Important notification about upcoming changes to the DMZ environment. Please read.

Developer Resources

Enterprise SOAP API > API by Reference > Core Services > Tax Plan Beneficiary Modification > Developer Resources

Details

SoapActionhttp://jackhenry.com/ws/TaxPlnBenfMod
Input NameTaxPlnBenfMod
Output NameTaxPlnBenfModResponse
Input Namespacehttp://jackhenry.com/jxchange/TPG/2008
Group NameDeposit
ContainerTPG_DepositMaster.xsd

XML Examples

TaxPlnBenfMod Request

XML
 <?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>{Insert}</wsse:Username>
        <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">{Insert}</wsse:Password>
        <wsu:Created xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">2018-11-28T18:09:51Z</wsu:Created>
      </wsse:UsernameToken>
    </wsse:Security>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <TaxPlnBenfMod xmlns="http://jackhenry.com/jxchange/TPG/2008">
      <MsgRqHdr>
        <jXchangeHdr>
          <JxVer/>
          <AuditUsrId></AuditUsrId>
          <AuditWsId></AuditWsId>
          <AuthenUsrId/>
          <ConsumerName/>
          <ConsumerProd/>
          <Ver_1/>
          <jXLogTrackingId>{Insert}</jXLogTrackingId>
          <Ver_2/>
          <InstRtId>011001276</InstRtId>
          <InstEnv>TEST</InstEnv>
          <Ver_3/>
          <BusCorrelId/>
          <Ver_4/>
          <WorkflowCorrelId/>
          <Ver_5/>
          <ValidConsmName>{Insert}</ValidConsmName>
          <ValidConsmProd>{Insert}</ValidConsmProd>
          <Ver_6/>
        </jXchangeHdr>
        <Ver_1/>
        <Ver_2/>
        <Ver_3/>
      </MsgRqHdr>
      <ErrOvrRdInfoArray>
        <ErrOvrRd>
          <ErrCode/>
          <Ver_1/>
        </ErrOvrRd>
      </ErrOvrRdInfoArray>
      <CustId>C000012</CustId>
      <PlnType>EDU</PlnType>
      <PlnCode>EDU</PlnCode>
      <BenfKey>1</BenfKey>
      <Dlt/>
      <Benf>
        <BenfAddr>
          <City>Rochester</City>
          <StateCode>NY</StateCode>
          <PostalCode>01100</PostalCode>
        </BenfAddr>
        <Ver_1/>
        <Ver_2/>
        <Ver_3/>
      </Benf>
      <Custom/>
      <Ver_1/>
      <AccountId>
        <AcctId/>
        <AcctType/>
        <Ver_1/>
      </AccountId>
      <Ver_2/>
      <ActIntentKey/>
      <Ver_3/>
    </TaxPlnBenfMod>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

TaxPlnBenfMod FAQ

Coming Soon.



Have a Question?
Have a how-to question? Seeing a weird error? Get help on StackOverflow.
Register for the Digital Toolkit Meetup where we answer technical Q&A from the audience.
Last updated Thu Jun 30 2022