Skip to main content

Update Sales-Tax Registration

PUT 

/api/reporting/sales-tax/nexus/registrations/:taxNexusRegistration

Updates an existing sales-tax registration record (Phase 3). The jurisdiction (country + region) is fixed once created; only the registration details and status may change. All fields are optional.

Required scope: reports:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Request body:

  • is_registered (sometimes, boolean).
  • registration_date (nullable, date).
  • registration_number (nullable, < 100 chars).
  • filing_frequency (nullable): monthly | quarterly | annually.
  • notes (nullable, < 255 chars).

Authentication: Requires Bearer token (scope rw:reports).

Request

Responses

OK

Response Headers
    Content-Type