Languages
Languages are the localizations of which data can exist in the PIM installation. If users shall be able to enter data in a specific culture, that language must be added to the system. All languages in the system are based on ISO Culture codes. Each ISO culture code can only be added once, meaning no two languages can use the same culture code
Authorizations
AuthorizationstringRequired
Body
Model to add a language
CultureCodestring | nullableOptional
ISO 639-1 culture code
Namestring | nullableOptional
Presented name of language
SortOrderinteger · int32Optional
Sort order of language
Responses
200
OK
application/json
400
Bad Request
application/json
post
/v1/LanguagesAuthorizations
AuthorizationstringRequired
Body
Represents a language
Idinteger · int32Optional
Unique id of language
CultureCodestring | nullableOptional
Culture code of language
Namestring | nullableOptional
Presented name of language
SortOrderinteger · int32Optional
Sort order of language
Responses
200
OK
400
Bad Request
application/json
put
/v1/LanguagesNo content
Last updated