Add Locales
post
/config/sim/v2/setup/locales
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 : Localev2
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
Object Number of the Locale record inserted
Root Schema : LocaleResponse
Type:
Show Source
object
-
objectNum(required):
integer
Object Number of LocaleExample:
1
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response body when the request returns an error.
Show Source
-
detail(required):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(required):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(required):
integer
Error code of the problemExample:
55223
-
status(required):
integer
HTTP status code.Example:
400
-
title(required):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(required):
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
http://www.abc.org/xyz.html