---
title: "Update organization default tax codes"
method: PUT
path: "/v3/openmeter/defaults/tax-codes"
tags: ["OpenMeter Defaults"]
---

# Update organization default tax codes

`PUT /v3/openmeter/defaults/tax-codes`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

## Request body

- UpdateOrganizationDefaultTaxCodesRequest — OrganizationDefaultTaxCodes update request.
  - `invoicing_tax_code` object — Default tax code for invoicing.
    - `id` string, required — ULID (Universally Unique Lexicographically Sortable Identifier).
  - `credit_grant_tax_code` object — Default tax code for credit grants.
    - `id` string, required — ULID (Universally Unique Lexicographically Sortable Identifier).

## Response `200`

OrganizationDefaultTaxCodes upsert response.

- OrganizationDefaultTaxCodes — Organization-level default tax code references. Stores the default tax codes applied to specific billing contexts for this organization. Provisioned automatically when the organization is created.
  - `invoicing_tax_code` object, required — Default tax code for invoicing.
    - `id` string, required — ULID (Universally Unique Lexicographically Sortable Identifier).
  - `credit_grant_tax_code` object, required — Default tax code for credit grants.
    - `id` string, required — ULID (Universally Unique Lexicographically Sortable Identifier).
  - `created_at` string, date-time, required — Timestamp of creation.
  - `updated_at` string, date-time, required — Timestamp of last update.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
