Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
NEW VERSION This is v1.0 of the Business Central API. For the newest version, see Business Central API (V2.0).
Represents a taxGroups resource type 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 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"
}
Related information
Get Tax Groups
Create Tax Groups
Update Tax Groups
Delete Tax Groups