Jupiter ERP
Account API

CreateContactRequest

Felder, Typen und Verweise auf andere Modelle.

CreateContactRequest (object)

FeldTypBeschreibung
additional_namestring
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
birthdatestring (date)Birthdate of the contact in ISO 8601 format.
buyer_referencestring
cash_discount_daysintegerCash discount days for the contact.
cash_discount_ratenumber (float)Cash discount percentage for the contact.
citystringCity of the address.
company_namestringCompany name (used as name_line_3 in document addresses).
contact_numberinteger
country_codestringISO country code of the address.
creditor_numberinteger
custom_dataobject
customer_discount_ratenumber (float)Customer-specific discount percentage.
debtor_numberinteger
delivery_termsstring
emailsobject[]

array

Elemente

FeldTypBeschreibung
namestring
valuestring (email)
fieldsobject[]

array

Elemente

FeldTypBeschreibung
id*integerId of the field
valueobjectValue of the field
first_namestring
genderstring

string

  • female
  • male
  • diverse
group_idsinteger[]

array

Elemente

integer

internal_notestringHTML
last_namestring
name*string
parent_idinteger
payment_term_daysinteger
payment_termsstring
phonesobject[]

array

Elemente

FeldTypBeschreibung
namestring
valuestringPhone number in E.164 format.
positionstringPosition of the contact in the organisation.
quote_due_daysinteger
reference_keystring
sepa_creditor_idstring
statestringState or region of the address.
tax_idstringTax ID
titlestringTitle of the contact (e.g., Mr., Mrs.).
type*string

string

  • organisation
  • person
vat_idstringVAT ID
websitesobject[]

array

Elemente

FeldTypBeschreibung
namestring
valuestring (https://test.com)
zipstringZIP or postal code.
Beispiel (JSON)
{
  "parent_id": 0,
  "type": "organisation",
  "name": "string",
  "company_name": "string",
  "gender": "female",
  "title": "string"
}
Schema CreateContactRequest · Jupiter ERP