languagelocale EntityType
Language
- Entity set path:
- [organization URI]/api/data/v9.2/languagelocale
- Base type:
- crmbaseentity
- Display name:
- Language
- Primary key:
- languagelocaleid
- Primary name column:
- 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 Lookup property data.
| 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 |