Web Services Reference for Oracle Self-Service E-Billing > Examples of Web Services > Examples of the Disputes Web Service >

Example of Getting a List of Disputes


This example shows you how to use the disputes Web service to get a list of the disputes created for a billing account.

Operation

Use the following operation to get list of disputes:

GET /disputes/account/{account_id}

Sample URL

The following is a sample URL for this Web service example:

http://myhost.example.com:7017/ebillingrs/rs/disputes/account/{account_id}

Roles

The following roles are valid for this Web service example:

  • CSR Admin
  • CSR
  • B2B Admin
  • B2B Manager
  • B2B Manager
  • B2C User
XML Response

The following is an example of the XML response:

<disputeList>

<count>2</count>

<dispute>

<disputeId>90003</disputeId>

<disputeRefNumber>900023</disputeRefNumber>

<link>/disputes/90003</link>

</dispute>

<dispute>

<disputeId>90001</disputeId>

<disputeRefNumber>900000</disputeRefNumber>

<link>/disputes/90001</link>

</dispute>

</disputeList>

Web Services Reference for Oracle Self-Service E-Billing Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.