Skip to main content
Some registrations require additional information beyond the core registration fields — such as tax account details, officer information, or cross-border trade declarations. Use the form data endpoints to retrieve and submit this information.

Get form data

Retrieve the current form data for a registration, including officer details, cross-border trade fields, and any metadata collected during the registration process.

Path parameters

registration_id
string
required
The unique identifier (UUID) of the registration.

Query parameters

corporation_id
string
required
The corporation UUID.

Response fields

Officer object

When present, the officer object contains details about the person responsible for the registration:

Update form data

Submit or update supplementary form data for a registration. Use this to provide tax account details, assign a responsible officer, or declare cross-border trade information.

Path parameters

registration_id
string
required
The unique identifier (UUID) of the registration.

Request body

corporation_id
string
required
The corporation UUID.
effective_start_date_of_tax_account
string
ISO date (YYYY-MM-DD) when the tax account was first established with the jurisdiction.
first_year_taxable_sale
number
The calendar year when the corporation first made a taxable sale in this jurisdiction.
officer_id
number
The ID of the officer responsible for this registration. Must be a valid officer associated with the corporation.
intra_community_trade
boolean
Whether the corporation conducts intra-community trade (relevant for EU VAT registrations).
imports_or_exports_goods
boolean
Whether the corporation imports or exports goods in this jurisdiction.
currency
string
The currency used for transactions in this jurisdiction (ISO 4217 code, e.g., EUR, USD).

When to use form data

  • EU registrations — Provide cross-border trade declarations (intra_community_trade, imports_or_exports_goods) and the operating currency
  • Managed registrations — Assign a responsible officer and provide tax account history when Commenda is handling the registration on your behalf
  • Task completion — Some registration tasks require you to submit form data before the registration can proceed
All fields in the update request are optional. You can submit partial updates — only the provided fields are changed, and existing values for other fields are preserved.