Share via


taxGroups resource type

Represents a taxGroups resource type 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 taxGroups taxGroups Gets a tax group object.
POST taxGroups taxGroups Creates a tax group object.
PATCH taxGroups taxGroups Updates a tax group object.
DELETE taxGroups none Deletes a tax group object.

Properties

Property Type Description
id GUID The unique ID of the taxGroup. Read-Only.
code string Specifies the tax group.
displayName string Specifies the tax group display name.
lastModifiedDateTime datetime The last datetime the tax group was modified. Read-Only.

Relationships

None

JSON representation

Here is a JSON representation of the taxGroup.

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

See Also

Graph Reference
Working with Dynamics 365 Business Central in Microsoft Graph
Enabling the APIs for Dynamics 365 Business Central
Endpoints for the APIs
Error Codes
Get Tax Groups
Create Tax Groups
Update Tax Groups
Delete Tax Groups