UpdateAccountRequest (object)
| Feld | Typ | Beschreibung |
|---|---|---|
| address_line_1 | string | First line of the address (Street and House number) |
| address_line_2 | string | Second line of the address |
| bank_bic | string | Bank BIC/SWIFT code |
| bank_iban | string | Bank IBAN |
| city | string | City of the address. |
| company_name | string | — |
| country_code | string | ISO country code of the address. |
| director_name | string | — |
| district_court | string | — |
| string (email) | — | |
| employees | string | — |
| industry | string | — |
| legal_form | string | — |
| name | string | — |
| phone | string | Phone number in E.164 format. |
| sepa_creditor_id | string | — |
| state | string | State or region of the address. |
| tax_id | string | Tax ID |
| trading_register_number | string | — |
| vat_id | string | VAT ID |
| website | string (https://test.com) | — |
| website_contact | string (https://test.com) | — |
| website_imprint | string (https://test.com) | — |
| website_privacy_policy | string (https://test.com) | — |
| website_support | string (https://test.com) | — |
| website_terms_of_service | string (https://test.com) | — |
| zip | string | ZIP or postal code. |
Beispiel (JSON)
{
"name": "string",
"company_name": "string",
"director_name": "string",
"legal_form": "string",
"address_line_1": "string",
"address_line_2": "string"
}