Jupiter ERP
Account API

DocumentReference

Polymorphic reference to a business document in the account

DocumentReference (object)

Polymorphic reference to a business document in the account

FieldTypeDescription
id*integer
type*string

string

  • quote
  • order_confirmation
  • delivery_note
  • invoice
  • credit_note
  • custom_document
Example (JSON)
{
  "type": "quote",
  "id": 0
}
Schema DocumentReference · Jupiter ERP