Adjustment Creation Request in the XML Format

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

<C1-CreateAdjustment>
    <adjustmentRequest>
        <accountNumber></accountNumber>
        <accountNumberTypeCd></accountNumberTypeCd>
        <division></division>
        <accountId></accountId>
        <matchTypeCd></matchTypeCd>
        <matchTypeValue></matchTypeValue>
        <comment></comment>
        <billId></billId>
        <currencyCd></currencyCd>
        <adjustmentType></adjustmentType>
        <currentAmount></currentAmount>
        <arrearsDate></arrearsDate>
        <accountingDate></accountingDate>
        <sourceSystem></sourceSystem>
        <externalTransactionId></externalTransactionId>
        <externalSourceId></externalSourceId>
        <adjustmentCharacteristics>
            <characteristicType></characteristicType>
            <characteristicValue></characteristicValue>
        </adjustmentCharacteristics>
    </adjustmentRequest>
</C1-CreateAdjustment>

Related Topics

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