Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a dimension value in Business Central.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
Method | Return Type | Description |
---|---|---|
GET dimensionValue | dimensionValue | Gets a dimension value object. |
Navigation
Navigation | Return Type | Description |
---|---|---|
dimensionSetEntries | dimensionSetEntries | Gets the dimensionsetentries of the dimensionValue. |
Properties
Property | Type | Description |
---|---|---|
id | GUID | The unique ID of the dimension value. Non-editable. |
dimensionCode | string | The dimension code. |
dimensionValueCode | string | The dimension value code. |
dimensionValueName | string | |
dimensionValueId | integer | |
dimensionValueType | string | |
blocked | boolean | Specifies that entries cannot be posted to the dimension value. True indicates account is blocked and posting is not allowed. |
indentation | integer | The dimension value item indentation used in report layout. |
consolidationCode | string | |
globalDimensionNumber | integer | |
lastModifiedDateTime | datetime | The last datetime the dimension value was modified. Read-Only. |
JSON representation
Here is a JSON representation of the dimensionValue resource.
{
"id": "GUID",
"dimensionCode": "string",
"dimensionValueCode": "string",
"dimensionValueName": "string",
"dimensionValueId": "integer",
"dimensionValueType": "string",
"blocked": "boolean",
"indentation": "integer",
"consolidationCode": "string",
"globalDimensionNumber": "integer",
"lastModifiedDateTime": "datetime"
}