Adjustment Cancellation Response in the XML Format

The following code snippet illustrates how the tags are nested while sending the adjustment cancellation response in the XML format:

<C1-CancelAdjustment>
    <cancelAdjRequest>
        <adjustmentId></adjustmentId>
        <reason></reason>
        <sourceSystem></sourceSystem>
        <externalTransactionId></externalTransactionId>
        <externalSourceId></externalSourceId>
    </cancelAdjRequest>
    <cancelAdjResponse>
        <messageText></messageText>
        <cancelReasonDesc></cancelReasonDesc>
        <adjustmentStatus></adjustmentStatus>
        <statusCd></statusCd>
    </cancelAdjResponse>
</C1-CancelAdjustment>

Related Topics

For more information on... See...
Adjustment Cancellation Request in the XML Format Adjustment Cancellation Request 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