TaxCategory
7 properties
Properties
Select a row for its DAC field and description| Property | Type | Data Type | |
|---|---|---|---|
Active | BooleanValue | boolean | |
DAC Field: PX.Objects.TX.TaxCategory.ActiveDescription:Indicates (if set to true) that the tax category is active. | |||
CreatedDateTime | DateTimeValue | DateTime | |
DAC Field: PX.Objects.TX.TaxCategory.CreatedDateTimeDescription:No description available | |||
Description | StringValue | string | |
DAC Field: PX.Objects.TX.TaxCategory.DescrDescription:The description of the tax category, which can be specified by the user. | |||
Details | List | TaxCategoryTaxDetail | |
DAC Field:Not mapped to a DAC field Description:No description available | |||
ExcludeListedTaxes | BooleanValue | boolean | |
DAC Field: PX.Objects.TX.TaxCategory.TaxCatFlagDescription:"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. | |||
LastModifiedDateTime | DateTimeValue | DateTime | |
DAC Field: PX.Objects.TX.TaxCategory.LastModifiedDateTimeDescription:No description available | |||
TaxCategoryID | StringValue | string | |
DAC Field: PX.Objects.TX.TaxCategory.TaxCategoryIDDescription: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.
{
"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.