curl --request POST \ --url 'https://transaction-tax.api.in.commenda.io/api/v1/registrations/v2/7c9e6679-7425-40de-944b-e07fc1f90ae7' \ --header 'Authorization: Bearer <your_token>' \ --header 'Content-Type: application/json' \ --data '{ "tax_registration_number": "123-456789-00", "credential_id": "cred_abc123def456" }'
{ "message": "Registration updated successfully.", "data": { "id": "7c9e6679-7425-40de-944b-e07fc1f90ae7", "corporation_id": "550e8400-e29b-41d4-a716-446655440000", "registration_tax_type_id": "REG_STATE_CEN_06_RST", "tax_types": ["RST", "DTT"], "frequencies": ["QUARTERLY"], "jurisdiction_id": "JUR_US_STATE_CA", "jurisdiction_name": "California", "jurisdiction_type": "STATE_OR_PROVINCE", "registration_name": "Sales and Use Tax", "effective_start_date": "2024-02-01", "tax_registration_number": "123-456789-00", "credential_id": "cred_abc123def456", "registered_by": "COMMENDA", "registration_status": "PENDING", "validation_status": "PENDING", "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-02-15T09:00:00Z" } }
Update an existing V2 registration’s details
COMMENDA
API
USER
tax_types
frequencies
Was this page helpful?