Update Locales
post
/config/sim/v2/setup/updateLocales
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
The input Body model that needs to be given.
Root Schema : schema
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:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}
Response
Supported Media Types
- application/json
200 Response
Locale record Updated.