SvcClientAssembleDocument Method |
Assembles a document from the specified template and answersets.
Namespace: HotDocs.Cloud.Client
Assembly: HotDocs.Cloud.Client (in HotDocs.Cloud.Client.dll) Version: 1.0.5652.20312
Syntax
public AssemblyResult AssembleDocument( Template template, AnswersSource answersSource, AssembleDocumentOptions options, string billingRef )
Parameters
- template
- Type: HotDocs.Cloud.ClientTemplate
The template to use with the request. - answersSource
- Type: HotDocs.Cloud.ClientAnswersSource
The answers to use with the request. - options
- Type: HotDocs.Cloud.ClientAssembleDocumentOptions
The options to use when assembling the document. - billingRef
- Type: SystemString
This parameter lets you specify information that will be included in usage logs for this call. For example, you can use a string to uniquely identify the end user that initiated the request and/or the context in which the call was made. When you review usage logs, you can then see which end users initiated each request. That information could then be used to pass costs on to those end users if desired.
Return Value
Type: AssemblyResultAn AssemblyResult object.
See Also