 | 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)
SyntaxICancellationsGenerateCancellationQuoteResponseType GenerateCancellationQuoteWithoutContractID(
ICancellationsGenerateCancellationQuoteWithoutContractIDRequestType request
)
Function GenerateCancellationQuoteWithoutContractID (
request As ICancellationsGenerateCancellationQuoteWithoutContractIDRequestType
) As ICancellationsGenerateCancellationQuoteResponseType
function GenerateCancellationQuoteWithoutContractID(
request : ICancellationsGenerateCancellationQuoteWithoutContractIDRequestType
) : ICancellationsGenerateCancellationQuoteResponseType
function GenerateCancellationQuoteWithoutContractID(request);
Parameters
- request
- Type: IASICancellationsGenerateCancellationQuoteWithoutContractIDRequestType
Contains information identifying the customer contract to generate a cancellation quote for.
Return Value
Type:
ICancellationsGenerateCancellationQuoteResponseTypeA PDF representing the cancellation quote or any error information.
Remarks
See Also