Jupiter ERP
Account API

ListPrintLayouts200Response

Felder, Typen und Verweise auf andere Modelle.

ListPrintLayouts200Response (object)

FeldTypBeschreibung
data*object[]

array

Elemente

FeldTypBeschreibung
color_accentstring
color_primarystring
color_secondarystring
created_atstring (date-time)Creation timestamp in ISO 8601 format.
custom_layoutstring
footer_contentstring
id*integer
is_default*boolean
is_default_credit_noteboolean
is_default_custom_documentboolean
is_default_delivery_noteboolean
is_default_dunningboolean
is_default_invoiceboolean
is_default_order_confirmationboolean
is_default_quoteboolean
layout_name*string

string

  • default
  • classic
  • modern
  • elegant
  • minimal
  • accent
logoobject
FeldTypBeschreibung
idinteger
urlstring
logo_textstring
name*string
previewobject
FeldTypBeschreibung
idinteger
urlstring
show_amountsboolean
show_contact_numberboolean
show_contact_personboolean
show_folding_marksboolean
show_footerboolean
show_headerboolean
show_item_pricesboolean
show_item_skuboolean
show_item_tax_rateboolean
show_item_totalsboolean
show_logoboolean
show_logo_textboolean
show_page_numbersboolean
show_signature_fieldboolean
show_termsboolean
show_totalsboolean
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
meta*object
FeldTypBeschreibung
current_page*integerThe current page number.
items_from*integerThe starting item number on the current page.
items_to*integerThe ending item number on the current page.
last_page*integerThe last page number.
per_page*integerThe number of items per page.
total*integerThe total number of items.
Beispiel (JSON)
{
  "data": [
    {
      "id": 0,
      "name": "string",
      "layout_name": "default",
      "custom_layout": "string",
      "is_default": true,
      "is_default_custom_document": true
    }
  ],
  "meta": {
    "current_page": 1,
    "last_page": 1,
    "per_page": 15,
    "total": 1,
    "items_from": 1,
    "items_to": 1
  }
}
Schema ListPrintLayouts200Response · Jupiter ERP