dimensionValues resource type

Represents a dimension value in Dynamics 365 Business Central.

Note

For information about enabling APIs for Dynamics NAV see Enabling the APIs for Dynamics 365 Business Central.

Methods

Method Return Type Description
GET dimensionValues dimensionValues Gets a dimension value object.

Properties

Property Type Description
id GUID The unique ID of the item.
code string, maximum size 20 The dimension value code.
displayName string Specifies the dimension value's name. This name will appear where the dimension value is used.
lastModifiedDateTime datetime The last datetime the dimension value was modified.

JSON representation

Here is a JSON representation of the resource.

{

    "id": "GUID",
    "code": "string",
    "displayName": "string",
    "lastModifiedDateTime": "datetime"
}

See also

Working with Dynamics 365 Business Central in Microsoft Graph
Enabling the APIs for Dynamics 365 Business Central
Endpoints for the APIs
Error Codes
Get Dimension Value