curl --request POST \ --url 'https://transaction-tax.api.in.commenda.io/api/v1/registrations/v2/7c9e6679-7425-40de-944b-e07fc1f90ae7/archive' \ --header 'Authorization: Bearer <your_token>'
{ "message": "Registration archived successfully." }
Archive a V2 registration to stop tax calculations and hide from default views
include_archived: true
POST /registrations/v2/list { "corporation_id": "your-corp-id", "include_archived": true }
archived_at
Was this page helpful?