PATCH
/
partner
/
v1
/
companies
/
{id}
/

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

id
string
Minimum length: 1
name
string

Name of the company

Minimum length: 1
address
object

The company's postal address

phone
string

Phone number of the company (max 50 characters)

Minimum length: 1
vat_number
string

VAT ID (Umsatzsteuer-Identifikationsnummer), must adhere to the german schema for VAT IDs

Minimum length: 1
users
object[]

Users registered within this company (read only)

Legal Form of the company

Minimum length: 1

The company's legal representatives (if required)

tax_deduction_eligibility
enum<string>

The company's input tax deduction eligibility (Vorsteuerabzugsberechtigung)

  • J - Vorsteuerabzugsberechtigt
  • N - Nicht vorsteuerabzugsberechtigt
  • K - Reverse-Charge-Verfahren
  • A - Nicht steuerbare Umsätze - Drittlandunternehmer
Available options:
J,
N,
K,
A
notification_channels
object[]

Notification settings for the company

Response

200 - application/json
href
string
required
name
string
required

Name of the company

phone
string
required

Phone number of the company (max 50 characters)

data_submission_completed
boolean
default: falserequired

Indicates whether the data for the company was completely submitted, either through API or provided by a user. You can only start creating claims once this is completed.

id
string
address
object

The company's postal address

vat_number
string

VAT ID (Umsatzsteuer-Identifikationsnummer), must adhere to the german schema for VAT IDs

users
object[]

Users registered within this company (read only)

Legal Form of the company

The company's legal representatives (if required)

tax_deduction_eligibility
enum<string>

The company's input tax deduction eligibility (Vorsteuerabzugsberechtigung)

  • J - Vorsteuerabzugsberechtigt
  • N - Nicht vorsteuerabzugsberechtigt
  • K - Reverse-Charge-Verfahren
  • A - Nicht steuerbare Umsätze - Drittlandunternehmer
Available options:
J,
N,
K,
A
notification_channels
object[]

Notification settings for the company