C1-ViewAutoPay Business Service

The Account AutoPay Business Service for View (C1-ViewAutoPayService) inbound web service is used for viewing entire auto pay details on an account, in the Oracle Revenue Management and Billing application from an external system. You can provide an accountId or account identifier type along with account number and division to the inbound web service. If both, accountId and account identifier type are provided, accountId is given first priority ahead of the account identifier type.

You can view the entire auto pay details on an account, through the following scenarios:
  • If you provide either an accountId or account identifier type along with the account number as a request, the business service fetches all of the auto pay details present on the account and returns a list of all the auto pay Ids in the from of response.

  • If start date is provided as a request, the business service returns a list of auto pay Ids which were created for a particular account, based on the start date.

  • If auto pay source is provided as a request, the business service returns a list of auto pay Ids which were created for a particular account, based on the auto pay source information.

  • If both, start date and the auto pay source is provided as a request, the business service returns a list of auto pay Ids which were created for a particular account, based on the start date and auto pay source information.

If the account validation fails, the inbound service returns the following response:
  • responseMessage: {error message is returned}

Related Topics

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

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