C1-CancelAdjustment Business Service

The Cancel Adjustment (C1-CancelAdjustment) business service enables you to cancel an adjustment. You can call this business service from an external system through an inbound web service. If you want to send the adjustment cancellation request in the XML and/or JSON format, you need to ensure that you create a REST based inbound web service in Oracle Revenue Management and Billing. However, if you want to send the adjustment cancellation request in the XML format, you can create a SOAP or REST based inbound web service in Oracle Revenue Management and Billing.

You need to specify an adjustment cancel reason in the adjustment cancellation request. On processing the adjustment cancellation request, the system cancels the adjustment and changes the status of the adjustment to Canceled.

The system enables you to track the adjustment cancellation response sent to the external system using the Inbound Web Service History feature. For more information, see Inbound Web Service History.

Related Topics

For more information on... See...
Adjustment Cancellation Request in the XML Format Adjustment Cancellation Request in the XML Format
Adjustment Cancellation Response in the XML Format Adjustment Cancellation Response in the XML Format
Adjustment Cancellation Request in the JSON Format Adjustment Cancellation Request in the JSON Format
Adjustment Cancellation Response in the JSON Format Adjustment Cancellation Response in the JSON Format
Adjustment Cancellation Request and Response - Tags in XML Format Adjustment Cancellation Request and Response - Tags in XML Format
Adjustment Cancellation Request and Response - Attribute/Value Pairs in JSON Format Adjustment Cancellation Request and Response - Attribute/Value Pairs in JSON Format
Sample Adjustment Cancellation Request and Response in the XML Format Sample Adjustment Cancellation Request and Response in the XML Format
Sample Adjustment Cancellation Request and Response in the JSON Format Sample Adjustment Cancellation Request and Response in the JSON Format

Parent Topic: Adjustment Creation, Cancellation, and View Through Inbound Web Service