Skip to content

List applied taxes

GET
/v1/taxes/applied

List applied taxes for a given entity.

taxable_type
required
Taxable Type
string
<= 50 characters
taxable_id
required
Taxable Id
string format: uuid

Successful Response

Response List Applied Taxes V1 Taxes Applied Get
Array<object>
AppliedTaxResponse
object
id
required
Id
string format: uuid
tax_id
required
Tax Id
string format: uuid
taxable_type
required
Taxable Type
string
taxable_id
required
Taxable Id
string format: uuid
tax_rate
Any of:
string
/^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$/
tax_amount_cents
required
Tax Amount Cents
string
/^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$/
tax_name
Any of:
string
tax_code
Any of:
string
created_at
required
Created At
string format: date-time

Unauthorized

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object