Web Services Reference for Oracle Billing Insight > Examples of Web Services > Examples of the Disputes Web Service >

Example of Getting a List of Disputes for a Service Transaction


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

Operation

Use the following operation to get list of disputes:

GET /disputes

Sample URL

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

http://myhost.example.com:7017/rs/api/v2/disputes?itemType=transaction&itemId=4710

XML Response

The following is an example of the XML response:

<disputeList>
<links>
<rel>self</rel>
<href>http://myhost.example.com:7017/rs/api/v2/
disputes?itemType=transaction&amp;itemId=4710</href>
</links>
<count>1</count>
<items>
<links>
<rel>self</rel>
<href>http://myhost.example.com:7017/rs/api/v2/disputes/100002</href>
</links>
<disputeId>100002</disputeId>
<disputeRefNumber>1000017</disputeRefNumber>
</items>
</disputeList>

Web Services Reference for Oracle Billing Insight Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.