Working with both in a UAT environment.
LnAcctMod
will give me a success back, although when I check core or inquire on field CurIdx, it does not show as updated.
LnRateSchedMod
attempting to update the same CurIdx
field. Error I'm getting back is:
<FaultRecInfoArray>
<FaultMsgRec>
<ErrCode>100271</ErrCode>
<ErrCat>Error</ErrCat>
<ErrDesc>Required field</ErrDesc>
<ErrElem>RateRevDt</ErrElem>
<ErrLoc>LNRTSMMOD</ErrLoc>
</FaultMsgRec>
</FaultRecInfoArray>
I have a valid value in the RateRevDt field using format YYYY-MM-DD
. Still no luck.
Working with both in a UAT environment.
LnAcctMod
will give me a success back, although when I check core or inquire on field CurIdx, it does not show as updated.
LnRateSchedMod
attempting to update the same CurIdx
field. Error I'm getting back is:
<FaultRecInfoArray>
<FaultMsgRec>
<ErrCode>100271</ErrCode>
<ErrCat>Error</ErrCat>
<ErrDesc>Required field</ErrDesc>
<ErrElem>RateRevDt</ErrElem>
<ErrLoc>LNRTSMMOD</ErrLoc>
</FaultMsgRec>
</FaultRecInfoArray>
I have a valid value in the RateRevDt field using format YYYY-MM-DD
. Still no luck.
The Jack Henry Developer portal entry for LnAcctMod (https://jackhenry.dev/open-enterprise-api-docs/enterprise-soap-api/api-reference/core-services/lnacctmod/) has mapping information under the Providers menu option. You will need to select what JH bank core you are using and then select Mappings.
CurIdx
field is not supported to be modified in the mentioned API operations. Is there an indication on the jha.dev site that could clarify what fields could be modified under each API operation and which are not supported for modification? – ccongiardo Commented Mar 6 at 15:10