result.data | object | Yes | — | Response object containing a list of currencies. |
result.data.currencies | array | Yes | — | List of currencies configured for the organization. Maximum items: 180. |
result.data.currencies[].prefix_symbol | boolean | Yes | — | Indicates whether the currency symbol is shown before the amount. |
result.data.currencies[].format | object | Yes | — | Currency formatting rules including numeral style, decimals and separators. |
result.data.currencies[].format.numeral_system | "Indian" | "International" | Yes | — | Number formatting style: Indian (1,00,000) vs International (100,000). Allowed: Indian, International. |
result.data.currencies[].format.decimal_places | "0" | "2" | "3" | "4" | "5" | "6" | Yes | — | Number of decimal digits displayed for the currency. Allowed: 0, 2, 3, 4, 5, 6. |
result.data.currencies[].format.decimal_separator | "Comma" | "Period" | Yes | — | Symbol used to separate the fractional decimal part. Allowed: Comma, Period. |
result.data.currencies[].format.thousand_separator | "Comma" | "Period" | "Space" | Yes | — | Symbol used to group thousands in numeric values. Allowed: Comma, Period, Space. |
result.data.currencies[].exchange_rate | string | Yes | — | Exchange rate relative to the base currency (supports up to 9 digits and 9 decimal places). Maximum length: 18. Pattern: ^[0-9]{1,9}(\.[0-9]{1,9})?$. |
result.data.currencies[].is_active | boolean | Yes | — | Indicates whether the currency is active and available for use. |
result.data.currencies[].exchange_rate_auto_update | boolean | No | — | Indicates whether the currency has the automated exchange rate option enabled or not. |
result.data.currencies[].iso_code | string | Yes | — | ISO standard currency code. Example: INR, USD. Maximum length: 255. |
result.data.currencies[].symbol | string | Yes | — | Symbol used to represent the currency. Maximum length: 255. |
result.data.currencies[].name | string | Yes | — | Name of the currency. Example: Indian Rupee. Maximum length: 255. |
result.data.currencies[].is_base | boolean | Yes | — | Indicates whether this currency is the organization’s base currency. |
result.data.currencies[].id | string | Yes | — | Unique identifier of the currency. Maximum length: 255. |
result.data.currencies[].created_by | object | Yes | — | User who created the currency record. |
result.data.currencies[].created_by.name | string | Yes | — | Name of the user who created the record. Maximum length: 255. |
result.data.currencies[].created_by.id | string | Yes | — | User ID of the record creator. Maximum length: 255. |
result.data.currencies[].modified_by | object | Yes | — | User who last updated the currency record. |
result.data.currencies[].modified_by.name | string | Yes | — | Name of the user who modified the record. Maximum length: 255. |
result.data.currencies[].modified_by.id | string | Yes | — | User ID of the last modifier. Maximum length: 255. |
result.data.currencies[].modified_time | string | Yes | — | Timestamp when the currency was last modified. Format: date-time. |
result.data.currencies[].created_time | string | Yes | — | Timestamp when the currency was first created. Format: date-time. |
result.data.currencies[].exchange_rate_updated_time | string | No | — | Timestamp when the exchange rate was last modified. Format: date-time. |
result.meta | object | No | — | Additional response metadata (status, paging). |