Update Tax
PUT {{baseUrl}}/taxes/:tax
This endpoint allows you to update an existing tax by providing the ID of the tax you want to update in the tax path parameter.
Scope: taxes.read_write
- Taxes Read & Write
Request Body
{"tax"=>"<string>", "country_id"=>"<number>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"id":"\u003cnumber\u003e","tax":"\u003cnumber\u003e","status":"\u003cstring\u003e","country":"\u003cstring\u003e"}}