Update an existing instance of the TaxRate object.Copy Pageput https://{server_address}/ResourceServer/api/v10/Tax/Rate/{id}Path ParamsidintegerrequiredBody ParamsRepresents an individual tax rate within the system.ratenumbernamestringgeneralLedgerIdnumberUnique identifier for the associated GeneralLedger object.generalLedgerNamestringThe name of the object associated with the generalLedgerId property.displayNamestringtaxOnTaxbooleantruetruefalsesystemGeneratedbooleantruetruefalsetaxCategoryIdnumberUnique identifier for the associated TaxCategory object.taxCategoryNamestringThe name of the object associated with the taxCategoryId property.taxRateCalculationTypeIdnumberUnique identifier for the associated TaxRateCalculationType object.taxRateCalculationTypeNamestringThe name of the object associated with the taxRateCalculationTypeId property.Responses 200Update a TaxRate 400The request could not be processed.Updated 2 months ago