ImportTaskTemplatesFromLibraryRequest
Request DTO for importing one or more one-off task templates from the library
Properties
| Name | Type | Description |
|---|---|---|
| libraryCodes* | array of LibraryTaskTemplateImportItem | The library task templates to import |
The library task templates to import | ||
JSON Example
{
"libraryCodes": [
{
"libraryCode": "...",
"nameSuffix": "..."
}
]
}