Click or drag to resize

ICancellationsGetCancellationDetails Method

Returns the details of a canceled contract. Meant to be used for looking up cancellation data on IAS-originating contracts where a corresponding cancellation quote was not generated prior to the cancellation being processed.

Namespace:  IAS
Assembly:  Cancellations (in Cancellations.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
ICancellationsGetCancellationDetailsResponseType GetCancellationDetails(
	ICancellationsGetCancellationDetailsRequestType request
)

Parameters

request
Type: IASICancellationsGetCancellationDetailsRequestType
Authentication information and search parameters.

Return Value

Type: ICancellationsGetCancellationDetailsResponseType
Zero or more objects representing the cancellations found during the search process.
See Also