Jupiter ERP
Account API

ServiceObject

Felder, Typen und Verweise auf andere Modelle.

ServiceObject (object)

FeldTypBeschreibung
contactobject
FeldTypBeschreibung
additional_namestring
address_line_1stringFirst line of the address (Street and House number)
address_line_2stringSecond line of the address
avatarobject
FeldTypBeschreibung
idinteger
urlstring
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.
created_atstring (date-time)Creation timestamp in ISO 8601 format.
creditor_numberinteger
custom_dataobject
customer_discount_ratenumber (float)Customer-specific discount percentage.
debtor_numberinteger
delivery_termsstring
emailsobject[]

array

Elemente

FeldTypBeschreibung
namestring
valuestring (email)
fieldsobject[]List of contact field values

array

Elemente

FeldTypBeschreibung
id*integerField ID
key*stringField key
value*objectValue of the field
first_namestring
genderstring

string

  • female
  • male
  • diverse
group_idsinteger[]

array

Elemente

integer

groupsobject[]List of groups associated with the contact.

array

Elemente

FeldTypBeschreibung
id*integerUnique identifier for the group.
name*stringName of the group.
id*integer
internal_notestringHTML
is_organisation*boolean
last_namestring
name*string
parentobject
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.
created_atstring (date-time)Creation timestamp in ISO 8601 format.
creditor_numberinteger
custom_dataobject
customer_discount_ratenumber (float)Customer-specific discount percentage.
debtor_numberinteger
delivery_termsstring
emailsobject[]

array

Elemente

FeldTypBeschreibung
namestring
valuestring (email)
first_namestring
genderstring

string

  • female
  • male
  • diverse
id*integer
internal_notestringHTML
is_organisation*boolean
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
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
vat_idstringVAT ID
websitesobject[]

array

Elemente

FeldTypBeschreibung
namestring
valuestring (https://test.com)
zipstringZIP or postal code.
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.
status*stringContact lifecycle status. List endpoints default to active contacts when omitted.

string

  • active
  • archived
tax_idstringTax ID
titlestringTitle of the contact (e.g., Mr., Mrs.).
type*string

string

  • organisation
  • person
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
vat_idstringVAT ID
websitesobject[]

array

Elemente

FeldTypBeschreibung
namestring
valuestring (https://test.com)
zipstringZIP or postal code.
contact_idinteger
created_atstring (date-time)Creation timestamp in ISO 8601 format.
formatted_number*stringDisplay number (account format), unique per account
id*integer
installed_atstring (date)
internal_descriptionstringInternal description (panel only)
locationstring
media_filesobject[]

array

Elemente

FeldTypBeschreibung
created_atstring (date-time)Creation timestamp in ISO 8601 format.
descriptionstring
entityobject
FeldTypBeschreibung
idinteger
namestring
entity_idinteger
entity_typestring

string

  • Account
  • Contact
  • PrintLayout
  • PrintBackground
  • ServiceProtocol
  • ServiceObject
  • ServiceOrder
file_bytesnumber
file_extstringFile extension (e.g., 'jpg', 'png', 'pdf'). Note: PDFs are converted to 'jpg' upon upload.
file_typestringMIME type (e.g., 'image/jpeg', 'image/png', 'application/pdf'). Note: PDFs are converted to 'image/jpeg' upon upload.
id*integer
is_publicboolean
keystring
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
url*string
userobject
FeldTypBeschreibung
image_urlstring
namestring
user_idinteger
name*string
number*integerSequential number per account (internal)
portal_descriptionstringDescription visible in the contact portal
serial_numberstring
status*string

string

  • active
  • inactive
type*stringCategory (machine, building, device, vehicle, other)

string

  • machine
  • building
  • device
  • vehicle
  • other
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
Beispiel (JSON)
{
  "id": 0,
  "number": 0,
  "formatted_number": "string",
  "name": "string",
  "type": "machine",
  "serial_number": "string",
  "status": "active"
}
Schema ServiceObject · Jupiter ERP