Documents:
New block of API methods DocumentTemplates:
GET /documentTemplates: new parameters “id“, “htmlTemplate”, “documentType” are added to get earlier uploaded document templates by id or type
POST /documentTemplates: new parameters “id“, “htmlTemplate” and “documentType” are added the possibility to create a new template with free type (mandatory) and template itself.
PUT /documentTemplates/{id}: new parameters “id“, “htmlTemplate” is added the possibility to edit the specific template by id