v1

latestOpenAPI 3.1.12026-07-2452287575.4 KB
Tax Forms

Create Company Tax Form

Create a new TaxForm for the specified Company.

post/v1/companies/{company_id}/tax-forms

Path parameters

company_idstring uuid required
Example:8c581d79-bb84-4bc1-b1c5-8c073264a569

The Company ID.

Request body

OR
OR

Example request

{
  "treaty_benefits": {
    "article_and_paragraph": "Article 7, paragraph 1",
    "type_of_income": "Sales",
    "withholding_rate": "15.25"
  }
}

Response

OK

OR
OR

Example response

{
  "submitted_at": "2026-05-05T03:48:18.004160+00:00"
}