Skip to main content
POST
Create tax packet

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json.

Path Parameters

businessId
string
required

The UUID of the business to create the tax packet for.

Body

application/json
year
integer

Tax year for the packet (alternative to start_date/end_date).

start_date
string<date-time>

Start date for custom date range (alternative to year).

end_date
string<date-time>

End date for custom date range (alternative to year).

include_general_ledger
boolean
default:true

Whether to include general ledger details.

include_account_transactions
boolean
default:true

Whether to include account transaction details.

Response

Tax packet request created successfully.

data
object
required