ICore GetInterview Method

[Missing <summary> documentation for "M:HotDocs.Sdk.Server.Contracts.ICore.GetInterview(System.String,System.String,System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.InterviewFormat,System.String[],System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.DateTime,HotDocs.Sdk.Server.Contracts.BinaryObject,System.String)"]

Namespace: HotDocs.Sdk.Server.Contracts
Assembly: HotDocs.Sdk.Server.Contracts (in HotDocs.Sdk.Server.Contracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

BinaryObject[] GetInterview(
	string subscriberID,
	string packageID,
	string templateName,
	BinaryObject[] answers,
	InterviewFormat format,
	string[] markedVariables,
	string tempImageUrl,
	Dictionary<string, string> settings,
	string billingRef,
	DateTime timestamp,
	BinaryObject templatePackage,
	string hmac
)

Parameters

subscriberID
Type: OnlineSystem String
The Subscriber account identifier, found in the Administration Portal. The subscriber ID corresponds to the company or website subscribing to the service, not an individual end user.
packageID
Type: OnlineSystem String
A unique identifier for the template package in which the desired template is found. Although you could use any string value that uniquely identifies the package, a GUID is recommended since every template package (including new versions of existing template packages) must have a unique ID. (If you create a new package but use the same ID as an existing package, HotDocs Core Services may continue using the old package if it is still in its cache.)
templateName
Type: OnlineSystem String

[Missing <param name="templateName"/> documentation for "M:HotDocs.Sdk.Server.Contracts.ICore.GetInterview(System.String,System.String,System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.InterviewFormat,System.String[],System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.DateTime,HotDocs.Sdk.Server.Contracts.BinaryObject,System.String)"]

answers
Type:  HotDocs.Sdk.Server.Contracts BinaryObject 

[Missing <param name="answers"/> documentation for "M:HotDocs.Sdk.Server.Contracts.ICore.GetInterview(System.String,System.String,System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.InterviewFormat,System.String[],System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.DateTime,HotDocs.Sdk.Server.Contracts.BinaryObject,System.String)"]

format
Type: HotDocs.Sdk.Server.Contracts InterviewFormat

[Missing <param name="format"/> documentation for "M:HotDocs.Sdk.Server.Contracts.ICore.GetInterview(System.String,System.String,System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.InterviewFormat,System.String[],System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.DateTime,HotDocs.Sdk.Server.Contracts.BinaryObject,System.String)"]

markedVariables
Type:  OnlineSystem String 

[Missing <param name="markedVariables"/> documentation for "M:HotDocs.Sdk.Server.Contracts.ICore.GetInterview(System.String,System.String,System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.InterviewFormat,System.String[],System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.DateTime,HotDocs.Sdk.Server.Contracts.BinaryObject,System.String)"]

tempImageUrl
Type: OnlineSystem String

[Missing <param name="tempImageUrl"/> documentation for "M:HotDocs.Sdk.Server.Contracts.ICore.GetInterview(System.String,System.String,System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.InterviewFormat,System.String[],System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.DateTime,HotDocs.Sdk.Server.Contracts.BinaryObject,System.String)"]

settings
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 

[Missing <param name="settings"/> documentation for "M:HotDocs.Sdk.Server.Contracts.ICore.GetInterview(System.String,System.String,System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.InterviewFormat,System.String[],System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.DateTime,HotDocs.Sdk.Server.Contracts.BinaryObject,System.String)"]

billingRef
Type: OnlineSystem String
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.
timestamp
Type: OnlineSystem DateTime
This is the time (in UTC) when the call is being made. If it is more than 15 minutes different than the HotDocs Core Services service's time, the request will fail. This is useful for synchronizing time stamps between servers and for security purposes to limit play-back attempts.
templatePackage
Type: HotDocs.Sdk.Server.Contracts BinaryObject

[Missing <param name="templatePackage"/> documentation for "M:HotDocs.Sdk.Server.Contracts.ICore.GetInterview(System.String,System.String,System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.InterviewFormat,System.String[],System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.DateTime,HotDocs.Sdk.Server.Contracts.BinaryObject,System.String)"]

hmac
Type: OnlineSystem String
This is a hash key used to authenticate the request made to HotDocs Core Services.

Return Value

Type:  BinaryObject 

[Missing <returns> documentation for "M:HotDocs.Sdk.Server.Contracts.ICore.GetInterview(System.String,System.String,System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],HotDocs.Sdk.Server.Contracts.InterviewFormat,System.String[],System.String,System.Collections.Generic.Dictionary{System.String,System.String},System.String,System.DateTime,HotDocs.Sdk.Server.Contracts.BinaryObject,System.String)"]

See Also