Available from CRM.COM R12.0.0
This method returns the general settings related with the organisation of the logged in user
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
fields_set | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Response Data
Name | Type | Description |
---|---|---|
default_system_language | String | The default system language of the organisation |
maximum_file_size | Number | The maximum size of files which are allowed to be uploaded (in KB) |
allowed_file_types | String | The type of files which are allowed to be uploaded |
multi_country_business_network | Boolean | Defines whether the multi-country business network is enabled Available from CRM.COM R18.0.0 |
default_country | Country Object | The default country of the organisation |
default_currency | Currency Object | The default currency of the organisation |
time_zone | Timezone Object | The timezone of the organisation |
Contact Information Object | The contact information related with the organisation Available from CRM.COM R15.2.0 | |
supported_languages_set | Set of Language Objects | The languages that are supported by the organisation Available from CRM.COM R13.0.0 |
supported_countries_set | Set of Country Objects | The countries that are supported by the organisation Available from CRM.COM Rx |
Referred Objects Response Data