Adjustment Creation Response in the JSON Format

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

{
    "C1-CreateAdjustment": {
        "adjustmentRequest": {
            "accountNumber": "",
            "accountNumberTypeCd": "",
            "division": "",
            "accountId": "",
            "matchTypeCd": "",
            "matchTypeValue": "",
            "comment": "",
            "billId": "",
            "currencyCd": "",
            "adjustmentType": "",
            "currentAmount": "",
            "arrearsDate": "",
            "accountingDate": "",
            "sourceSystem": "",
            "externalTransactionId": "",
            "externalSourceId": "",
            "adjustmentCharacteristics": {
                "characteristicType": "",
                "characteristicValue": ""
            }
        }
        "adjustmentResponse": {
            "adjustmentId": "",
            "adjustmentStatus": "",
            "saId": "",
            "adjustmentAmount": "",
            "approvalRequestId": "",
            "messageText": "",
            "statusCd": ""
        }
    }
}

Related Topics

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