ContactTaxGroup
Represents contact tax groups used to assign tax solutions to customers and vendors for tax calculation purposes.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the contact tax group. |
| auditCreatedDateTime | Datetime | True |
The date and time when the contact tax group was created. |
| auditModifiedBy | String | True |
The user who last modified the contact tax group. |
| auditModifiedDateTime | Datetime | True |
The date and time when the contact tax group was last modified. |
| groupType | String | True |
The type of contact tax group, such as customer or vendor. |
| href | String | True |
The URL of the contact tax group resource. |
| id | String | False |
The unique identifier of the contact tax group. |
| isSystemGenerated | Bool | True |
Indicates whether this contact tax group was generated automatically by the system. |
| isVATEnabled | Bool | True |
Indicates whether VAT is enabled for this contact tax group. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the contact tax group record. |
| name | String | False |
The name of the contact tax group. |
| taxSolution_Href | String | True |
The URL of the tax solution associated with this contact tax group. |
| taxSolution_Id | String | False |
The Id of the tax solution associated with this contact tax group. |
| taxSolution_Key | String | False |
The system-assigned key of the tax solution associated with this contact tax group. |