# Save Regional Settings Save Regional Settings Endpoint: POST /rest/2.0/REGIONAL_SETTINGS Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.Created` (string) System controlled field: Date and time the record was created - `brmObjects.Default` (integer) Default: Is default for system - `brmObjects.CurrencyDecimal` (string) Currency Decimal: Specify the character used as the decimal and integer separator in currency-related fields. You can choose a comma, period, or none. - `brmObjects.NumberDecimal` (string) Number Decimal: Specify the character used as the decimal and integer separator in numerical fields. You can choose a comma, period, or none. - `brmObjects.IncludeCurSymbolInExportAPI` (integer) Include Currency Symbols in Exports: Select this box to include currency symbols in exports (e.g. $500.00 instead of 500.00). - `brmObjects.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `brmObjects.Id` (string, required) Id - `brmObjects.Updated` (string) System controlled field: Date and time the record was last updated - `brmObjects.IncludeCurGroupInExportAPI` (integer) Include Currency Grouping in Exports: Select this box to include currency grouping symbols in exports (e.g. $50,000.00 instead of $50000.00). - `brmObjects.CurrencyGrouping` (string) Currency Grouping: Specify the character used as the thousands separator in currency-related fields. It can be comma, period, or none. - `brmObjects.IncludeNumGroupingInExportAPI` (integer) Include Number Grouping in Exports: Select this box to include number grouping characters in exports (e.g. 50,000.00 instead of 50000.00). - `brmObjects.NumberGrouping` (string) Number Grouping: Specify the character used as the thousands separator in numerical fields. It can be comma, period, or none. - `brmObjects.CreatedUserId` (string) System controlled field: Id of the user that created the record - `brmObjects.Name` (string, required) Name ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.Created` (string) System controlled field: Date and time the record was created - `retrieveResponse.Default` (integer) Default: Is default for system - `retrieveResponse.CurrencyDecimal` (string) Currency Decimal: Specify the character used as the decimal and integer separator in currency-related fields. You can choose a comma, period, or none. - `retrieveResponse.NumberDecimal` (string) Number Decimal: Specify the character used as the decimal and integer separator in numerical fields. You can choose a comma, period, or none. - `retrieveResponse.IncludeCurSymbolInExportAPI` (integer) Include Currency Symbols in Exports: Select this box to include currency symbols in exports (e.g. $500.00 instead of 500.00). - `retrieveResponse.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `retrieveResponse.Id` (string) Id - `retrieveResponse.Updated` (string) System controlled field: Date and time the record was last updated - `retrieveResponse.IncludeCurGroupInExportAPI` (integer) Include Currency Grouping in Exports: Select this box to include currency grouping symbols in exports (e.g. $50,000.00 instead of $50000.00). - `retrieveResponse.CurrencyGrouping` (string) Currency Grouping: Specify the character used as the thousands separator in currency-related fields. It can be comma, period, or none. - `retrieveResponse.IncludeNumGroupingInExportAPI` (integer) Include Number Grouping in Exports: Select this box to include number grouping characters in exports (e.g. 50,000.00 instead of 50000.00). - `retrieveResponse.NumberGrouping` (string) Number Grouping: Specify the character used as the thousands separator in numerical fields. It can be comma, period, or none. - `retrieveResponse.CreatedUserId` (string) System controlled field: Id of the user that created the record - `retrieveResponse.Name` (string) Name ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error