Oracle Web Services On Demand Guide > Web Services On Demand API Calls > Administrative Services API Calls >

CurrencyUpsert


Updates existing currency data.

Usage

Use the CurrencyUpsert method to update currency data.

It is not possible to define a new currency or delete an existing currency in Oracle CRM On Demand, therefore CurrencyUpsert only supports update and not insertion of data. The only updating supported is the active/inactive setting and symbol for active currencies.

The apdata:Currency argument contains the following elements containing currency data:

  • Name. The name of the currency.
  • Code. The three-letter code for the currency.
  • Symbol. The symbol for the currency.
  • IssuingCountry. The country that issues the currency.
  • Active. Whether the currency is active for the company.

Arguments

Table 91 describes the arguments taken by the CurrencyUpsert method.

Table 91. Arguments Taken by the CurrencyUpsert Method
Name
Description
Required
Default
I/O

apData:Currency

The currency data to be inserted or updated.

Yes

Not applicable

Input

Status

The status of the call.

Not applicable

Not applicable

Output

Return Value of the Call

The status is returned.

Oracle Web Services On Demand Guide, Version 25.0 (Oracle CRM On Demand Release 37) Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.