AutoPay Add/Update Response in XML Format

The following code snippet illustrates how the tags are nested while sending the autopay add/update response in the XML format:

<C1-AddUpdateAutoPayService>
    <responseStatus></responseStatus>
    <responseMessage></responseMessage>
    <accountIdentifierType></accountIdentifierType>
    <accountNumber></accountNumber>
    <division></divisionCode>
    <accountId</accountId>
    <responseStatus></responseStatus>
    <responseMessage></responseMessage>
    <sourceSystem></sourceSystem>
    <c1ExternalTransactionId></externalTransactionId>
    <externalSourceId></externalSourceId>
    <accountautopaydata>
        <accountAutoPayId></accountAutoPayId>
        <startDate></startDate>
        <endDate></endDate>
        <autopaySource></autopaySource>
        <autopayRouteType></autopayRouteType>
        <percent></percent>
        <priorityNum></priorityNum>
        <expirationMonth></expirationMonth>
        <expirationYear></expirationYear>
        <externalAccountId></externalAccountId>
        <entityName></entityName>
        <autopayMaxWithdrawalAmount></autopayMaxWithdrawalAmount>
        <comments></comments>
        <autoPayMethod></autoPayMethod>
        <accountautopaymentchar>
            <characteristicType></characteristicType>
            <characteristicValue></characteristicValue>
        </accountautopaymentchar>
        <accountAutoPayId>
            <startDate></startDate>
            <endDate></endDate>
            <autopaySource></autopaySource>
            <autopayRouteType></autopayRouteType>
            <percent></percent>
            <priorityNum></priorityNum>
            <expirationMonth></expirationMonth>
            <expirationYear></expirationYear>
            <externalAccountId></externalAccountId>
            <entityName></entityName>
            <autopayMaxWithdrawalAmount></autopayMaxWithdrawalAmount>
            <comments></comments>
            <autoPayMethod></autoPayMethod>
            <accountautopaymentchar>
                <characteristicType></characteristicType>
                <characteristicValue></characteristicValue>
            </accountautopaymentchar>
        </accountAutoPayId>
        <accountAutoPayId>
            <startDate></startDate>
            <endDate></endDate>
            <autopaySource></autopaySource>
            <autopayRouteType></autopayRouteType>
            <percent></percent>
            <priorityNum></priorityNum>
            <expirationMonth></expirationMonth>
            <expirationYear></expirationYear>
            <externalAccountId></externalAccountId>
            <entityName></entityName>
            <autopayMaxWithdrawalAmount></autopayMaxWithdrawalAmount>
            <comments></comments>
            <autoPayMethod></autoPayMethod>
        </accountAutoPayId>
    </accountautopaydata>
</C1-AddUpdateAutoPayService>

Related Topics

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