Search Billable Providers

POST {{baseUrl}}/search_billing_providers/execute

This function will provide the specialty information of a provider at a particular location based on the provider name. It will also specify whether the provider is billing eligible at the particular location.

Request Body

{"provider_name"=>"<string>", "location_name"=>"<string>", "service_date"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: Created

{&quot;content&quot;:[{&quot;provider_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;report_grouper_twelve&quot;:&quot;\u003cstring\u003e&quot;,&quot;provider_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;prov_cred&quot;:&quot;\u003cstring\u003e&quot;},{&quot;provider_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;report_grouper_twelve&quot;:&quot;\u003cstring\u003e&quot;,&quot;provider_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;prov_cred&quot;:&quot;\u003cstring\u003e&quot;}],&quot;empty&quot;:&quot;\u003cboolean\u003e&quot;,&quot;first&quot;:&quot;\u003cboolean\u003e&quot;,&quot;last&quot;:&quot;\u003cboolean\u003e&quot;,&quot;number&quot;:&quot;\u003cnumber\u003e&quot;,&quot;numberOfElements&quot;:&quot;\u003cnumber\u003e&quot;,&quot;pageable&quot;:{&quot;offset&quot;:&quot;\u003cnumber\u003e&quot;,&quot;paged&quot;:&quot;\u003cboolean\u003e&quot;,&quot;unpaged&quot;:&quot;\u003cboolean\u003e&quot;,&quot;pageNumber&quot;:&quot;\u003cnumber\u003e&quot;,&quot;pageSize&quot;:&quot;\u003cnumber\u003e&quot;,&quot;sort&quot;:{}},&quot;totalElements&quot;:&quot;\u003cnumber\u003e&quot;,&quot;totalPages&quot;:&quot;\u003cnumber\u003e&quot;,&quot;size&quot;:&quot;\u003cnumber\u003e&quot;,&quot;sort&quot;:{}}