Oracle CRM On Demand REST API Developer's Guide > Overview of Using the Oracle CRM On Demand REST API > Oracle CRM On Demand REST API Formats >

Currency Formats


Currency fields for the Oracle CRM On Demand REST API requests use the following format:

currencyfieldname: currencyfieldvalue

Currency fields for the Oracle CRM On Demand REST API responses are displayed in the following format:

currencyfieldname:
{
type: "currency",
value: "400300,50",
modifier: "EUR"
}

where:

  • type indicates the data type, currency.
  • value indicates the numeric value of the currency. The currency symbol is not part of the value. The value includes the decimal separator, which is determined according to the user's locale. The value does not contain a thousands separator. In this example, the user's locale is France, therefore the decimal separator used is the comma.
  • modifier indicates the international three-letter currency code.
Oracle CRM On Demand REST API Developer's Guide, Release 34 Revision A Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.