Update Locales
post
/config/sim/v1/setup/updateLocales
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Locale object of the organization
Root Schema : Locale
Type:
object
Model for Locale Object
Show Source
-
decimalSeparator(required):
string
Decimal Separator for the Locale. Acceptable values are : Dot "." and Comma ","Example:
,
-
name(required):
object name
name of the Locale
-
objectNum(required):
integer
Object Number of the LocaleExample:
1
-
thousandsSeparator(required):
string
Thousands Separator for the Locale Acceptable values are : Dot "." and Comma ","Example:
.
Nested Schema : name
Type:
object
name of the Locale
Example:
{
"en-US":"Enterprise",
"de-DE":"Unternehmen",
"es-MX":"Empresa"
}
Response
Supported Media Types
- application/json
200 Response
Locale record Updated or Added.
Root Schema : LocaleResponse
Type:
Show Source
object
-
objectNum:
integer
Object Number of LocaleExample:
1