Adjustment Creation Response in the XML Format

The following code snippet illustrates how the tags are nested while sending the adjustment creation response 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>
    <adjustmentResponse>
        <adjustmentId></adjustmentId>
        <adjustmentStatus></adjustmentStatus>
        <saId></saId>
        <adjustmentAmount></adjustmentAmount>
        <approvalRequestId></approvalRequestId>
        <messageText></messageText>
        <statusCd></statusCd>
    </adjustmentResponse>
</C1-CreateAdjustment>

Related Topics

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