Jupiter ERP
Account API

TextTemplate

Felder, Typen und Verweise auf andere Modelle.

TextTemplate (object)

FeldTypBeschreibung
content*string
created_atstring (date-time)Creation timestamp in ISO 8601 format.
document_typestring

string

  • all
  • custom_document
  • quote
  • order_confirmation
  • delivery_note
  • invoice
  • dunning
  • credit_note
  • accounting_export
id*integer
is_defaultboolean
name*string
position*string

string

  • subject
  • top
  • bottom
type*string

string

  • document
  • email
  • generic
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
visible_for_meboolean
Beispiel (JSON)
{
  "id": 0,
  "name": "string",
  "type": "document",
  "document_type": "all",
  "position": "subject",
  "is_default": true,
  "content": "string"
}
Schema TextTemplate · Jupiter ERP