 | IElectronicProcessingGetElectronicContractsByBatch Method |
Returns a list of pending electronic contracts for a single batch ID.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIElectronicProcessingGetElectronicContractsByBatchResponseType GetElectronicContractsByBatch(
IElectronicProcessingGetElectronicContractsByBatchRequestType request
)
Function GetElectronicContractsByBatch (
request As IElectronicProcessingGetElectronicContractsByBatchRequestType
) As IElectronicProcessingGetElectronicContractsByBatchResponseType
function GetElectronicContractsByBatch(
request : IElectronicProcessingGetElectronicContractsByBatchRequestType
) : IElectronicProcessingGetElectronicContractsByBatchResponseType
function GetElectronicContractsByBatch(request);
Parameters
- request
- Type: IASIElectronicProcessingGetElectronicContractsByBatchRequestType
The singular batch ID.
Return Value
Type:
IElectronicProcessingGetElectronicContractsByBatchResponseTypeZero or more pending contract records attached to the specified batch.
See Also