Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue

Status

Status
colourPurpleYellow
titlestartedfor review

Approver

Pavel Shkadzko

Describes a document type. A list of supported document types:

  • Invoice

  • Reminder

  • RemittanceSlip

  • PaymentQRCode

  • Other

Code Block
//doctype

{
    "entity": "doctype",
    "value": "Invoice"
}

Format

Name

Type

Description

entity

string

Must be doctype.

value

string

The document type.

...