Web Services Reference for Oracle Billing Insight > RESTful API Resource Reference >

Web Service API Resources for Disputes


You use the disputes resource described in Table 12 to manage disputes in Oracle Billing Insight.

Table 12. API Resources for Disputes
Operation
Resource URI
API Input Parameters
Description

GET

/disputes

itemType:
{account, statement, transaction}, itemId

Returns a list of disputes by item type and ID. The response includes the internal Oracle Billing Insight ID and external reference number.

POST

/disputes

itemType:
{account, statement, transaction}

Creates a dispute on a given item. The payload includes item id.

GET

/disputes/{disputeId}

None

Returns detailed information for a dispute.

PUT

/disputes/{disputeId}

None

Updates information for a dispute, including status. The payload includes the internal id, external system reference number, and other related information. The DisputeId is the internal database ID.

GET

/disputes/{disputeId}/comments

None

Returns dispute comments.

POST

/disputes/{disputeId}/comments

None

Creates a dispute comment.

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