Adjustment Cancellation Response in the JSON Format

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

{
    "C1-CancelAdjustment": {
        "cancelAdjRequest": {
            "adjustmentId": "",
            "reason": "",
            "sourceSystem": "",
            "externalTransactionId": "",
            "externalSourceId": ""
        }
        "cancelAdjResponse": {
            "messageText": "",
            "cancelReasonDesc": "",
            "adjustmentStatus": "",
            "statusCd": ""
        }
    }
}

Related Topics

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