Retrieves the logged in user's claims between the given date range. URL https://secure.healthx.com/api/ClaimsV1/Search/Date HTTP Verb POST Parameters
Example Request <MemberDateSearch> <begindate>1973-01-01</begindate> <enddate>2020-01-01</enddate> <start>1</start> <count>100</count> <searchmodifiers>sortfield:claimnum|sortdir:ascending</searchmodifiers> </MemberDateSearch> Example Response <SearchResults> <Records> <HealthClaimRecord> <ADMSource>Self</ADMSource> <ADMType>Medical</ADMType> <AddDateTime>2010-01-04T10:51:16.503</AddDateTime> <Adjust>498.0000</Adjust> <!-- Remaining fields cut for brevity --> </a:HealthClaimRecord> </Records> <TotalRecordCount>1</TotalRecordCount> </SearchResults> |
Developer Services > claimsv1 >