Click or drag to resize

ICancellationsGetCancellationList Method

Returns a list of cancellations matching the supplied search parameters.

Namespace:  IAS
Assembly:  Cancellations (in Cancellations.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
ICancellationsGetCancellationListResponseType GetCancellationList(
	ICancellationsGetCancellationListRequestType request
)

Parameters

request
Type: IASICancellationsGetCancellationListRequestType
Authentication information and search parameters.

Return Value

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