Template:Json Response ProviderDirectorySearch

From Updox API
Revision as of 13:29, 25 February 2015 by Nrose (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

{

   "successful": true,
   "responseMessage": "OK",
   "responseCode": 2000,
   "searchHitCount": 473,
   "searchHits": [
       {
           "firstName": "test",
           "lastName": "test",
           "taxonomyCode": null,
           "npi": null,
           "businessName": "test test",
           "city": "test",
           "state": "AK",
           "zip": null,
           "directAddress": "test_test_627@direct.myupdox.com",
           "loa": null
       },
       {
           "firstName": "TEST",
           "lastName": "TEST",
           "taxonomyCode": null,
           ...
       }
   ]

}