ACH Module Version 6.1.September 2006 | Understanding and Using webMethods ACH Module | Installing and Using ACH Module | Services | Summary of Services | wm.ach.batch:appendEntry
 
wm.ach.batch:appendEntry
WmACH. Appends an entry detail record and any related addenda records to a batch object.
Input Parameters
entry
IData Entry detail record of a certain SEC type identified in the batchHeader input.
addendas
IData[ ] (Optional) Addenda records specifying additional information about the entry.
batchObject
Object Batch object created from batch header information.
Output Parameters
success
String Results of the service. A value of true means the service terminated normally and a value of false means it terminated abnormally.
errors
String Any errors produced during invocation of service.
Usage Notes
None.
See Also
wm.ach.batch:createBatch
Examples
See the following service in the WmACHForTNSamples package:
wm.ach.tn.sample.maps.outbound:mapPaymentXMLToCCD