Adjustment Creation, Cancellation, and View Through Inbound Web Service

Oracle Revenue Management and Billing enables you to create, cancel, and view adjustments through a web service. You can send the adjustment creation, adjustment cancellation, or adjustment view request from the external system through an inbound web service. The following three business services are shipped with the product to support different adjustment operations:

Business Service Description
C1-CreateAdjustment Used to create an adjustment against a contract. For more information, see C1-CreateAdjustment Business Service.
C1-CancelAdjustment Used to cancel an adjustment. For more information, see C1-CancelAdjustment Business Service.
C1-GetAdjustmentHistory Used to view the adjustments of an account. For more information, see C1-GetAdjustmentHistory Business Service.

You can create one inbound web service which supports all three operations - adjustment creation, adjustment cancellation, and adjustment view. Alternatively, you can create three inbound web services - one for adjustment creation, another for adjustment cancellation, and third for adjustment view.

You can create a SOAP or REST based inbound web service. If you want to send the request in the XML and/or JSON format, you need to ensure that you create a REST based inbound web service. However, if you want to send the request in the XML format, you can create a SOAP or REST based inbound web service.

For more information on how to setup this feature, see Prerequisites.

Parent Topic: Adjustments