Tip |
---|
Available from CRM.COM R14.2.0 |
Excerpt |
---|
This method is used to set (or reset) the logged in user's session settings. Any session setting can be modified in each call. |
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
language (optional) | String | The session's related language. Only languages which are supported in General Settings can be selected. The available options are:
| ||||||
regiontimezone (optional) | String | The region that is represented by the selected timezone | utc_offset_in_minutes (optional) | Integer | The selected timezone offset in relation to UTC in minutessession's time zone. Time Zones are defined as a combination of a UTC offset and DST. The supported options are populated based on the Oslo Time Zone IDs. The default option is UTC | |||
country_identifier (optional) | Country Identifier | The session's related country. The allowed country identifier fields are the following:
| ||||||
currency_identifier (optional) | Currency Identifier | The session's related currency. The allowed currency identifier fields are the following:
| ||||||
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 |
...
Expand | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
HTTP Method: POST
Request: Body:
Response:
|