Sample Adjustment Cancellation Request and Response in the XML Format

Using the below example, you can cancel an adjustment which has incorrect data.

Sample Adjustment Cancellation Request in the XML Format

<C1-CancelAdjustment>
    <cancelAdjRequest>
        <adjustmentId>567845345789</adjustmentId>
        <reason>INCDT</reason>
        <sourceSystem>ES01</sourceSystem>
        <externalTransactionId>567845</externalTransactionId>
        <externalSourceId>2341</externalSourceId>
    </cancelAdjRequest>
</C1-CancelAdjustment>

Sample Adjustment Cancellation Response in the XML Format

<C1-CancelAdjustment>
    <cancelAdjRequest>
        <adjustmentId>567845345789</adjustmentId>
        <reason>INCDT</reason>
        <sourceSystem>ES01</sourceSystem>
        <externalTransactionId>567845</externalTransactionId>
        <externalSourceId>2341</externalSourceId>
    </cancelAdjRequest>
    <cancelAdjResponse>
        <cancelReasonDesc>Incorrect Data (INCDT)</cancelReasonDesc>
        <adjustmentStatus>Canceled</adjustmentStatus>
        <statusCd>Success</statusCd>
    </cancelAdjResponse>
</C1-CancelAdjustment>
Note: We have given the above sample to illustrate how the tags should be nested while sending an adjustment cancellation request from the external system. However, you should not seamlessly use this sample in your environment because the required pre-requisite data may not be available in your environment. In such case, the system will give erroneous results.

Related Topics

For more information on... See...
Adjustment Cancellation Request and Response - Tags in XML Format Adjustment Cancellation Request and Response - Tags in XML Format