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

Get all languages added to the system

get
Authorizations
AuthorizationstringRequired
Responses
get
/v1/Languages
200

OK

Add language to system

post
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
post
/v1/Languages

Update a language in the system

put
Authorizations
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
put
/v1/Languages

No content

Delete a language in the system

delete
Authorizations
AuthorizationstringRequired
Query parameters
idinteger · int32Optional

Id of language

Responses
delete
/v1/Languages

No content

Get a specific language in the system

get
Authorizations
AuthorizationstringRequired
Path parameters
idinteger · int32Required

Id of language

Responses
get
/v1/Languages/{id}

Last updated