Click or drag to resize

ICancellationsGenerateCancellationQuoteWithoutContractID Method

Creates a quote for the amount of dealer refund due to a customer, if any, should they cancel their contract on the specified date. This version requires additional details but can be used if the contract ID is unknown.

Namespace:  IAS
Assembly:  Cancellations (in Cancellations.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
ICancellationsGenerateCancellationQuoteResponseType GenerateCancellationQuoteWithoutContractID(
	ICancellationsGenerateCancellationQuoteWithoutContractIDRequestType request
)

Parameters

request
Type: IASICancellationsGenerateCancellationQuoteWithoutContractIDRequestType
Contains information identifying the customer contract to generate a cancellation quote for.

Return Value

Type: ICancellationsGenerateCancellationQuoteResponseType
A PDF representing the cancellation quote or any error information.
Remarks