Sample Adjustment Creation Request and Response in the XML Format

Using the below example, you can create an adjustment for the 7895678365 bill against the 3455678937 contract.

Sample Adjustment Creation Request in the XML Format

<C1-CreateAdjustment>
    <adjustmentRequest>
        <accountNumber></accountNumber>
        <accountNumberTypeCd></accountNumberTypeCd>
        <division></division>
        <accountId>5467878999</accountId>
        <matchTypeCd>CONT</matchTypeCd>
        <matchTypeValue>3455678937</matchTypeValue>
        <comment></comment>
        <billId>7895678365</billId>
        <currencyCd>USD</currencyCd>
        <adjustmentType>ADTY1</adjustmentType>
        <currentAmount>10.00</currentAmount>
        <arrearsDate>2020-10-02</arrearsDate>
        <accountingDate>2020-10-02</accountingDate>
        <sourceSystem>ES01</sourceSystem>
        <externalTransactionId>786790</externalTransactionId>
        <externalSourceId>2341</externalSourceId>
        <adjustmentCharacteristics>
            <characteristicType>CL01</characteristicType>
            <characteristicValue>20</characteristicValue>
        </adjustmentCharacteristics>
    </adjustmentRequest>
</C1-CreateAdjustment>

Sample Adjustment Creation Response in the XML Format

<C1-CreateAdjustment>
    <adjustmentRequest>
        <accountNumber></accountNumber>
        <accountNumberTypeCd></accountNumberTypeCd>
        <division></division>
        <accountId>5467878999</accountId>
        <matchTypeCd>CONT</matchTypeCd>
        <matchTypeValue>3455678937</matchTypeValue>
        <comment></comment>
        <billId>7895678365</billId>
        <currencyCd>USD</currencyCd>
        <adjustmentType>ADTY1</adjustmentType>
        <currentAmount>10.00</currentAmount>
        <arrearsDate>2020-10-02</arrearsDate>
        <accountingDate>2020-10-02</accountingDate>
        <sourceSystem>ES01</sourceSystem>
        <externalTransactionId>786790</externalTransactionId>
        <externalSourceId>2341</externalSourceId>
        <adjustmentCharacteristics>
            <characteristicType>CL01</characteristicType>
            <characteristicValue>20</characteristicValue>
        </adjustmentCharacteristics>
    </adjustmentRequest>
    <adjustmentResponse>
        <adjustmentId>145678789723</adjustmentId>
        <adjustmentStatus>Frozen</adjustmentStatus>
        <saId>3455678937</saId>
        <adjustmentAmount>10.00</adjustmentAmount>
        <approvalRequestId></approvalRequestId>
        <statusCd>Success</statusCd>
    </adjustmentResponse>
</C1-CreateAdjustment>
Note: We have given the above sample to illustrate how the tags should be nested while sending an adjustment creation request from the external system. However, you should not seamlessly use this sample in your environment because the required pre-requisite data may not be available in your environment. In such case, the system will give erroneous results.

Related Topics

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