 | 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)
SyntaxICancellationsGetCancellationDetailsResponseType GetCancellationDetails(
ICancellationsGetCancellationDetailsRequestType request
)
Function GetCancellationDetails (
request As ICancellationsGetCancellationDetailsRequestType
) As ICancellationsGetCancellationDetailsResponseType
function GetCancellationDetails(
request : ICancellationsGetCancellationDetailsRequestType
) : ICancellationsGetCancellationDetailsResponseType
function GetCancellationDetails(request);
Parameters
- request
- Type: IASICancellationsGetCancellationDetailsRequestType
Authentication information and search parameters.
Return Value
Type:
ICancellationsGetCancellationDetailsResponseTypeZero or more objects representing the cancellations found during the search process.
See Also