Registrations V2
Update Registration
Update an existing V2 registration’s details
POST
Update a V2 registration to modify tax types, frequencies, credentials, and other fields. Uses merge semantics — only fields present in the request body are updated; omitted fields keep their current values.Documentation Index
Fetch the complete documentation index at: https://docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
The unique identifier (UUID) of the registration to update.
Request body
All fields are optional. Only the fields you provide will be updated.Array of tax types. Must be valid for the registration’s content ID.Minimum 1, maximum 100 items.
Array of filing frequencies. Must exactly match one allowed frequency combination from the content.Minimum 1, maximum 100 items.
ISO date (YYYY-MM-DD) when the registration became or becomes effective. Pass an empty string to clear the value.
Your tax registration ID or permit number. Pass an empty string to clear the value.
Reference to stored portal credentials (UUID). Pass an empty string to clear the value.
Set to
true to enable Commenda-managed filing for this registration. When enabled, Commenda handles the filing process on your behalf.Who created the registration.Values:
COMMENDA, API, USERValidation rules
When updatingtax_types or frequencies, the new values are re-validated against the registration’s content:
- Tax types must include all mandatory types and only allowed types
- Frequencies must exactly match one allowed frequency combination
Related
- Get Registration — View registration details
- Create Registration — Create a new registration
- Tax Registrations V2 Overview — Registration concepts and lifecycle