SampleValRtnEndpoint

Assigns the endpoint to a return transaction using the routing transit number of the transaction.
Note: The routing transit number must exactly match the entry in the table.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<dataDescriptor name="SampleValRtnEndpoint" type="TABLE">
  <viewName>SampleValRtnEndpoint</viewName>
  <fileName>SampleValRtnEndpoint.tbl</fileName>
  <record>
    <field datatype="char" length="9"  name="ibmNprRT"                 type="key"/>
    <field datatype="char" length="10" name="ibmNprEndpoint"           type="payload"/>
    <field datatype="byte" length="2"  name="ibmValMICRPrefix"         type="payload"/>
    <field datatype="char" length="4"  name="ibmIntReclearServiceCode" type="payload"/>
  </record>
</dataDescriptor>