AutoPay Deletion Response in JSON Format

The following code snippet illustrates how the tags should be nested while sending the autopay deletion response in the JSON format:
Note: You can delete an autopay request either for an accountId or autopayId.

Deleting the Autopay information for an AccountId

{
    "C1-DeleteAutoPayService":
    {
        {
            "AccountAutoPayId": "8889143891,12333344554"
        }
        "responseStatus": "Success",
        "responseMessage": "AutoPayIds are deleted successfully"
    }
}

Deleting the Autopay information for an AutoPayId

{
    "C1-DeleteAutoPayService":
    {
        {
            "AccountAutoPayId": "8889143136"
        }
        "responseStatus": "Success",
        "responseMessage": "AutoPayId is deleted successfully"
    }
}

Related Topics

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