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

Example of Getting a List of Dispute Comments


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/{disputeId}/comments

Sample URL

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

http://myhost.example.com:7017/rs/api/v2/disputes/90004/comments

XML Response

The following is an example of the XML response:

<commentsInfo>
<links>
<rel>self</rel>
<href>http:// myhost.example.com:7017/rs/api/v2/disputes/90004/comments
</href>
</links>
<count>2</count>
<commentInfo>
<disputeCommentId>100000</disputeCommentId>
<createdDate pattern="MM/dd/yyyy">08/26/2015</createdDate>
<createdBy>ftown</createdBy>
<statusCode>process</statusCode>
<comment>asdfasf</comment>
</commentInfo>
<commentInfo>
<disputeCommentId>90005</disputeCommentId>
<createdDate pattern="MM/dd/yyyy">08/18/2015</createdDate>
<createdBy>ftown</createdBy>
<statusCode>open</statusCode>
</commentInfo>
</commentsInfo>

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