Check Billing Eligibility
POST {{baseUrl}}/check_billing_eligibility/execute
This function will provide the specialty information of a provider at a particular location. It will also specify whether the provider is billing eligible at the particular location.
Request Body
{"provider_id"=>"<string>", "location_name"=>"<string>", "service_date"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
{"content":[{"specialty":"\u003cstring\u003e","active":"\u003cboolean\u003e","billable":"\u003cboolean\u003e"},{"specialty":"\u003cstring\u003e","active":"\u003cboolean\u003e","billable":"\u003cboolean\u003e"}],"empty":"\u003cboolean\u003e","first":"\u003cboolean\u003e","last":"\u003cboolean\u003e","number":"\u003cnumber\u003e","numberOfElements":"\u003cnumber\u003e","pageable":{"offset":"\u003cnumber\u003e","paged":"\u003cboolean\u003e","unpaged":"\u003cboolean\u003e","pageNumber":"\u003cnumber\u003e","pageSize":"\u003cnumber\u003e","sort":{}},"totalElements":"\u003cnumber\u003e","totalPages":"\u003cnumber\u003e","size":"\u003cnumber\u003e","sort":{}}