Click or drag to resize

IElectronicProcessingGetElectronicContractFormFields Method

Returns a list of any and all fields that are available in a list of forms. This information can be used to reduce the amount of information collected in the UI prior to a call to generate an eContract.

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IElectronicProcessingGetElectronicContractFormFieldsResponseType GetElectronicContractFormFields(
	IElectronicProcessingGetElectronicContractFormFieldsRequestType request
)

Parameters

request
Type: IASIElectronicProcessingGetElectronicContractFormFieldsRequestType
A list of forms to query based off of.

Return Value

Type: IElectronicProcessingGetElectronicContractFormFieldsResponseType
A listing of all fields required for generating electronic contract(s) for the specified form(s).
See Also