taxGroups resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a taxGroups object in Dynamics 365 Business Central.

Methods

Method Return Type Description
Get taxGroups taxGroups Get a tax group object.
Post taxGroups taxGroups Create a tax group object.
Patch taxGroups taxGroups Update a tax group object.
Delete taxGroups None Delete a tax group object.

Properties

Property Type Description
code String Indicates the tax group.
displayName String The display name of the tax group.
id String The unique identifier for the tax group. Read-Only.
lastModifiedDateTime datetime The date and time when the tax group was last modified. Read-Only.
taxType string The tax type for the group.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "code": "String",
  "displayName": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "taxType": "String"
}