Template Deliveries

{
  "templateId": "string",
  "templateRegion": "string",
  "hardDelete": true,
  "name": "string",
  "copyRecordsName": true,
  "copyPlanRequests": false,
  "copySidedrawerCollaborators": false,
  "destinationSidedrawers": [
    "string"
  ]
}

Template Delivery Request entity

templateId string required
The ID of the template with the data to be delivered.


templateRegion string
The region of the template.


hardDelete boolean
True to delete the template after the data delivery is complete.


name string
Name for identifying the delivery. If left empty, the template name is used as the default.


copyRecordsName boolean
True to copy the folder names.


copyPlanRequests boolean
True to copy the plan requests. Default: false.


copySidedrawerCollaborators boolean
Copy the drawer collaborators. Default: false.


destinationSidedrawers array of strings required
List of drawer IDs of the drawers to which the content will be delivered.