gitpod.v1.BillingService
SetTaxID
Sets or updates the tax ID for an organization.
Use this method to:
- Set tax ID for billing purposes
- Update existing tax ID information
- Support various tax ID types (VAT, GST, etc.)
Examples
-
Set EU VAT ID:
Sets a VAT ID for an EU organization.
organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047" taxIdType: "eu_vat" taxIdValue: "DE123456789"
post/gitpod.v1.BillingService/SetTaxID
Request body
Response
Success
GitpodV1SetTaxIDResponse required