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

The following table describes the arguments taken by the CurrencyUpsert method.

Table Arguments Taken by the Currency Upsert 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.