Adjustment View Response in the JSON Format

The following code snippet illustrates how the attribute/value pairs are structured while sending the adjustment view response in the JSON format:

{
    "C1-GetAdjustmentHistory": {
        "getAdjRequest": {
            "sourceSystem": "",
            "externalSourceId": "",
            "c1ExternalTransactionId": "",
            "billId": "",
            "adjustmentType": "",
            "saType": "",
            "accountId": "",
            "division": "",
            "accountNumber": "",
            "accountIdentifierType": "",
            "adjustmentStatus": "",
            "adjustmentFromDate": "",
            "adjustmentToDate": ""
        }
        "AdjustmentResponse": {
            "statusCd": "",
            "messageText": "",
            "adjustmentList": {
                "adjustmentId": "",
                "adjustmentTypeCd": "",
                "adjustmentType": "",
                "currency": "",
                "currentAmount": "",
                "adjustmentStatus": "",
                "creDt": ""
            }
        }
    }
}

Related Topics

For more information on... See...
Adjustment View Request in the JSON Format Adjustment View Request in the JSON Format
Adjustment View Request and Response - Attribute/Value Pairs in JSON Format Adjustment View Request and Response - Attribute/Value Pairs in JSON Format
Sample Adjustment View Request and Response in the JSON Format Sample Adjustment View Request and Response in the JSON Format