Retrieves authorizations between the given date range. URL https://secure.healthx.com/api/AuthorizationsV1/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> <AuthorizationRecord> <AddDateTime>2009-12-30T00:00:00</AddDateTime> <AdmType>Medical</AdmType> <AfterTheFactFlag>N</AfterTheFactFlag> <AuthComments>Approval by Mary Parker</AuthComments> <AuthNumber>R476984</AuthNumber> <!-- Remaining fields cut for brevity --> </AuthorizationRecord> </Records> <TotalRecordCount>1</TotalRecordCount> </SearchResults> |
Developer Services > Authorizations >