AutoPay View Response in JSON Format

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

{
    "C1-ViewAutoPayService":
    {
        "statusCd": "",
        "accountautopaydata":
        [
            {
                "accountId": "",
                "accountAutoPayId": "",
                "startDate": "",
                "autopaySource": "",
                "autopayRouteType": "",
                "percent": "",
                "priorityNum": "",
                "expiresOn": "",
                "externalAccountId": "",
                "autopayMaxWithdrawalAmount": "",
                "autoPayMethod": "",
                "entityName": "",
                "comments": ""
            },
            {
                "accountId": "",
                "accountAutoPayId": "",
                "startDate": "",
                "endDate": "",
                "autopaySource": "",
                "autopayRouteType": "",
                "percent": "",
                "priorityNum": "",
                "expiresOn": "",
                "externalAccountId": "",
                "autopayMaxWithdrawalAmount": "",
                "autoPayMethod": "",
                "entityName": "",
                "comments": "",
                "accountautopaymentchar":
                {
                    "characteristicType": "",
                    "sequence": "",
                    "characteristicValue": ""
                }
            }
        ]
    }
}

Related Topics

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