Znode

Build Version:

PUT taxruletypes/{taxRuleTypeId}

Updates an existing tax rule type.

Request Information

» Parameters

Name Description Additional information
taxRuleTypeId The ID of the tax rule type.

Define this parameter in the request URI.

model The model of the tax rule type.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "ClassName": "sample string 1",
  "Description": "sample string 2",
  "IsActive": true,
  "Name": "sample string 4",
  "PortalId": 1,
  "TaxRuleTypeId": 5
}