TaxRules

tax Tax Rule Repository V1Get Get

get

Get TaxRule

Path parameters
ruleIdstringRequired

(Required)

Example: <integer>
Responses
200

OK

application/json
Responseobject
get
/V1/taxRules/{ruleId}

tax Tax Rule Repository V1Delete By Id Delete

delete

Delete TaxRule

Path parameters
ruleIdstringRequired

(Required)

Example: <integer>
Responses
200

OK

application/json
Responseobject
delete
/V1/taxRules/{ruleId}

tax Tax Rule Repository V1Save Post

post

Save TaxRule

Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"rule":{"code":"<string>","priority":"<integer>","position":"<integer>","customer_tax_class_ids":["<integer>","<integer>"],"product_tax_class_ids":["<integer>","<integer>"],"tax_rate_ids":["<integer>","<integer>"],"id":"<integer>","calculate_subtotal":"<boolean>","extension_attributes":"<object>"}}
Responses
200

OK

application/json
Responseobject
post
/V1/taxRules

tax Tax Rule Repository V1Save Put

put

Save TaxRule

Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"rule":{"code":"<string>","priority":"<integer>","position":"<integer>","customer_tax_class_ids":["<integer>","<integer>"],"product_tax_class_ids":["<integer>","<integer>"],"tax_rate_ids":["<integer>","<integer>"],"id":"<integer>","calculate_subtotal":"<boolean>","extension_attributes":"<object>"}}
Responses
200

OK

application/json
Responseobject
put
/V1/taxRules