Click or drag to resize

IClaimsGetClaimDetailsByClaimNumber Method

Returns a count of pending claims matching one or more supplied search parameters.

Namespace:  IAS
Assembly:  Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IClaimsGetClaimDetailsByClaimNumberResponseType GetClaimDetailsByClaimNumber(
	IClaimsGetClaimDetailsByClaimNumberRequestType request
)

Parameters

request
Type: IASIClaimsGetClaimDetailsByClaimNumberRequestType
Authentication information and search parameters.

Return Value

Type: IClaimsGetClaimDetailsByClaimNumberResponseType
One or more objects representing the pending claims found during the search process.
See Also