Retrieve details of a specific registration by ID
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the registration |
corporation_id | string | The corporation this registration belongs to |
registration_content_id | string | Content ID identifying the jurisdiction and tax type |
jurisdiction_id | string | Unique identifier for the jurisdiction |
jurisdiction_type | string | Type: STATE_OR_PROVINCE, CITY, COUNTY, DISTRICT, etc. |
jurisdiction_name | string | Human-readable name of the jurisdiction |
country | string | ISO 3166-1 alpha-2 country code |
state_or_province | string | State or province code (e.g., “CA”, “TX”) |
tax_types | array | Tax types registered for (e.g., ["RST", "DTT"]) |
frequency | string | Filing frequency |
effective_start_date | string | When the registration became effective (YYYY-MM-DD) |
effective_end_date | string | When the registration ended (YYYY-MM-DD), if closed |
tax_registration_id | string | State-issued tax ID or permit number |
portal_id | string | Tax portal identifier |
credential_id | string | Reference to stored portal credentials |
registration_status | string | REGISTRATION_IN_PROGRESS or REGISTERED |
validation_status | string | PENDING, VALIDATION_IN_PROGRESS, VALID, or INVALID |
registration_type | string | EXISTING or NEW |
registered_by | string | Who created the registration: API, USER, COMMENDA |
email_alias | string | Email alias for tax correspondence |
archived_at | string | Timestamp if archived, otherwise null |
created_at | string | When the registration was created |
updated_at | string | When the registration was last updated |