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