Output templates

Create new template

This API helps to create a new output template and save in repository

POST/sdpw/configuration/template/
Query parameters None
Header
  • Content-Type: multipart/form-data
Header/Parameter

InputStream, FormDataContentDisposition, TemplateType

Body None
Returns creates a new template
Required role None
Managed errors None

Example request

curl 'http://localhost:8080/sdpw/sdpw/configuration/template/'

Example response

{
	"id":"e9b8d11f-e3c5-4a1b-ada1-f0d25863f251",
	"filename":"31-05-2017 Letter format passport.docx",
	"modifiedOn":1499334440529,
	"type":"ALL"
}