• Creation templates can be run using the API
  • The creation template must be set up and Active in the system already
  • You cannot use the API to run the creation template if there are questions on it.  These questions are set up in the Admin section of the application
  • Use the below code AFTER creating a valid session to run the template on the contract profile
  • After the template is created it will be attached to the contract profile
NovatusCreationTemplateService ctPort = portCreators.creationTemplate(sessionId);
		String documentId = ctPort.runSimpleTemplate("{documentId}", "{creationtemplateId}");
CODE