 | ClaimsGetClaimsListByCustomer 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)
Syntaxpublic IClaimsGetClaimsListByCustomerResponseType GetClaimsListByCustomer(
IClaimsGetClaimsListByCustomerRequestType request
)
Public Function GetClaimsListByCustomer (
request As IClaimsGetClaimsListByCustomerRequestType
) As IClaimsGetClaimsListByCustomerResponseType
public final function GetClaimsListByCustomer(
request : IClaimsGetClaimsListByCustomerRequestType
) : IClaimsGetClaimsListByCustomerResponseType
function GetClaimsListByCustomer(request);
Parameters
- request
- Type: IASIClaimsGetClaimsListByCustomerRequestType
Specifies parameters needed for locating a claim or set of claims.
Return Value
Type:
IClaimsGetClaimsListByCustomerResponseTypeA listing of up to twenty claims matching the search parameters.
Implements
IClaimsGetClaimsListByCustomer(IClaimsGetClaimsListByCustomerRequestType)
See Also