AdminGetAuthorizationById

Retrieves an authorization record by ID.

URL

https://secure.healthx.com/api/AuthorizationsV1/Admin/GetById/{preauthid}

HTTP Method

GET

URL Parameters

  • preauthid: An authorization record ID, in GUID format (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
    • This is an internally generated id
Response

            <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>
Comments