Developer Services‎ > ‎claimsv1‎ > ‎

admin/getbyid

Retrieves claims by the given claim ID.

URL

https://secure.healthx.com/api/ClaimsV1/Admin/GetById/{claimheaderid}

HTTP Verb

GET

Parameters

claimheaderid : The claim number, in GUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).

 
            

   Example Response
            <HealthClaimRecord>
              <ADMSource>Self</ADMSource>
              <ADMType>Medical</ADMType>
              <AddDateTime>2010-01-04T10:51:16.503</AddDateTime>
              <Adjust>498.0000</Adjust>
              <!-- Remaining fields cut for brevity -->
            </HealthClaimRecord>
            
Comments