ItemTaxGroup
Represents item tax groups used to assign tax rules to items for a specific tax solution.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the item tax group. |
| auditCreatedDateTime | Datetime | True |
The date and time when the item tax group was created. |
| auditModifiedBy | String | True |
The user who last modified the item tax group. |
| auditModifiedDateTime | Datetime | True |
The date and time when the item tax group was last modified. |
| groupType | String | True |
The type of the item tax group, such as sales or purchasing. |
| href | String | True |
The URL of the item tax group resource. |
| id | String | False |
The unique identifier of the item tax group record. |
| isSystemGenerated | Bool | True |
Indicates whether this item tax group was generated automatically by the system. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the item tax group record. |
| name | String | False |
The name of the item tax group. |
| taxSolution_Href | String | True |
The URL of the tax solution associated with this item tax group. |
| taxSolution_Id | String | False |
The Id of the tax solution associated with this item tax group. |
| taxSolution_Key | String | False |
The system-assigned key of the tax solution associated with this item tax group. |