PATCH
/
tenants
/
{id}
{
  "id": "01F9Z3ZJXZQZJZJZJZJZJZJZJZ",
  "name": "ACME",
  "username": "acme",
  "vatNumber": "DE123456789",
  "owner": "<any>",
  "legalCompanyName": "Acme Inc.",
  "city": "Cologne",
  "zip": "50667",
  "street": "Domstraße",
  "housenumber": "1",
  "countryCode": "DE",
  "website": "https://acme.com",
  "commercialRegister": "Berlin Charlottenburg",
  "commercialRegisterNumber": "HRB 123456",
  "phone": "+49 123 456 789",
  "email": "info@acme.de",
  "ceo": "Max Mustermann",
  "iban": "DE89370400440532013000",
  "environment": "sandbox",
  "appearance": {
    "id": "ad8f1c2c-3b1c-4b0a-8b0a-0b0b0b0b0b0b",
    "logoUrl": "https://example.com/logo.png",
    "primaryColor": "#000000",
    "secondaryColor": "#000000",
    "privacyUrl": "https://example.com/privacy",
    "conditionsUrl": "https://example.com/terms-and-conditions",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  },
  "documentSettings": {
    "id": "<string>",
    "logoPosition": "<any>",
    "footer": {
      "id": "<string>",
      "translations": {}
    }
  },
  "timeZone": "Europe/Berlin",
  "readOnlyCustomers": true,
  "createdAt": "2021-01-01T00:00:00+00:00",
  "updatedAt": "2021-01-01T00:00:00+00:00"
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Tenant identifier

Body

The updated Tenant resource

Response

200
application/json

Tenant resource updated