taxAreas resource type

Represents a tax area 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 taxAreas taxAreas Gets a tax area object.
POST taxAreas taxAreas Creates a tax area object.
PATCH taxAreas taxAreas Updates a tax area object.
DELETE taxAreas none Deletes a tax area object.

Properties

Property Type Description
id GUID The unique ID of the tax area. Non-editable.
code string, maximum size 20 The code of the tax area.
displayName string, maximum size 50 The display name of the tax area.
lastModifiedDateTime datetime The last datetime the tax area was modified. Read-Only.

Relationships

JSON representation

Here is a JSON representation of the resource.

{
  "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 Area
Create Tax Area
Update Tax Area
Delete Tax Area