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

Example of Updating a Dispute


This example shows you how to use the disputes Web service to update a dispute.

Operation

Use the following operation to update a dispute:

PUT /disputes /{dispute_id}

Sample URL

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

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

Roles

The following roles are valid for this Web service example:

  • CSR Admin
  • CSR
  • B2B Admin
  • B2B Manager
  • B2B Subscriber
  • B2C User
Sample XML Input Rules

The following are the XML input rules:

  • Tags in bold are required, and the corresponding fields cannot be updated.
  • If tags are not present, then the corresponding fields are not updated.
  • If tags are present with an empty value, then the corresponding fields are set to empty if a null value is allowed.
  • The amount uses the localized format and is parsed in the locale that is passed in the Accept Language HTML attribute.

Sample XML Input

The following is an example of XML input:

<disputeInfo>

<disputeId>90001</disputeId>

<disputeRefNumber>900000</disputeRefNumber>

<disputeAmount>25,99</disputeAmount>

<disputeReason>2</disputeReason>

<disputeStatus>UNK</disputeStatus>

</disputeInfo>

Response Message

The following is an example of the response message:

Dispute Update Success

Visit <link>/disputes/90001</link>

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