Retrieve details of a specific V2 registration by ID
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the registration |
corporation_id | string | The corporation this registration belongs to |
registration_tax_type_id | string | Content ID identifying the jurisdiction and tax type |
tax_types | array | Tax types registered for (e.g., ["RST", "DTT"]) |
frequencies | array | Filing frequencies (e.g., ["QUARTERLY"]) |
jurisdiction_id | string | Unique identifier for the jurisdiction |
jurisdiction_name | string | Human-readable name of the jurisdiction |
jurisdiction_type | string | Type: STATE_OR_PROVINCE, CITY, COUNTY, COUNTRY, TRADEBLOC, etc. |
registration_name | string | Human-readable name of the registration |
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_number | string | Tax authority issued ID or permit number |
registered_by | string | Who created the registration: API, USER, COMMENDA |
credential_id | string | Reference to stored portal credentials |
registration_status | string | Current registration status |
validation_status | string | PENDING, VALID, or INVALID |
registered_through_registration_tax_type_id | string | Content ID of the country registered through (for Non-Union OSS, IOSS) |
member_state_registration_id | string | UUID of the linked domestic registration (for Union OSS) |
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 |