Jupiter ERP
Account API

UpdateAccountRequest

Fields, types, and references to other models.

UpdateAccountRequest (object)

FieldTypeDescription
address_line_1stringFirst line of the address (Street and House number)
address_line_2stringSecond line of the address
bank_bicstringBank BIC/SWIFT code
bank_ibanstringBank IBAN
citystringCity of the address.
company_namestring
country_codestringISO country code of the address.
director_namestring
district_courtstring
emailstring (email)
employeesstring
industrystring
legal_formstring
namestring
phonestringPhone number in E.164 format.
sepa_creditor_idstring
statestringState or region of the address.
tax_idstringTax ID
trading_register_numberstring
vat_idstringVAT ID
websitestring (https://test.com)
website_contactstring (https://test.com)
website_imprintstring (https://test.com)
website_privacy_policystring (https://test.com)
website_supportstring (https://test.com)
website_terms_of_servicestring (https://test.com)
zipstringZIP or postal code.
Example (JSON)
{
  "name": "string",
  "company_name": "string",
  "director_name": "string",
  "legal_form": "string",
  "address_line_1": "string",
  "address_line_2": "string"
}
Schema UpdateAccountRequest · Jupiter ERP