Adjustment Cancellation Request in the XML Format

The following code snippet illustrates how the tags should be nested while receiving the adjustment cancellation request in the XML format:

<C1-CancelAdjustment>
    <cancelAdjRequest>
        <adjustmentId></adjustmentId>
        <reason></reason>
        <sourceSystem></sourceSystem>
        <externalTransactionId></externalTransactionId>
        <externalSourceId></externalSourceId>
    </cancelAdjRequest>
</C1-CancelAdjustment>

Related Topics

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