v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Product Groups

Update Product Group Tax

Updates the tax details for a specific product group, identified by the ProductGroupID. The request body contains the updated tax information.

put/v1/productGroups/{ProductGroupID}/tax

Path parameters

ProductGroupIDinteger required

The unique identifier of the product group.

Request body

TaxRowIDinteger

The unique identifier of the tax row to be updated.

CountryIDinteger

The unique identifier of the country where the tax applies.

CityIDinteger nullable

The unique identifier of the city where the tax applies.

RegionIDinteger nullable

The unique identifier of the region where the tax applies (if applicable).

TaxValuenumber double nullable

The value or rate of the tax to be updated.

TaxCodeinteger nullable

The code associated with the tax to be updated.

VatNamestring nullable

The name of the VAT (Value Added Tax) associated with the tax entry.

TaxIdstring nullable

The tax identification number associated with the tax entry.

TaxIncludedboolean nullable

Indicates whether the tax is included in the product price.

Response

The updated tax details for the specified product group.

TaxRowIDinteger

The unique identifier of the tax row.

ProductGroupIDinteger

The unique identifier of the product group associated with the tax.

CountryIDinteger

The unique identifier of the country where the tax applies.

CityIDinteger

The unique identifier of the city where the tax applies.

RegionIDinteger nullable

The unique identifier of the region where the tax applies (if applicable).

TaxValuenumber double nullable

The value or rate of the tax.

TaxCodeinteger nullable

The code associated with the tax.

CreatedByinteger nullable

The identifier of the user who created the tax entry.

CreatedDTstring date-time nullable

The date and time when the tax entry was created.

UpdatedByinteger nullable

The identifier of the user who last updated the tax entry.

UpdatedDTstring date-time nullable

The date and time when the tax entry was last updated.

VatNamestring nullable

The name of the VAT (Value Added Tax) associated with the tax entry.

TaxIdstring nullable

The tax identification number associated with the tax entry.

TaxIncludedboolean nullable

Indicates whether the tax is included in the product price.