Jupiter ERP
Account API

CreateDocumentLinkRequest

Create a manual related link from the route document to the target

CreateDocumentLinkRequest (object)

Create a manual related link from the route document to the target

FeldTypBeschreibung
target*objectPolymorphic 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
Beispiel (JSON)
{
  "target": {
    "type": "quote",
    "id": 0
  }
}
Schema CreateDocumentLinkRequest · Jupiter ERP