Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

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

  • No labels