Jupiter ERP
Account API

AccountEmailConfiguration

Felder, Typen und Verweise auf andere Modelle.

AccountEmailConfiguration (object)

FeldTypBeschreibung
created_atstring (date-time)
smtp_encryptionstring
smtp_from_emailstring
smtp_from_namestring
smtp_hoststring
smtp_password_setbooleanIndicates if SMTP password is set (password itself is never returned)
smtp_portstring
smtp_usernamestring
updated_atstring (date-time)
Beispiel (JSON)
{
  "smtp_host": "string",
  "smtp_port": "string",
  "smtp_username": "string",
  "smtp_password_set": true,
  "smtp_encryption": "string",
  "smtp_from_name": "string"
}
Schema AccountEmailConfiguration · Jupiter ERP