AutoPay View Request in JSON Format

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

{
    "C1-ViewAutoPayService":
    {
        "accountIdentifierType": "",
        "accountNumber": "",
        "division": "",
        "AccountId": "",
        "sourceSystem": "",
        "c1ExternalTransactionId": "",
        "externalSourceId": "",
        "AutoPaySource": "",
        "StartDate": ""
    }
}

Related Topics

For more information on... See...
AutoPay View Response in JSON Format AutoPay View Response 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 View Request and Response in JSON Format