Skip to main content

TemplateVariableGroup

descriptionstringrequired

Group description

namestringrequired

Group name (e.g., Document Info, Seller)

variables object[]required

Variables in this group

  • Array [
  • descriptionstringrequired

    Description of the variable

    namestringrequired

    Variable name (e.g., .number)

    requiredbooleanrequired

    Whether the variable is required

    typestringrequired

    Data type (string, number, date, object, array)

  • ]
  • TemplateVariableGroup
    {
    "description": "string",
    "name": "string",
    "variables": "Unknown Type: array,null"
    }