Document Templates

Create document template

Create document template

post/v2/document-templates

Request body

namestring required

Name of the template (must be unique)

descriptionstring

Description of the template

allowMultipleboolean

States if multiple instances of the document template is allowed

mandatoryboolean

Indicates if the document template is mandatory

availableToAllTechniciansboolean

States if the document template is available to all technicians

allowedTechnicianRolesinteger[]

List of allowed technician role ids

Response

Returns the document template created

idinteger

Identifier

namestring

Name of the template (must be unique)

descriptionstring

Description of the template

allowMultipleboolean

Indicates if multiple instances of the document template is allowed

mandatoryboolean

Indicates if the document template is mandatory

createTimenumber double

Creation time

updateTimenumber double

Last updated time

availableToAllTechniciansboolean

Indicates if the document template is available to all technicians

allowedTechnicianRolesinteger[]

List of allowed technician role ids

archivedboolean

Indicates if the document template is archived

archivedTimenumber double

Indicates the time the template was archived

Changes

Changed in 1 of the 2 revisions of this API.22

  • 753f26d4665022See the full diff
    • added the new AOSP enum value to the fields/items/fieldContent/advancedSettings/nodeClass/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new ROLE_BASED enum value to the fields/items/fieldTechnicianPermission response property for the response status 200

      response-property-enum-value-added

    • added the new AOSP enum value to the request property fields/items/fieldContent/advancedSettings/nodeClass/items/

      request-property-enum-value-added

    • added the new ROLE_BASED enum value to the request property fields/items/fieldTechnicianPermission

      request-property-enum-value-added