C1-AddUpdateAutoPay Business Service

The Auto Pay Maintenance for Account (C1-AddUpdateAutoPayService) business service enables you to add and update the autopay details of an account. You can call this business service from an external system through an inbound web service. If you want to send the adjustment creation 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 creation request in the XML format, you can create a SOAP or REST based inbound web service in Oracle Revenue Management and Billing.

To add and update the autopay details, you can either specify an account Id or account identifier type alongside the account number and division to the business service. In case you provide both (accountId and account identifier type), accountId is given precedence ahead of the account identifier type.

You can specify the following mandatory parameters,
  • Start Date

  • Auto Pay Source Code

  • Auto Pay Route Type

  • Priority

  • External Account Number

in the business service, as a request, if you want to search and retrieve a particular autopay record.

If the search parameters do not find an existing autopay record, the business service creates a new record for the account. It also executes the validation algorithm to validate the autopay details before creating a new record. Once autopay record is successfully created, the business service returns the response status back to the inbound web service in the form of Success or Fail. However, if the search parameters successfully locate an existing autopay record, the business service then performs an update operation on that autopay record, and returns an appropriate response back to the inbound web service.

Note: To perform a successful update, ensure that you provide entire information about the autopay Id in the C1-AddUpdateAutoPay Business Service.

Related Topics

For more information on... See...
AutoPay Add/Update Request in XML Format AutoPay Add/Update Request in XML Format
AutoPay Add/Update Response in XML Format AutoPay Add/Update Response in XML Format
AutoPay Add/Update Request in JSON Format AutoPay Add/Update Request in JSON Format
AutoPay Add/Update Response in JSON Format AutoPay Add/Update Response in JSON Format
AutoPay Add/Update Request and Response - Tags in XML Format AutoPay Add/Update Request and Response - Tags in XML Format
AutoPay Add/Update Request and Response - Attribute/Value Pairs in JSON Format AutoPay Add/Update Request and Response - Attribute/Value Pairs in JSON Format
Sample AutoPay Add/Update Request and Response in XML Format Sample AutoPay Add/Update Request and Response in XML Format
Sample AutoPay Add/Update Request and Response in JSON Format Sample AutoPay Add/Update Request and Response in JSON Format

Parent Topic: AutoPay Add/Update, Delete, and View Through Inbound Web Service