Click or drag to resize

IClaimsGetClaimsListByCustomer Method

Returns a set of claims for a specific customer, with high level information only.

Namespace:  IAS
Assembly:  Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IClaimsGetClaimsListByCustomerResponseType GetClaimsListByCustomer(
	IClaimsGetClaimsListByCustomerRequestType request
)

Parameters

request
Type: IASIClaimsGetClaimsListByCustomerRequestType
Specifies parameters needed for locating a claim or set of claims.

Return Value

Type: IClaimsGetClaimsListByCustomerResponseType
A listing of up to twenty claims matching the search parameters.
See Also