Updates details of an TaxRate object

Updates details of an TaxRate object specified by ID

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

ID of TaxRate to update

Body Params

TaxRate data that needs to be changed

uri
required

URI of the user that created this resource.

date-time

ISO8601 timestamp of the time the resource was created.

date-time
required

ISO8601 timestamp of when the tax rate begins to apply.

date-time

ISO8601 timestamp of when the tax rate expires. If set to null, tax rate will never expire.

float
required
≥ 0

Sales tax percentage to be applied.

tax_table
object
uri
required

URI of the user that last made changes to this resource.

date-time

ISO8601 timestamp of the last time the resource was updated.

boolean
Defaults to false

Flag. If set to True, will use the associated TaxTable instead of the specified percentage rate.

Responses

301

Invalid request URL - make sure that the URL ends with a trailing slash.

400

Bad request. Usually caused by invalid request body.

401

Authentication error - make sure the API key & secret is valid, active and provided in the "API-AUTHENTICATION" header.

404

TaxRate with the provided ID not found.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json