Docupilot · Schema

EnvelopeBulkMove

Document GenerationPDF GenerationDocument AutomationTemplate EngineeSignatureWorkflow Automation

Properties

Name Type Description
envelope_ids array
is_move_all boolean
new_folder_id integer
View JSON Schema on GitHub

JSON Schema

app-EnvelopeBulkMove.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EnvelopeBulkMove",
  "description": "",
  "type": "object",
  "properties": {
    "envelope_ids": {
      "type": "array",
      "items": {
        "type": "integer"
      },
      "writeOnly": true
    },
    "is_move_all": {
      "type": "boolean",
      "writeOnly": true
    },
    "new_folder_id": {
      "type": "integer",
      "writeOnly": true,
      "nullable": true
    }
  },
  "required": [
    "new_folder_id"
  ]
}