{ "base_currency": { "format": { "decimal_separator": "Period", "thousand_separator": "Comma", "decimal_places": "2" }, "prefix_symbol": true, "name": "Indian Rupee - INR", "iso_code": "INR", "symbol": "₹", "exchange_rate": "50", } } |
Key | Description |
prefix_symbol Boolean, Optional | Represents the position of the ISO code in the currency. true: Display ISO code before the currency value. false: Display ISO code after the currency value. |
name String, Mandatory | Represents the name of the currency. |
iso_code String, Mandatory | Represents the ISO code of the currency. You can get the available ISO codes from CRM UI. Go to Setup > Company Details > Under Currencies tab > Click Add. You will get the list of currencies available along with their respective ISO codes. |
symbol String, Mandatory | Represents the symbol of the currency. |
exchange_rate String, Mandatory | Represents the rate at which the currency has to be exchanged for home currency. |
is_active Boolean, Optional | Represents the status of the currency. true: The currency is active. This is the default value. false: The currency is inactive. |
Key | Description |
decimal_separator String, Mandatory | The decimal separator separates the integer part of the currency from its fractional part. It can be a Period or Comma, depending on the currency. |
thousand_separator String, Mandatory | The thousand separator separates groups of thousands in a currency. It can be a Period, Comma, or Space, depending on the currency. |
decimal_places Integer, Mandatory | Represents the number of decimal places allowed for the currency. It can be 0, 2, or 3. |


{ "currencies": [ { "format": { "decimal_separator": "Period", "thousand_separator": "Comma", "decimal_places": "2" }, "prefix_symbol": true, "name": "Saudi Riyal - SAR", "iso_code": "SAR", "symbol": "SR", "exchange_rate": "1.0000000", "is_active": true } ] } |



{ "data": [ { "Currency": "SAR", "Subject": "Sample Quote2", "Account_Name": { "name": "Zylker", "id": "575465000000657030" }, "Product_Details": [ { "product": 575465000000653001, "quantity": 10 } ] } ] } |

All-in-one knowledge management and training platform for your employees and customers.
Writer is a powerful online word processor, designed for collaborative work.