Jupiter ERP
Account API

CreateCustomDocumentRequest

Felder, Typen und Verweise auf andere Modelle.

CreateCustomDocumentRequest (object)

FeldTypBeschreibung
account_user_idinteger
address_line_1stringFirst line of the address (Street and House number)
address_line_2stringSecond line of the address
citystringCity of the address.
contact_id*integer
country_codestringISO country code of the address.
date*string
formatted_numberstring
name_line_1string
name_line_2string
name_line_3string
print_background_idinteger
print_layout_idinteger
print_optionsobject
FeldTypBeschreibung
show_contact_numberbooleanShow contact number
show_folding_marksbooleanShow folding marks
show_footerbooleanShow footer
show_headerbooleanShow header
show_item_pricesbooleanShow item prices
show_item_quantitiesbooleanShow item quantities
show_item_skubooleanShow item SKU
show_item_tax_ratebooleanShow item tax rate
show_item_totalsbooleanShow item totals
show_logobooleanShow logo
show_logo_textbooleanShow logo text
show_page_numbersbooleanShow page numbers
show_signature_fieldbooleanShow signature field
show_termsbooleanShow terms
show_totalsbooleanShow totals
project_idinteger
referencestring
service_contract_idinteger
service_object_idsinteger[]

array

Elemente

integer

service_order_idinteger
source_documentobjectPolymorphic reference to a business document in the account

Polymorphic reference to a business document in the account

FeldTypBeschreibung
id*integer
type*string

string

  • quote
  • order_confirmation
  • delivery_note
  • invoice
  • credit_note
  • custom_document
statestringState or region of the address.
subjectstring
textstring
zipstringZIP or postal code.
Beispiel (JSON)
{
  "formatted_number": "string",
  "date": "string",
  "contact_id": 0,
  "project_id": 0,
  "service_contract_id": 0,
  "service_order_id": 0
}
Schema CreateCustomDocumentRequest · Jupiter ERP