languagelocale EntityType
Language
- Entity Set Path
- [organization URI]/api/data/v9.0/languagelocale
- Base Type
- crmbaseentity
- Display Name
- Language
- Primary Key
- languagelocaleid
- Primary Key Attribute
- name
- Operations Supported
- GET PATCH
Properties
Properties represent fields of data stored in the entity.Some properties are read-only.
| Name | Type | Details | ||||||
|---|---|---|---|---|---|---|---|---|
| code | Edm.String |
Code Display Name: Code Read Only
|
||||||
| language | Edm.String |
Language Display Name: Language Read Only
|
||||||
| languagelocaleid | Edm.Guid |
LanguageLocaleId |
||||||
| localeid | Edm.Int32 |
Locale ID Display Name: Locale ID |
||||||
| name | Edm.String |
Name Display Name: Name Read Only
|
||||||
| region | Edm.String |
Region Display Name: Region Read Only
|
||||||
| statecode | Edm.Int32 |
State Code Display Name: State Code
Default Options
|
||||||
| statuscode | Edm.Int32 |
Language Status Code Display Name: Language Status Code
Default Options
|
||||||
| versionnumber | Edm.Int64 |
Read Only
|
Lookup Properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Retrieve data about lookup properties.
| Name | Single-valued navigation property | Description |
|---|---|---|
| _organizationid_value | organizationid |
Unique identifier of the organization associated with the language locale. |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
| Name | Type | Partner |
|---|---|---|
| organizationid | organization | languagelocale_organization |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
| Name | Type | Partner |
|---|---|---|
| knowledgearticle_languagelocaleid | knowledgearticle | languagelocaleid |