AutoPay Add/Update Response in JSON Format

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

{
    "C1-AddUpdateAutoPayService":
    {
        "responseStatus": ,
        "responseMessage": ,
        "accountIdentifierType": "",
        "accountNumber": "",
        "division": "",
        "accountId": "",
        "sourceSystem": "",
        "c1ExternalTransactionId": "",
        "externalSourceId": "",
        "accountautopaydata":
     [
            {
                "accountAutoPayId": "",
                "startDate": "",
                "endDate": "",
                "autopaySource": "",
                "autopayRouteType": "",
                "percent": ,
                "priorityNum": ,
                "expirationMonth": "",
                "expirationYear": "",
                "externalAccountId": "",
                "autopayMaxWithdrawalAmount": ,
                "entityName": "",
                "comments": "",
                "autoPayMethod": "",
                "accountautopaymentchar":
                [
                    {
                        "characteristicType": "",
                        "characteristicValue": ""
                    }
                ]
            },
            {
                "accountAutoPayId": "",
                "startDate": "",
                "endDate": "",
                "autopaySource": "",
                "autopayRouteType": "",
                "percent": ,
                "priorityNum": ,
                "expirationMonth": "",
                "expirationYear": "",
                "externalAccountId": "",
                "autopayMaxWithdrawalAmount": ,
                "entityName": "",
                "comments": "",
                "autoPayMethod": "",
                "accountautopaymentchar":
                [
                    {
                        "characteristicType": "",
                        "characteristicValue": ""
                    }
                ]
            },
        ]
    }
}

Related Topics

For more information on... See...
AutoPay Add/Update Request in JSON Format AutoPay Add/Update Request in JSON Format
AutoPay Add/Update Request and Response - Attribute/Value Pairs in JSON Format AutoPay Add/Update Request and Response - Attribute/Value Pairs in JSON Format
Sample AutoPay Add/Update Request and Response in JSON Format Sample AutoPay Add/Update Request and Response in JSON Format