Skip to content

Get entities a tax is applied to

GET
/v1/taxes/{code}/applied_entities

Get all entities a tax is applied to.

code
required
Code
string

Successful Response

TaxAppliedEntitiesResponse

Response for listing entities a tax is applied to.

object
tax_id
required
Tax Id
string format: uuid
tax_code
required
Tax Code
string
entities
required
Entities
Array<object>
object
key
additional properties
Any of:
string

Unauthorized

Tax not found

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