Combines the provided answersets to form an aggregate answerset.
Namespace: HotDocs.Sdk.Server.ContractsAssembly: HotDocs.Sdk.Server.Contracts (in HotDocs.Sdk.Server.Contracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- subscriberID
- Type:
System 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.
- answers
- Type: HotDocs.Sdk.Server.Contracts BinaryObject
[Missing <param name="answers"/> documentation for "M:HotDocs.Sdk.Server.Contracts.ICore.GetAnswers(System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],System.String,System.DateTime,System.String)"]
- billingRef
- Type:
System 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:
System 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.
- hmac
- Type:
System 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.GetAnswers(System.String,HotDocs.Sdk.Server.Contracts.BinaryObject[],System.String,System.DateTime,System.String)"]
See Also