Adjustment View Response in the XML Format

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

<C1-GetAdjustmentHistory>
    <getAdjRequest>
        <sourceSystem></sourceSystem>
        <externalSourceId></externalSourceId>
        <c1ExternalTransactionId></c1ExternalTransactionId>
        <billId></billId>
        <adjustmentType></adjustmentType>
        <saType></saType>
        <accountId></accountId>
        <division></division>
        <accountNumber></accountNumber>
        <accountIdentifierType></accountIdentifierType>
        <adjustmentStatus></adjustmentStatus>
        <adjustmentFromDate></adjustmentFromDate>
        <adjustmentToDate></adjustmentToDate>
    </getAdjRequest>
    <AdjustmentResponse>
        <statusCd></statusCd>
        <messageText></messageText>
        <adjustmentList>
            <adjustmentId></adjustmentId>
            <adjustmentTypeCd></adjustmentTypeCd>
            <adjustmentType></adjustmentType>
            <currency></currency>
            <currentAmount></currentAmount>
            <adjustmentStatus></adjustmentStatus>
            <creDt></creDt>
        </adjustmentList>
    </AdjustmentResponse>
</C1-GetAdjustmentHistory>

Related Topics

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