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 |
|---|---|---|
| dimension | dimension | Gets the dimension of the dimensionValue. |
Properties
| Property | Type | Description |
|---|---|---|
| id | GUID | The unique ID of the dimension value. Non-editable. |
| code | string | The code of the dimension value. |
| dimensionId | GUID | The unique ID of dimension. |
| displayName | string | Specifies the dimension value's name. This name will appear on all sales documents for the dimension value. |
| consolidationCode | string | |
| lastModifiedDateTime | datetime | The last datetime the dimension value was modified. Read-Only. |
JSON representation
Here's a JSON representation of the dimensionValue resource.
{
"id": "GUID",
"code": "string",
"dimensionId": "GUID",
"displayName": "string",
"consolidationCode": "string",
"lastModifiedDateTime": "datetime"
}