Skip to main content
API Family:Default
Version:20.200.001
Screen ID:TX205500

Properties

Select a row for its DAC field and description
PropertyTypeData Type
ActiveBooleanValueboolean
DAC Field:PX.Objects.TX.TaxCategory.Active
Description:Indicates (if set to true) that the tax category is active.
CreatedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.TX.TaxCategory.CreatedDateTime
Description:No description available
DescriptionStringValuestring
DAC Field:PX.Objects.TX.TaxCategory.Descr
Description:The description of the tax category, which can be specified by the user.
DetailsListTaxCategoryTaxDetail
DAC Field:Not mapped to a DAC field
Description:No description available
ExcludeListedTaxesBooleanValueboolean
DAC Field:PX.Objects.TX.TaxCategory.TaxCatFlag
Description:"Exclude Listed Taxes" flag. Specifies how the taxes that are included in the category should be applied to the document line. "false": Only the taxes of the category that are intersected with the taxes of the tax zone should be applied to the document line. "true": All taxes of the tax zone except the taxes of the category should be applied to the document line. "false": Only the taxes of the category that are intersected with the taxes of the tax zone should be applied to the document line. "true": All taxes of the tax zone except the taxes of the category should be applied to the document line.
LastModifiedDateTimeDateTimeValueDateTime
DAC Field:PX.Objects.TX.TaxCategory.LastModifiedDateTime
Description:No description available
TaxCategoryIDStringValuestring
DAC Field:PX.Objects.TX.TaxCategory.TaxCategoryID
Description:The tax category ID. This is the key field, which can be specified by the user.

Minimum Payload

Derived from static analysis of the 2025.2 source; runtime configuration may require additional fields.

1 required field
{
  "TaxCategoryID": {
    "value": "string"
  },
  "Details": [
    {
      "TaxID": {
        "value": "string"
      }
    }
  ]
}

For every property this entity accepts, see the properties table.

Details is the detail-lines collection (TaxCategoryTaxDetail); one example row is included above because a document usually has lines, and each row needs TaxID of its own.

Available in Versions