AutoPay View Response in XML Format

The following code snippet illustrates how the tags should be nested while sending the autopay view response in the XML format:

<C1-ViewAutoPayService>
    <statusCd></statusCd>
    <accountautopaydata>
        <accountId></accountId>
        <accountAutoPayId></accountAutoPayId>
        <startDate></startDate>
        <autopaySource></autopaySource>
        <autopayRouteType></autopayRouteType>
        <percent></percent>
        <priorityNum></priorityNum>
        <expiresOn></expiresOn>
        <externalAccountId></externalAccountId>
        <autopayMaxWithdrawalAmount></autopayMaxWithdrawalAmount>
        <autoPayMethod></autoPayMethod>
        <entityName></entityName>
        <comments></comments>
    </accountautopaydata>
    <accountautopaydata>
        <accountId></accountId>
        <accountAutoPayId></accountAutoPayId>
        <startDate></startDate>
        <endDate></endDate>
        <autopaySource></autopaySource>
        <autopayRouteType></autopayRouteType>
        <percent></percent>
        <priorityNum></priorityNum>
        <expiresOn></expiresOn>
        <externalAccountId></externalAccountId>
        <autopayMaxWithdrawalAmount></autopayMaxWithdrawalAmount>
        <autoPayMethod></autoPayMethod>
        <entityName></entityName>
        <comments></comments>
        <accountautopaymentchar>
            <characteristicType></characteristicType>
            <sequence></sequence>
            <characteristicValue></characteristicValue>
        </accountautopaymentchar>
    </accountautopaydata>
</C1-ViewAutoPayService>

Related Topics

For more information on... See...
AutoPay View Request in XML Format AutoPay View Request in XML Format
AutoPay View Request and Response - Tags in XML Format AutoPay View Request and Response - Tags in XML Format
Sample AutoPay View Request and Response in XML Format Sample AutoPay View Request and Response in XML Format