result.data | object | Yes | — | Currency response object. |
result.data.currencies | array | Yes | — | Array containing the requested currency object. Maximum items: 1. |
result.data.currencies[].prefix_symbol | boolean | Yes | — | If true, the currency symbol appears before the numerical value. |
result.data.currencies[].format | object | Yes | — | Defines how the currency value is displayed including separators and numeral system. |
result.data.currencies[].format.numeral_system | "Indian" | "International" | Yes | — | Numeral grouping system used for formatting. Allowed: Indian, International. |
result.data.currencies[].format.decimal_places | "0" | "2" | "3" | "4" | "5" | "6" | Yes | — | Number of digits shown after decimal point. Allowed: 0, 2, 3, 4, 5, 6. |
result.data.currencies[].format.decimal_separator | "Comma" | "Period" | Yes | — | Character used as decimal separator. Allowed: Comma, Period. |
result.data.currencies[].format.thousand_separator | "Comma" | "Period" | "Space" | Yes | — | Character used for grouping thousand digits. Allowed: Comma, Period, Space. |
result.data.currencies[].exchange_rate | string | Yes | — | Exchange rate relative to the base currency. Maximum length: 18. Pattern: ^[0-9]{1,9}(\.[0-9]{1,9})?$. |
result.data.currencies[].is_active | boolean | Yes | — | Indicates whether the currency is currently active. |
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 | — | Official ISO currency code. Maximum length: 3. |
result.data.currencies[].symbol | string | Yes | — | Symbol representing the currency. Maximum length: 50. |
result.data.currencies[].name | string | Yes | — | Full currency name. Maximum length: 255. |
result.data.currencies[].is_base | boolean | Yes | — | Indicates whether this is the base currency of the organization. |
result.data.currencies[].id | string | Yes | — | Unique ID associated with this 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 this currency. Maximum length: 255. |
result.data.currencies[].created_by.id | string | Yes | — | User ID of the creator. Maximum length: 255. |
result.data.currencies[].modified_by | object | Yes | — | User who last modified the currency record. |
result.data.currencies[].modified_by.name | string | Yes | — | Name of the user who last updated this currency. 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 initially 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). |