Create a new locale.
POST
/locales
201Description
If ID is provided and an object with that ID already exists, a 409 (conflict) error is returned.
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
OwnerID | string | --- | --- | --- | ||
Currency | Required | string | --- | 100 characters | --- | |
Language | string | --- | 100 characters | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
OwnerID | string | --- | --- | --- | ||
Currency | string | --- | 100 characters | --- | ||
Language | string | --- | 100 characters | --- |