Adjustment View Request in the XML Format

The following code snippet illustrates how the tags should be nested while receiving the adjustment view request 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>
</C1-GetAdjustmentHistory>

Related Topics

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