AddDocumentToTemplate
Adds a document to an existing template.
Input
| Name | Type | Required | Accepts Input Streams | Description |
| TemplateId | String | True | False | The Id of the template. |
| FileLocation | String | False | False | File location. For example: C:\File.pdf |
| Content | String | False | True | The content as InputStream to be uploading when FileLocation is not specified. |
| FileName | String | False | False | Document name. This is required when content is not null. |
| DocumentId | String | True | False | Id for the document |
Result Set Columns
| Name | Type | Description |
| Success | String | Determines whether the operation is successful or not |