AutoPay Add/Update Request in XML Format

The following code snippet illustrates how the tags should be nested while receiving the autopay add/update request in the XML format:

<C1-AddUpdateAutoPayService>
    <accountIdentifierType></accountIdentifierType>
    <accountNumber></accountNumber>
    <division></divisionCode>
    <accountId></accountId>
    <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>
    </accountautopaydata>
</C1-AddUpdateAutoPayService>

Related Topics

For more information on... See...
AutoPay Add/Update Response in XML Format AutoPay Add/Update Response 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 AutoPay Add/Update Request and Response - Attribute/Value Pairs in JSON Format