{"info":{"_postman_id":"ce20a5d9-eadf-2615-c759-93523d8bc70c","name":"Sikka API Developer Policy and Guidelines","description":"<html><head></head><body><blockquote>\n<p>Join our Ecosystem and build your own Apps!The Sikka Ecosystem harnesses the power of over 50 unique apps.<br>Visit : <a href=\"https://www.sikkasoft.com\">Sikka Marketplace</a> </p>\n</blockquote>\n<blockquote>\n<p>Note : Certain special characters are not allowed in the API URI path segment (:, #, ?, /, \\, %, +, =)</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1842814","collectionId":"ce20a5d9-eadf-2615-c759-93523d8bc70c","publishedId":"6YyRZ96","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"FFFFFF","highlight":"681c9a"},"publishDate":"2023-10-18T21:07:54.000Z"},"item":[{"name":"Sikka API v4","item":[{"name":"Getting started","item":[{"name":"Terms of Service","item":[],"id":"4b5f939a-92f0-4a5e-97ed-8dbd9b4558a1","description":"<p>Please note that appropriate agreements as applicable will need to be signed by you.</p>\n<p>TERMS OF SERVICE : <a href=\"https://www.sikkasoft.com/terms-of-service\">https://www.sikkasoft.com/terms-of-service</a></p>\n<p>PRIVACY POLICY &amp; HIPAA STATEMENT : <a href=\"https://www.sikkasoft.com/privacy-policy\">https://www.sikkasoft.com/privacy-policy</a></p>\n","_postman_id":"4b5f939a-92f0-4a5e-97ed-8dbd9b4558a1"},{"name":"Quickstart","item":[],"id":"57edc41b-52e8-4fe9-8057-5ce668e4ea36","description":"<p>In this guide we will walk you through all necessary steps to start accessing data from practice.</p>\n<p>1.Authorized practices:</p>\n<p>This API will give you the list of practices from which you can access data</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">GET https://api.sikkasoft.com/v4/authorized_practices HTTP/1.1\nHost: api.sikkasoft.com\nApp-Id: &lt;application id&gt;\nApp-Key: &lt;application key&gt;\n\n</code></pre>\n<ul>\n<li>Collect 'office_id' and 'secret_key'</li>\n</ul>\n<p>2.POST request_key API call:<br />API to get Request Key for practices:</p>\n<p>In response of ‘authorized_practices’ API you have ‘office_id’ and ‘secret_key’. Use it in POST request_key API</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">POST https://api.sikkasoft.com/v4/request_key\nBody\n{\n\"grant_type\":\"request_key\",\n\"office_id\":\"\",\n\"secret_key\":\"\"\n\"app_id\":\"app_id\",\n\"app_key\":\"app_key\"\n}\n\n</code></pre>\n<p>Response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n\"href\": \"https://api.sikkasoft.com/v4/request_key_info?request_key=xxxxxxxxxxxxxxxxxxxx\",\n\"request_key\": \"xxxxxxxxxxxxxxxxxxxx\",\n\"start_time\": \"2020-09-23T04:00:28\",\n\"end_time\": \"2020-09-24T04:00:28\",\n\"expires_in\": \"85603 second(s)\",\n\"issued_to\": \"D20006\",\n\"status\": \"active\",\n\"request_count\": \"1\",\n\"scope\": \"start,end,appointment_statuses\",\n\"domain\": \"Dental\",\n\"refresh_key\":\"xxxx\"\n}  \n\n</code></pre>\n<ul>\n<li>Collect 'request_key'</li>\n</ul>\n<p>3.Patients API call:<br />API to get the list of patients</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">https://api.sikkasoft.com/v4/patients\nHost: api.sikkasoft.com \nrequest-key:  &lt;request_key&gt;\n\n</code></pre>\n<p>More information about a particular endpoints are in API’s documentation , which includes query parameters the API will accept.</p>\n","_postman_id":"57edc41b-52e8-4fe9-8057-5ce668e4ea36"},{"name":"Authorization","item":[{"name":"Generate request_key","item":[],"id":"ac24d6af-e483-4972-919e-79ebb690bbc8","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://api.sikkasoft.com/v4/request_key\nHeader: Content-Type:applicaion/json\nBody:\n{\n\"grant_type\":\"request_key/refresh_key\",[required]\n\"office_id\":\"\",[required if grant_type=request_key.Get it from authorized_practices API]\n\"secret_key\":\"\",[required if grant_type=request_key.Get it from authorized_practices API]\n\"refresh_key\":\"\",[required if grant_type=refresh_key]\n\"app_id\":\"app_id\",[required]\n\"app_key\":\"app_key\"[required]\n}\n</code></pre><p>✅ \"grant_type\" must be either \"request_key\" or \"refresh_key\"</p>\n<h6 id=\"request-for-create-new-request_key\">Request for create new request_key</h6>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://api.sikkasoft.com/v4/request_key\nHeader: Content-Type:applicaion/json\nBody:\n{\n\"grant_type\":\"request_key\",\n\"office_id\":\"office_id\",\n\"secret_key\":\"secret_key\",\n\"app_id\":\"app_id\",\n\"app_key\":\"app_key\"\n}\n</code></pre><p>Response:\nIn response you will get 'request_key' along with other details like request end time , expires_in , for office_id that request_key issued to , scope etc.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"href\": \"https://api.sikkasoft.com/v4/request_key_info?request_key=4d74aaaxxxx22b\",\n    \"request_key\": \"4d74aaaxxxx22b\",\n    \"start_time\": \"2020-09-23T04:00:28\",\n    \"end_time\": \"2020-09-24T04:00:28\",\n    \"expires_in\": \"85603 second(s)\",\n    \"issued_to\": \"D20006\",\n    \"status\": \"active\",\n    \"request_count\": \"1\",\n    \"scope\": \"start,end,appointment_statuses,appointments,claims,clinical_conditions,contact_details,data_check,dental_patients,drugs,employee,fee_schedules,guarantors,insurance_accounts,insurance_accounts_receivables,insurance_companies,insurance_company_details,insurance_estimate,insurance_plan_coverage,lab_panels,lab_results,medical_notes,patient_charts,patient_conditions,patient_statuses,patients,payment_plans,payment_types,practices,procedure_codes,providers,request_keys,transactions,treatment_plan_statuses,treatment_plans,applications,authorized_practices,pms_list,request_keys,request_keys_details,POST practice_query\",\n    \"domain\": \"Dental\",\n\"refresh_key\":\"xxxxxxxxx\"\n}\n</code></pre>","_postman_id":"ac24d6af-e483-4972-919e-79ebb690bbc8"},{"name":"Refresh token","item":[],"id":"27286038-82c8-494d-a321-d6a65a233e88","description":"<p>Request_keys expire 24 hours after they are issued. The refresh token can be used to make a request for a new request_key, similar to the initial access token exchange. Refresh tokens don’t expire until you delete refresh token.</p>\n<p>Request</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://api.sikkasoft.com/v4/request_key\nHeader: Content-Type:applicaion/json\nBody:\n{\n\"grant_type\":\"refresh_key\",\n\"app_id\":\"app_id\",\n\"app_key\":\"app_key\"\n}\n</code></pre><p>Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"href\": \"https://api.sikkasoft.com/v4/request_key_info?request_key=4d74aaaxxxx22b\",\n    \"request_key\": \"4d74aaaxxxx22b\",\n    \"start_time\": \"2020-09-23T04:00:28\",\n    \"end_time\": \"2020-09-24T04:00:28\",\n    \"expires_in\": \"85603 second(s)\",\n    \"issued_to\": \"D20006\",\n    \"status\": \"active\",\n    \"request_count\": \"1\",\n    \"scope\": \"start,end,appointment_statuses,appointments,claims,clinical_conditions,contact_details,data_check,dental_patients,drugs,employee,fee_schedules,guarantors,insurance_accounts,insurance_accounts_receivables,insurance_companies,insurance_company_details,insurance_estimate,insurance_plan_coverage,lab_panels,lab_results,medical_notes,patient_charts,patient_conditions,patient_statuses,patients,payment_plans,payment_types,practices,procedure_codes,providers,request_keys,transactions,treatment_plan_statuses,treatment_plans,applications,authorized_practices,pms_list,request_keys,request_keys_details,POST practice_query\",\n    \"domain\": \"Dental\",\n\"refresh_key\":\"xxxxxxxxx\"\n}\n</code></pre>","_postman_id":"27286038-82c8-494d-a321-d6a65a233e88"},{"name":"Revoking tokens","item":[],"id":"29139837-884f-4481-8ac0-c3c76638d66e","description":"<p>If you want to delete request_key or refresh_key</p>\n<h4 id=\"delete-request_key\">Delete request_key</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Delete https://api.sikkasoft.com/v4/request_key\nHeader:  \nContent-Type:applicaion/json  \nRequest-Key:\"xxxxxxx\"\n</code></pre><p>Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"http_code\": \"200\",\n    \"http_code_desc\": \"OK\",\n    \"error_code\": \"API0002\",\n    \"short_message\": \"OK\",\n    \"long_message\": \"Request Session terminated successfully.\",\n    \"more_information\": \"\"\n}\n</code></pre>","_postman_id":"29139837-884f-4481-8ac0-c3c76638d66e"},{"name":"Delete refresh_key","item":[],"id":"f65d2079-bc42-4b76-a41f-5f2bc2305c2f","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Delete https://api.sikkasoft.com/v4/refresh_key\nHeader:  \nContent-Type:applicaion/json  \nRefresh-Key:\"\"  \nApp-Id:\"`application-id&gt;`\"  \nApp-Key:\"`application secret key`\"\n</code></pre><p>Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"http_code\": \"200\",\n    \"http_code_desc\": \"OK\",\n    \"error_code\": \"API0002\",\n    \"short_message\": \"OK\",\n    \"long_message\": \"Request Session terminated successfully.\",\n    \"more_information\": \"\"\n}\n</code></pre>","_postman_id":"f65d2079-bc42-4b76-a41f-5f2bc2305c2f"},{"name":"Request Key info","item":[{"name":"request_key_info","id":"bab2dc39-4bff-44dc-9f84-08eb5aae18e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/request_key_info","description":"<p>Accepts an request key and returns information about that request key including which office id was it issued to, the intended target of the request key, the scopes the user consented to, the remaining lifetime of the request key.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"request_key-required\">request_key <code>required</code></h4>\n<blockquote>\n<p>Valid 32 characters alpha-numeric request key</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","request_key_info"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"49e56258-66dd-4f55-bfeb-5b514b107967","name":"request_key_info","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/request_key_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"href\": \"http://api.sikkasoft.com/v4/request_key_info?request_key=########\",\n    \"status\": \"status\",\n    \"request_key\": \"request key\",\n    \"start_time\": \"start time\",\n    \"end_time\": \"end time\",\n    \"expires_in\": \"expires in\",\n    \"issued_to\": \"issued to\",\n    \"request_count\": \"request count\",\n    \"scope\": \"scope\",\n    \"domain\": \"domain\"\n}"}],"_postman_id":"bab2dc39-4bff-44dc-9f84-08eb5aae18e0"}],"id":"22516c39-e2af-4061-84a6-244eea7df3b9","_postman_id":"22516c39-e2af-4061-84a6-244eea7df3b9","description":""}],"id":"ed966ba4-b9b5-4af3-bd6e-5e67106bb401","description":"<h5 id=\"to-access-data-from-practices-user-will-need-an-request-key\">To access data from practices user will need an request key.</h5>\n<p>✅ Log in to <a href=\"https://api.sikkasoft.com\">API portal</a>. Go to application details &amp; get Application ID and Application Secret Key.</p>\n<p>❌ The Application ID and Application Secret Key should not be shared.</p>\n","_postman_id":"ed966ba4-b9b5-4af3-bd6e-5e67106bb401"},{"name":"API Field Filtering","item":[],"id":"094a7f4b-b878-4b62-ad5a-462ec53fd502","description":"<p>The default endpoints of the Sikka REST API are designed to be sensible defaults in terms of what data is returned.</p>\n<p>Fields parameter provides a single way for modifying all responses for an object. For example, in patients API there are default fields but if your application needs more information, fields parameter allows you to get more fields.</p>\n<p><strong>Important Note about Field Filtering</strong></p>\n<p>The API exposes only default fields on responses. There are some information you will be needed but if it is not included in response then you can get that information using 'fields' parameter. While it's tempting to modify or add fields in responses, this will cause problems with API clients that expect standard responses. This includes things like mobile clients or third party tools.</p>\n<p>You may only need a small amount of data, but it's important to keep in mind that the API is about exposing an interface to all clients, not just the feature you're working on.</p>\n<p><strong>What fields parameter does ?</strong><br />Every Sikka API allows to return only default fields. Other fields will not be display in API response. To get more information or fields in response user can use 'fields' parameter.</p>\n<p><strong>How to Use Fields Parameter?</strong></p>\n<p>Sikka API accepts fields as parameters:</p>\n<p>In fields parameters users needs to specify which fields API should return in response.</p>\n<p>This means that if you specify</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">https//api.sikkasoft.com/v4/patients?fields=firstname,lastname, cell \n\n</code></pre>\n<p>It will return default fields &amp; first name , last name &amp; cell. It will skip / hide other fields.</p>\n<p>Examples</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">URL : https://api.sikkasoft.com/v4/practices\n\n</code></pre>\n<p>Response :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n\"href\": \"https://api.sikkasoft.com/v4/practices/1\",\n\"practice_id\": \"1\",\n\"name\": \"Second Site Location\",\n\"address_line1\": \"12345 Any Street\",\n\"address_line2\": \"\",\n\"city\": \"Mt. Vernon\",\n\"state\": \"IL\",\n\"zipcode\": \"62864\",\n\"phone\": \"\",\n\"country\": \"\",\n\"email\": \"\",\n\"providers\": {\"href\": \"https://api.sikkasoft.com/v4/practices/1/providers/\"},\n\"patients\": {\"href\": \"https://api.sikkasoft.com/v4/practices/1/patients/\"},\n\"guarantors\": {\"href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/\"},\n\"appointments\": {\"href\": \"https://api.sikkasoft.com/v4/practices/1/appointments/\"},\n\"transactions\": {\"href\": \"https://api.sikkasoft.com/v4/practices/1/transactions/\"}\n}\n\n</code></pre>\n<p>If user wants to see “website” in response with other fields</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">URL : https://api.sikkasoft.com/v4/practices?fields=website\n\n</code></pre>\n<p>Response :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n\"href\": \"https://api.sikkasoft.com/v4/practices/1\",\n\"practice_id\": \"1\",\n\"name\": \"Second Site Location\",\n\"address_line1\": \"12345 Any Street\",\n\"address_line2\": \"\",\n\"city\": \"Mt. Vernon\",\n\"state\": \"IL\",\n\"zipcode\": \"62864\",\n\"phone\": \"\",\n\"country\": \"\",\n\"email\": \"\",\n\"website\":\"\",\n\"providers\": {\"href\": \"https://api.sikkasoft.com/v4/practices/1/providers/\"},\n\"patients\": {\"href\": \"https://api.sikkasoft.com/v4/practices/1/patients/\"},\n\"guarantors\": {\"href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/\"},\n\"appointments\": {\"href\": \"https://api.sikkasoft.com/v4/practices/1/appointments/\"},\n\"transactions\": {\"href\": \"https://api.sikkasoft.com/v4/practices/1/transactions/\"}\n}\n\n</code></pre>\n<h4 id=\"how-to-get-the-list-of-all-fields\">How to get the list of all fields?</h4>\n<p>By default each api returns default fields with necessary information. If you want to get all fields and want to check what other fields are there in api response , use 'get_all' value for 'fields' parameter.<br />example :<br />get the list of all fields of 'patients' api</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">URL : https://api.sikkasoft.com/v4/patients\n\n</code></pre>\n<p>In response you will get all fields of 'patients' api</p>\n<h4 id=\"how-to-get-only-fields-you-want--skip-default-fields-\">How to get only fields you want &amp; skip default fields ?</h4>\n<p>By default each api returns default fields along with fields you want in <code>fields</code> parameters. But in a few cases the user wants only the required data without default fields.</p>\n<p>In that case users can use <code>lightweight</code> parameter. <code>lightweight</code> parameter is boolean</p>\n<p><strong>How to Use</strong> <code>lightweight</code> <strong>Parameter?</strong></p>\n<p>Set <code>lightweight = true</code> &amp; in fields parameters users need to specify which fields API should return in response.</p>\n<blockquote>\n<p><code>lightweight=true</code> parameter is not recommended to use in <code>practice_events</code> api </p>\n</blockquote>\n<p>This means that if you specify</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">https//api.sikkasoft.com/v4/patients?lightweight=true&amp;fields=firstname,lastname,cell \n\n</code></pre>\n<p>It will return first name , last name &amp; cell only.</p>\n<p>Response :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"limit\":\"1\"\n\"total_count\":\"27598\"\n\"execution_time\":\"157\"\n\"pagination\":{\n\"first\":\"https://api.sikkasoft.com/v4/patients?offset=0&amp;limit=1\"\n\"previous\":\"\"\n\"current\":\"https://api.sikkasoft.com/v4/patients?offset=0&amp;limit=1\"\n\"next\":\"https://api.sikkasoft.com/v4/patients?offset=1&amp;limit=1\"\n\"last\":\"https://api.sikkasoft.com/v4/patients?offset=27597&amp;limit=1\"\n}\n\"items\":[\n{\n\"firstname\":\"Hayden\"\n\"lastname\":\"Johnson\"\n\"cell\":\"xxx-xxx-xxxx\"\n}\n]\n}\n\n</code></pre>\n","_postman_id":"094a7f4b-b878-4b62-ad5a-462ec53fd502"},{"name":"Pagination","item":[],"id":"599b6586-da01-44e2-9e5c-44bd509d940f","description":"<p>Maximum 5000 records fetch available as per Sikka API license. Requests for collections can return between 0 and 5000 results, controlled using the <code>limit</code> and <code>offset</code> query parameters. All end points are limited to 50 results by default.</p>\n<p><code>GET /v4/patients?offset=0&amp;limit=499</code> Return rows from 0 to 499</p>\n<p>The offset should be the page offset (not the item offset). Also, limit will denote page size, along with limit of rows returned.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>offset = 0 and limit = 500 will return the 1st 500 rows\noffset = 1 and limit = 500 will return rows 501 to 1000\noffset = 2 and limit = 500 will return rows 1001 to 1500\noffset = 3 and limit = 500 will return rows 1501 to 2000\n\n</code></pre><p>\"pagination\" in response:</p>\n<p>We have added pagination links in API response. So user can automate the API invocation with hrefs of different pagination links.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">[{\n\"offset\": \"0\",\n\"limit\": \"2\",\n\"total_count\": \"6\",\n\"execution_time\": \"71\",\n\"pagination\": {\n\"first\": \"https://api.sikkasoft.com/v4/{api_name}?offset=0&amp;limit=2\",\n\"previous\": \"https://api.sikkasoft.com/v4/{api_name}?offset=0&amp;limit=2\",\n\"current\": \"https://api.sikkasoft.com/v4/{api_name}?offset=1&amp;limit=2\",\n\"next\": \"https://api.sikkasoft.com/v4/{api_name}?offset=2&amp;limit=2\",\n\"last\": \"https://api.sikkasoft.com/v4/{api_name}?offset=2&amp;limit=2\"\n},\n\"items\": [{\n....\n....\n....\n}]\n}]\n\n</code></pre>\n<p>When retrieving data from an API with pagination, it's rare to encounter errors while navigating through pages, but if you encounter errors then to handle these errors and retry the same pagination request without starting from scratch, you can follow these steps:</p>\n<p>Set up an error handling mechanism: Before making the API request, ensure that you have a way to capture and handle errors. This could involve using try-catch blocks or implementing error handlers provided by the programming language or framework you are using.</p>\n<p>Make the initial pagination request: Send the initial request to retrieve the first page of data from the API. Include the necessary parameters for pagination, such as the page number and page size.</p>\n<p>Process the response: Once you receive the response from the API, check if it contains the expected data. If the response is successful, proceed with your data processing logic. If the response indicates an error, handle it appropriately based on the error information provided by the API.</p>\n<p>Retry on error: If an error occurs while navigating through the pages, you can retry the same pagination request by sending the request again with the same parameters. However, it's important to introduce some mechanism to avoid infinite retries in case of persistent errors. You can set a maximum number of retries or implement an exponential backoff strategy, where you increase the wait time between retries.</p>\n<p>Retain state between retries: To retain the same state during retries, you need to store the necessary information from the initial request. This includes the pagination parameters (e.g., page number, page size) and any other relevant context. You can store this information in variables or data structures that persist across retry attempts, such as global variables or session variables.</p>\n<p>Retry with updated parameters: If you encounter an error while retrying the pagination request, adjust the necessary parameters before sending the request again. For example, you might need to update the page number to the next page or adjust other parameters based on the error response or the specific requirements of the API.</p>\n<p>Handle different types of errors: API errors can vary, so it's essential to handle them accordingly. Some errors might indicate a temporary issue, such as a server overload or a connection problem. In such cases, retrying the request after a brief delay might be sufficient. Other errors could indicate a permanent issue, such as an invalid request or authentication failure. Handle these errors appropriately and consider logging them for further investigation if needed.</p>\n<p>By following these steps, you can handle errors while navigating through API pages and retry the pagination request while retaining the same state, allowing you to recover from errors and continue fetching the data you need.</p>\n","_postman_id":"599b6586-da01-44e2-9e5c-44bd509d940f"},{"name":"Rate Limiting","item":[],"id":"f467bb7f-756e-4471-9d30-6591a5ffb271","description":"<h4 id=\"what-is-rate-limiting\">What is rate limiting?</h4>\n<p>Most APIs are subject to a limit on how many calls can be made per second (or minute, or other short time period), in order to protect servers from being overloaded and maintain high quality of service to many clients. In the case of Sikka APIs, your plan has an associated rate limit that is tracked and enforced over a second / minute window.</p>\n<h4 id=\"what-does-sikka-api-rate-limiting-look-like\">What does Sikka API rate limiting look like?</h4>\n<p>Sikka APIs use HTTP headers to communicate to your application what its rate limit is and how quickly it’s being used. Here’s an example of response header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">HTTP/1.1  200  OK\nContent-Type: application/json; charset=UTF-8\nX-Rate-Limit-Limit: 5\nX-Rate-Limit-Remaining: 3\nX-Rate-Limit-Reset: 20\n</code></pre>\n<ul>\n<li>X-Rate-Limit-Limit indicates how many calls your application may make per time window. This time window is 60 seconds, but for the most reliable code you should use the X-Rate-Limit-Reset header.</li>\n<li>X-Rate-Limit-Reset indicates when the current window ends, in seconds from the current time.</li>\n<li>X-Rate-Limit-Remaining indicates how many calls you have remaining in this window.</li>\n</ul>\n<p>So in this example, the application has 3 more calls remaining in the next 20 seconds; after that, the counter, X-Rate-Limit-Remaining, will reset back to 5. If the application were to make more calls than allowed, the API will return an <code>HTTP 429</code> status code:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">HTTP/1.1  429  Too  Many  Requests\nX-Rate-Limit-Limit: 5\nX-Rate-Limit-Remaining: 0\nX-Rate-Limit-Reset: 10\n</code></pre>\n<h4 id=\"what-are-some-best-practices-for-rate-limits\">What are some best practices for rate limits?</h4>\n<p>To make sure your application stays within rate limit always look headers in the API response and use headers to slow down API calls to Sikka API if needed.</p>\n<p>For example the set of headers above — we’re allowed 5 calls in 60 seconds so ideally your application should have make 1 api call every 12 seconds. As in the example above , 3 more calls remaining over the next 20 seconds, so your application should make one call every 6 seconds so we get as close as possible to our rate limit without going over.</p>\n<p>Divide the reset number by the remaining number to get the spacing we want between calls.</p>\n<p>Notice that this approach doesn’t care that other clients may be consuming the same rate limit. For example, a high-volume application may want to have more than one server making queries to Sikka API. Since we recalculate the delay after each request, this approach tracks the correct rate limit even if multiple instances of the client are using the same API key. Hence, for distributed client applications, following these rate limit headers is the easiest way to ensure the application stays under the limits.</p>\n<p><strong>Handle 429</strong>\nEven the best rate-limiting code is going to occasionally get an <code>HTTP 429</code> error, so make sure your application handles them properly. In a back end application, this probably means slowing down (the example code above should handle this since X-Rate-Limit-Remaining is 0 on 429 responses) and trying again. In a front end application, this probably means showing a nice error message to the user.</p>\n<p><strong>Try to design the usage pattern that makes the fewest calls</strong>\nFor example, let’s say your application wants to use Sikka API to show extra information about patients in your app. You could make the API call when rendering the patient page</p>\n<p><strong>Consider caching</strong>\nAlong the same lines, even if your usage pattern demands that you make Sikka API calls at display time, if there’s significant overlap where the same person is displayed more than once, adding a cache between your application and Sikka API could be a big win. Consider using something like <a href=\"http://memcached.org/\">Memcache</a> and refreshing data from the Sikka API only when it is older then data_insert_date of SPC</p>\n","_postman_id":"f467bb7f-756e-4471-9d30-6591a5ffb271"},{"name":"Modified Records","item":[{"name":"practice_events","id":"76eda504-5aa6-47f6-9390-f70c1cb4f834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/practice_events?interval={interval}&events={api name}","description":"<p>'practice_events' api will return changed records in practice between given date range.</p>\n<p>In response you will get data with flags (Deleted or Added or Updated). Response also contains changes array. Changes array represents field name , old value and new value.<br />example :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">    \"changes\": \n             [\n              {\n               \"field\": \"transaction_date\",\n               \"old_value\": \"4/1/2016 12:00:00 AM\",\n               \"new_value\": \"4/20/2016 12:00:00 AM\"\n               },\n               {\n               \"field\": transaction_entry_date\",\n               \"old_value\": \"4/1/2016 12:00:00 AM\",\n               \"new_value\": \"4/20/2016 12:00:00 AM\"\n               },\n               {\n                \"field\": \"tooth_from\",\n                \"old_value\": \"14\",\n                \"new_value\": \"24\"\n                }\n              ]  \n\n</code></pre>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"eventsrequired\">events<code>Required</code></h6>\n<blockquote>\n<p>Name of the events you want to get modified records. Events name must match with API name </p>\n</blockquote>\n<h6 id=\"loaded_startdateoptional\">loaded_startdate<code>optional</code></h6>\n<blockquote>\n<p>Start date for getting only changed record set. Date format : yyyy-mm-dd or yyyy-MM-ddTHH:mm:ss </p>\n</blockquote>\n<h6 id=\"loaded_enddateoptional\">loaded_enddate<code>optional</code></h6>\n<blockquote>\n<p>End date for getting only changed record set. Date format : yyyy-mm-dd or yyyy-MM-ddTHH:mm:ss </p>\n</blockquote>\n<h6 id=\"intervaloptional\">interval<code>optional</code></h6>\n<blockquote>\n<p>Value must be integer.<br />'interval' parameter allows user to fetch records , which has been changed in last minutes.<br />This will be helpful when user does not know loaded_startdate/loaded_enddate and just want to fetch records which has been changed in last minutes (let say 5,10,15.. etc minutes). Maximun value for interval is 1440. You can fetch data which has been changed in last 24 hours (1440 minutes, interval=1440) without specifying loaded_startdate and loaded_enddate.<br /><strong>Note : Make sure Sikka platform utility is up and running on client machine. To check when Sikka platform utility (SPU) has refreshed, call 'authorized_practices' and get 'data_insert_date'.</strong> </p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>Value should be current. This parameter will filter the result and return only the latest status of changed records without showing all previous changes. </p>\n</blockquote>\n<h5 id=\"api-to-find-change-logs-of-records-\">API to find change logs of records :</h5>\n<p>For example :</p>\n<ul>\n<li><p>To find patient’s modified records :<br />  <code>https://api.sikkasoft.com/v4/patients?loaded_startdate={}&amp;loaded_enddate={}</code></p>\n</li>\n<li><p>To find appointments modified records :<br />  <code>https://api.sikkasoft.com/v4/appointments?loaded_startdate={}&amp;loaded_enddate={}</code></p>\n</li>\n<li><p>To find transaction’s modified records :<br />  <code>https://api.sikkasoft.com/v4/transactions?loaded_startdate={}&amp;loaded_enddate={}</code></p>\n</li>\n</ul>\n<h6 id=\"in-practice_events-api\">In practice_events API</h6>\n<p><code>https://api.sikkasoft.com/v4/practice_events?loaded_startdate={}&amp;loaded_enddate={}&amp;events={name of data you want to retrieve }</code></p>\n<p>For example , if you want to retrieve patients<br /><code>https://api.sikkasoft.com/v4/practice_events?loaded_startdate={}&amp;loaded_enddate={}&amp;events=patients</code></p>\n<p>Response :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">{\n \"offset\": \"1\",\n \"limit\": \"500\",\n \"total_count\": \"12\",\n \"execution_time\": \"13904\",\n \"pagination\": \n  {\n    \"first\": \"[https://api.sikkasoft.com/v4/practice_events?offset=0&amp;limit=1](https://localhost:44391/v4/practice_events?offset=0&amp;limit=1)\",\n    \"previous\": \"[https://api.sikkasoft.com/v4/practice_events?offset=0&amp;limit=1](https://localhost:44391/v4/practice_events?offset=0&amp;limit=1)\",\n    \"current\": \"[https://api.sikkasoft.com/v4/practice_events?offset=1&amp;limit=1](https://localhost:44391/v4/practice_events?offset=1&amp;limit=1)\",\n    \"next\": \"[https://api.sikkasoft.com/v4/practice_events?offset=2&amp;limit=1](https://localhost:44391/v4/practice_events?offset=2&amp;limit=1)\",\n    \"last\": \"[https://api.sikkasoft.com/v4/practice_events?offset=11&amp;limit=1](https://localhost:44391/v4/practice_events?offset=11&amp;limit=1)\"\n   },\n  \"items\": [\n            {\n            ```response body same as events= api```\n            ,\"changes\": []}]}\n\n</code></pre>\n<h5 id=\"when-to-use-practice_events-api-\">When to use practice_events API ?</h5>\n<p>If you want to get list of modified record using one API</p>\n<p><strong>Recommendations</strong></p>\n<ul>\n<li><p>Use it for short time range. like 24 hours or less.</p>\n</li>\n<li><p>Response will be slow and data accuracy will be affected if given date range is too big</p>\n</li>\n<li><p>Use either interval and flag or loaded_startdate, loaded_enddate and flag combination</p>\n</li>\n<li><p>If interval parameter is passed then loaded_startdate and loaded_enddate parameters will not be captured</p>\n</li>\n</ul>\n<p><strong>Limitations</strong> :<br />Currently you will be able to get events from</p>\n<ul>\n<li><p>patients</p>\n</li>\n<li><p>appointments</p>\n</li>\n<li><p>transactions</p>\n</li>\n<li><p>accounts_receivables</p>\n</li>\n<li><p>guarantors</p>\n</li>\n<li><p>guarantors_v2</p>\n</li>\n<li><p>practices</p>\n</li>\n<li><p>providers</p>\n</li>\n<li><p>treatment_plans</p>\n</li>\n<li><p>claims</p>\n</li>\n<li><p>claim_descriptions</p>\n</li>\n<li><p>prescriptions</p>\n</li>\n<li><p>reminders</p>\n</li>\n<li><p>lab_panels</p>\n</li>\n<li><p>medical_notes</p>\n</li>\n<li><p>practice_schedule</p>\n</li>\n<li><p>fee_schedules</p>\n</li>\n</ul>\n<p>We will update the list of events as we add in API</p>\n","urlObject":{"protocol":"https","path":["v4","practice_events"],"host":["api","sikkasoft","com"],"query":[{"key":"interval","value":"{interval}"},{"key":"events","value":"{api name}"}],"variable":[]}},"response":[{"id":"d1666574-d80e-49e2-9246-bfb3f11dd01b","name":"practice_events","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>"}],"url":{"raw":"https://api.sikkasoft.com/v4/practice_events?interval={interval}&events=appointments","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","practice_events"],"query":[{"key":"interval","value":"{interval}"},{"key":"events","value":"appointments"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"500\",\n    \"total_count\": \"310\",\n    \"execution_time\": \"6469\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/practice_events?offset=0&limit=500\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/practice_events?offset=0&limit=500\",\n        \"next\": \"\",\n        \"last\": \"https://api.sikkasoft.com/v4/practice_events?offset=0&limit=500\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/appointmetns/17436\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/371\",\n            \"patient_id\": \"371\",\n            \"guarantor_id\": \"\",\n            \"provider_id\": \"CG\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/CG\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"guarantor_href\": \"\",\n            \"loadeddate\": \"2020-11-11T00:01:00\",\n            \"flag\": \"updated\",\n            \"amount\": \"0.0000\",\n            \"note\": \"filling fell out\",\n            \"surface_quadrant_type\": \"\",\n            \"appointment_sr_no\": \"17436\",\n            \"date\": \"2019-11-18T00:00:00\",\n            \"time\": \"11:00\",\n            \"length\": \"45\",\n            \"description\": \"filling fell out\",\n            \"appointment_made_date\": \"2019-11-18T00:00:00\",\n            \"type\": \"\",\n            \"procedure_code1\": \"19310\",\n            \"procedure_code1_amount\": \"0\",\n            \"procedure_code2\": \"\",\n            \"procedure_code2_amount\": \"0\",\n            \"procedure_code3\": \"\",\n            \"procedure_code3_amount\": \"0\",\n            \"patient_name\": \"\",\n            \"guarantor_name\": \"\",\n            \"procedure_code1_time\": \"\",\n            \"procedure_code2_time\": \"\",\n            \"procedure_code3_time\": \"\",\n            \"surface_quadrant\": \"\",\n            \"changes\": [\n                {\n                    \"field\": \"procedure_code2\",\n                    \"old_value\": \"19310\",\n                    \"new_value\": \"\"\n                },\n                {\n                    \"field\": \"patient_name\",\n                    \"old_value\": \"Muxys old\",\n                    \"new_value\": \"jhon new\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"76eda504-5aa6-47f6-9390-f70c1cb4f834"}],"id":"e7abd1f5-abea-44e2-9bb3-343786757240","description":"<p>How to get only modified records ?</p>\n","_postman_id":"e7abd1f5-abea-44e2-9bb3-343786757240"},{"name":"Output Formats","item":[],"id":"6a7762a2-7f97-48da-ad62-463427726950","description":"<p>The Sikka API handles JSON output formats.\nURL, like :</p>\n<p>JSON response :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">GET https://api.sikkasoft.com/v4/{api name}\n--header request-key: d7ab733c766917fa5ef8ae3a54100620\n</code></pre>\n<p>JSON is the default, and will be used if nothing is specified.</p>\n","_postman_id":"6a7762a2-7f97-48da-ad62-463427726950"},{"name":"HTTP Compression","item":[],"id":"d7097c48-609b-429d-86cf-7fa1a999e40f","description":"<p>Sikka API supports HTTP compression of response bodies using standards defined by the HTTP 1.1 specification. Enabling compression is recommended because it reduces bandwidth usage, and time spent retrieving data.</p>\n<p>To enable compression, include the following HTTP header in the request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">GET /patients HTTP/1.1\nHost: www.domain.com\nAccept-Encoding: gzip,compress\n</code></pre>\n<p>The server understands the compression algorithms from Accept-Encoding and use algorithm to compress the representation before serving it. When successfully compressed, server lets know the client of encoding scheme by another HTTP header i.e. <code>Content-Encoding</code></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">200  OK\nContent-Encoding: gzip\n</code></pre>\n<p>Compression can save a lot of bandwidth, with very little cost in additional complexity. Also you may know that most web browsers automatically request compressed representations from website host servers – using above headers.\nReferences:\n<a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11\">https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11</a>\n<a href=\"https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3\">https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3</a></p>\n","_postman_id":"d7097c48-609b-429d-86cf-7fa1a999e40f"},{"name":"Error Codes","item":[],"id":"71748379-2864-4b5f-aaff-a8bb04ddb213","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>HTTP Code</th>\n<th>HTTP Code Description</th>\n<th>Short Message</th>\n<th>Long Message</th>\n<th>More Info</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>API0003</td>\n<td>200</td>\n<td>OK</td>\n<td>OK</td>\n<td>Request Session terminated successfully.</td>\n<td></td>\n</tr>\n<tr>\n<td>API0004</td>\n<td>200</td>\n<td>OK</td>\n<td>Email/Text message sent successfully.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>API0005</td>\n<td>200</td>\n<td>OK</td>\n<td>Email/Text message not sent.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>API0006</td>\n<td>200</td>\n<td>OK</td>\n<td>Call details logged successfully.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>API0008</td>\n<td>200</td>\n<td>OK</td>\n<td>Appointment status not logged.</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>API1001</td>\n<td>400</td>\n<td>BadRequest</td>\n<td>Missing Parameter</td>\n<td>ApplicationID is missing.</td>\n<td>Please provide the applicationid.</td>\n</tr>\n<tr>\n<td>API1002</td>\n<td>400</td>\n<td>BadRequest</td>\n<td>Missing Parameter</td>\n<td>ApplicationKey is missing.</td>\n<td>Please provide the applicationkey.</td>\n</tr>\n<tr>\n<td>API1003</td>\n<td>400</td>\n<td>BadRequest</td>\n<td>Missing Parameter</td>\n<td>MID is missing.</td>\n<td>Please provide the mid.</td>\n</tr>\n<tr>\n<td>API1004</td>\n<td>400</td>\n<td>BadRequest</td>\n<td>Missing Parameter</td>\n<td>Requestkey is missing.</td>\n<td>Please provide the requestkey.</td>\n</tr>\n<tr>\n<td>API1005</td>\n<td>400</td>\n<td>BadRequest</td>\n<td>Missing Parameter</td>\n<td>SecretKey is missing.</td>\n<td>Please provide the secretkey.</td>\n</tr>\n<tr>\n<td>API1006</td>\n<td>415</td>\n<td>UnsupportedMediaType</td>\n<td>Sikka API supports json/xml</td>\n<td>Sikka API does not support response format.</td>\n<td>Please request with json/xml.</td>\n</tr>\n<tr>\n<td>API1007</td>\n<td>200</td>\n<td>OK</td>\n<td>Appointment status logged successfully</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>API1020</td>\n<td>400</td>\n<td>BadRequest</td>\n<td>Missing Parameter</td>\n<td>One of the parameter is missing.</td>\n<td>Please provide all the parameters in syntax of service.</td>\n</tr>\n<tr>\n<td>API1025</td>\n<td>400</td>\n<td>BadRequest</td>\n<td>Request key expired</td>\n<td>Request key is not valid, it is expired.</td>\n<td>Please generate new request key and make new request.</td>\n</tr>\n<tr>\n<td>API1026</td>\n<td>400</td>\n<td>BadRequest</td>\n<td>Missing/Invalid Parameter</td>\n<td>One of the parameter is missing or invalid.</td>\n<td></td>\n</tr>\n<tr>\n<td>API1027</td>\n<td>400</td>\n<td>BadRequest</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>API2001</td>\n<td>500</td>\n<td>InternalServerError</td>\n<td>Internal Error</td>\n<td>Internal Error.</td>\n<td>Please contact Sikka API Support.</td>\n</tr>\n<tr>\n<td>API2002</td>\n<td>503</td>\n<td>ServiceUnavailable</td>\n<td>Try again later.</td>\n<td>The Sikka APIs are up, but overloaded with requests. Try again later.</td>\n<td></td>\n</tr>\n<tr>\n<td>API2003</td>\n<td>401</td>\n<td>Unauthorized</td>\n<td>Authentication/Authorization Failed</td>\n<td>ID or key is incorrect.</td>\n<td>This error can be caused by an incorrect application id , application key. In case of provider_accounts &amp; patient_accounts this error can be caused by incorrect username or password.</td>\n</tr>\n<tr>\n<td>API2004</td>\n<td>401</td>\n<td>Unauthorized</td>\n<td>Authentication/Authorization Failed</td>\n<td>You are not authorized to use this API.</td>\n<td>This error can be caused when you try to access API not accessible by you, if you want to use this API contact SIKKA API SUPPORT.</td>\n</tr>\n<tr>\n<td>API2005</td>\n<td>204</td>\n<td>NoContent</td>\n<td>No content found for given parameter</td>\n<td>Request is processed successfully, but no data/content returned.</td>\n<td></td>\n</tr>\n<tr>\n<td>API2006</td>\n<td>500</td>\n<td>InternalServerError</td>\n<td>Error occured while processing request</td>\n<td>The server encountered an error while processing your request and failed.</td>\n<td>Please contact Sikka API Support.</td>\n</tr>\n<tr>\n<td>API2007</td>\n<td>401</td>\n<td>Unauthorized</td>\n<td>Authentication/Authorization Failed</td>\n<td>You are not authorized to access practice details with Sikka API.</td>\n<td>This error can be caused when you try to access practice details not accessible by you. If you want to access this practice's details with Sikka API contact practice and ask to allow access.</td>\n</tr>\n<tr>\n<td>API2009</td>\n<td>404</td>\n<td>NotFound</td>\n<td>Resource not found</td>\n<td>The resource you requested does not exist.</td>\n<td>The resource you requested does not exist.</td>\n</tr>\n<tr>\n<td>API4001</td>\n<td>200</td>\n<td>OK</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>API4002</td>\n<td>200</td>\n<td>OK</td>\n<td>Error while decrypting string</td>\n<td>Error occured due to invalid character in encrypted string or invalid passkey or bytekey.</td>\n<td>Please check passkey/bytekey, encode encrypted string with URL Encoding to replace invalid characters.</td>\n</tr>\n<tr>\n<td>API4003</td>\n<td>200</td>\n<td>OK</td>\n<td>Error while decrypting password</td>\n<td>Error occured due to invalid character in encrypted password or length, invalid passkey or bytekey.</td>\n<td>Please check passkey/bytekey, encode encrypted password with URL Encoding to replace invalid characters.</td>\n</tr>\n<tr>\n<td>API4004</td>\n<td>200</td>\n<td>OK</td>\n<td>Error while decrypting email or username</td>\n<td>Error occured due to invalid character in encrypted email/username or length, invalid passkey or bytekey.</td>\n<td>Please check passkey/bytekey, encode encrypted email/username with URL Encoding to replace invalid characters.</td>\n</tr>\n<tr>\n<td>API4005</td>\n<td>200</td>\n<td>OK</td>\n<td>Error while decrypting verification code</td>\n<td>Error occured due to invalid character in encrypted verification code or length, invalid passkey or bytekey.</td>\n<td>Please check passkey/bytekey, encode encrypted verification code with URL Encoding to replace invalid characters.</td>\n</tr>\n<tr>\n<td>API4001</td>\n<td>200</td>\n<td>OK</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>API4007</td>\n<td>200</td>\n<td>OK</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>API2010</td>\n<td>500</td>\n<td>InternalServerError</td>\n<td>Data not uploaded for this customer</td>\n<td>The data has not yet been uploaded for this customer. If it has been more than 4 hours since the installation, please contact Sikka Support for assistance.</td>\n<td>Please contact Sikka Support.</td>\n</tr>\n<tr>\n<td>API2011</td>\n<td>429</td>\n<td>Too Many Requests</td>\n<td>Data limit exceeded</td>\n<td>Data size per practice per day exceeded</td>\n<td>Please make request to the datalimit API for more information.</td>\n</tr>\n<tr>\n<td>API2012</td>\n<td>429</td>\n<td>Too Many Requests</td>\n<td>Request limit exceeded</td>\n<td>Requests per practice per day exceeded</td>\n<td>Please make request to the datalimit API for more information.</td>\n</tr>\n<tr>\n<td>API2013</td>\n<td>409</td>\n<td>Conflict</td>\n<td>Resource already exists</td>\n<td>You attempted to do something which would leave a resource in an inconsistent state, such as create a resource with an already taken name or id.</td>\n<td>Please check name or id and resubmit the request again.</td>\n</tr>\n<tr>\n<td>API2015</td>\n<td>409</td>\n<td>Conflict</td>\n<td>Resource already exists</td>\n<td>You attempted to do something which would leave a resource in an inconsistent state, such as create a resource with an already taken un or cell.</td>\n<td>Please check un or cell and resubmit the request again.</td>\n</tr>\n<tr>\n<td>API2016</td>\n<td>201</td>\n<td>Created</td>\n<td>New resource created successfully</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>API2018</td>\n<td>410</td>\n<td>Gone</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>API2019</td>\n<td>422</td>\n<td>Unprocessable</td>\n<td></td>\n<td>The request was unable to be processed due to it containing invalid parameters.</td>\n<td></td>\n</tr>\n<tr>\n<td>API2014</td>\n<td>405</td>\n<td>Method Not Allowed</td>\n<td>Method not allowed for the resource</td>\n<td>Requested method not allowed for the resource</td>\n<td>Please contact Sikka API support</td>\n</tr>\n<tr>\n<td>API2017</td>\n<td>412</td>\n<td>Precondition Failed</td>\n<td>The server does not meet one of the preconditions that the requester put on the request.</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>API2022</td>\n<td>504</td>\n<td>Gateway Timeout</td>\n<td>Gateway Timeout occurred</td>\n<td>API server did not get a response in time from the upstream server that it needed in order to complete the request</td>\n<td>Please retry after sometime</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"71748379-2864-4b5f-aaff-a8bb04ddb213"},{"name":"Request Header","item":[],"id":"96e7d1d6-8653-42de-a39d-e3ba06e692e3","description":"<blockquote>\n<p>✅ The request header supports 'request-key','app-id' &amp; 'app-key' parameters that are common across all '/v4' endpoints; as a result, the header parameters aren’t documented with each endpoint.</p>\n</blockquote>\n<p>List of request headers:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Header</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>request-key</code></td>\n<td>Request-Key header supports in all '/v4' APIs</td>\n</tr>\n<tr>\n<td><code>app-id</code></td>\n<td>App-Id. Application id header supported in all 'v4' api or where it is required</td>\n</tr>\n<tr>\n<td><code>app-key</code></td>\n<td>App-Key. Application Key header supported in all 'v4' api or where it is required</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"96e7d1d6-8653-42de-a39d-e3ba06e692e3"},{"name":"Response Header","item":[],"id":"29faf83f-3be2-4b81-9e7b-6aa42f2cf387","description":"<p>The headers contain a wealth of information that can help you track request and related information. HTTP Headers are an important part of the API request and response as they represent the meta-data associated with the API request and response.\nList of response headers:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Header</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Data-Insert: &lt;completed or in progress&gt;</code></td>\n<td>'data-insert‘ response header let API user know the status of data insert status. User should not fetch data when data insert is in progress. ‘data-insert’ header will help API users to know if data insert is in progress or not.</td>\n</tr>\n<tr>\n<td></td>\n<td><code>Data-Insert: completed</code> - data insert completed, good to fetch data.</td>\n</tr>\n<tr>\n<td></td>\n<td><code>Data-Insert: in progress</code>- data insert is in progress, wait till data insert completed</td>\n</tr>\n<tr>\n<td></td>\n<td>APIs has ‘data-insert’ header : transactions , patients , guarantors_v2 , patients_v2 , treatment_plans , appointments , patient_contract_roll_charges</td>\n</tr>\n<tr>\n<td><code>Request-Key-Expires: &lt;http-date&gt; GMT</code></td>\n<td>If 'request_key' is active then 'Request-Key-Expires' value will be request_start_time + 24 hours, if 'request_key' is expired or inactive then request_end_time used as 'Request-Key-Expires'. <code>http-date format (e.g. Wed, 21 Aug 2019 17:19:33 GMT)</code></td>\n</tr>\n<tr>\n<td></td>\n<td>'Request-Key-Expires' header will be available in all APIs where request_key is used.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"29faf83f-3be2-4b81-9e7b-6aa42f2cf387"},{"name":"Webhooks","item":[{"name":"Payload URL","item":[],"id":"278bc109-d348-4d16-8f76-705ff4ab1855","description":"<p>This is your server endpoint that will receive the webhook payload.\nFor example , you want to received events on\n<code>https://&lt;yourwebsitename&gt;/api/receieve_payload</code>\nOr\n<code>https://&lt;yourwebsitename&gt;/api/payload</code></p>\n","_postman_id":"278bc109-d348-4d16-8f76-705ff4ab1855"},{"name":"Content Type","item":[],"id":"837c138c-ebbe-4693-85df-74c7811400e1","description":"<p>At current Sikka Webhooks can be delivered using json format:\nThe <code>application/json</code> content type will deliver the JSON payload directly as the body of the POST.</p>\n","_postman_id":"837c138c-ebbe-4693-85df-74c7811400e1"},{"name":"Events","item":[],"id":"565eb315-05b6-4f90-a45a-5f64b6546ea7","description":"<p>When configuring a webhook, you can choose which events you would like to receive payloads for. Only subscribing to the specific events you plan on handling is useful for limiting the number of HTTP requests to your server. You can change the list of subscribed events through the UI anytime.<br />Each event corresponds to a certain set of actions that can happen to practice data or Sikka Platform Cloud.<br />For example, if you subscribe to the Data Refresh event you'll receive detailed payloads every time when Sikka Practice Utility data refresh completed<br />To create webhook , log in to <a href=\"https://api.sikkasoft.com\">Sikka API portal</a>. Click on <code>webhook</code>. Enter required information and click on <code>Add Webhook</code>, it's time to check on your server to test the if events are receiving or not.</p>\n<p>The available events are :</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Data_Refresh</code></td>\n<td>This indicates local SPC refresh is completed and data be available via API</td>\n</tr>\n<tr>\n<td><code>appointment</code></td>\n<td>When practice change appointment records , new appointments added or deleted , this event will trigger.</td>\n</tr>\n<tr>\n<td><code>appointments details</code></td>\n<td>This event is triggered when appointment records are modified in the practice. It returns detailed change information, including field-level differences with old and new values.</td>\n</tr>\n<tr>\n<td><code>claim</code></td>\n<td>When practice change claim records , new claim added or deleted , this event will trigger.</td>\n</tr>\n<tr>\n<td><code>claims details</code></td>\n<td>This event is triggered when claim records are modified in the practice. It returns detailed change information, including field-level differences with old and new values.</td>\n</tr>\n<tr>\n<td><code>claim_description</code></td>\n<td>When practice change claim_description records , new claim_description added or deleted , this event will trigger.</td>\n</tr>\n<tr>\n<td><code>claim_descriptions details</code></td>\n<td>This event is triggered when claim_description records are modified in the practice. It returns detailed change information, including field-level differences with old and new values.</td>\n</tr>\n<tr>\n<td><code>medical_note</code></td>\n<td>When practice change medical_note records , new medical_note added or deleted , this event will trigger.</td>\n</tr>\n<tr>\n<td><code>medical_notes details</code></td>\n<td>This event is triggered when medical_note records are modified in the practice. It returns detailed change information, including field-level differences with old and new values.</td>\n</tr>\n<tr>\n<td><code>patient</code></td>\n<td>When practice change patient records , new patient added or deleted , this event will trigger.</td>\n</tr>\n<tr>\n<td><code>patients details</code></td>\n<td>This event is triggered when patient records are modified in the practice. It returns detailed change information, including field-level differences with old and new values.</td>\n</tr>\n<tr>\n<td><code>pet_nutrition</code></td>\n<td>When practice change pet_nutrition records , new pet_nutrition added or deleted , this event will trigger.</td>\n</tr>\n<tr>\n<td><code>pet_nutritions details</code></td>\n<td>This event is triggered when pet_nutrition records are modified in the practice. It returns detailed change information, including field-level differences with old and new values.</td>\n</tr>\n<tr>\n<td><code>practice</code></td>\n<td>When practice change practice records , new practice added or deleted , this event will trigger.</td>\n</tr>\n<tr>\n<td><code>practices details</code></td>\n<td>This event is triggered when practice records are modified in the practice. It returns detailed change information, including field-level differences with old and new values.</td>\n</tr>\n<tr>\n<td><code>prescription</code></td>\n<td>When practice change prescription records , new prescription added or deleted , this event will trigger.</td>\n</tr>\n<tr>\n<td><code>prescriptions details</code></td>\n<td>This event is triggered when prescription records are modified in the practice. It returns detailed change information, including field-level differences with old and new values.</td>\n</tr>\n<tr>\n<td><code>provider</code></td>\n<td>When practice change provider records , new provider added or deleted , this event will trigger.</td>\n</tr>\n<tr>\n<td><code>providers details</code></td>\n<td>This event is triggered when provider records are modified in the practice. It returns detailed change information, including field-level differences with old and new values.</td>\n</tr>\n<tr>\n<td><code>transaction</code></td>\n<td>When practice change transaction records , new transaction added or deleted , this event will trigger.</td>\n</tr>\n<tr>\n<td><code>transactions details</code></td>\n<td>This event is triggered when transaction records are modified in the practice. It returns detailed change information, including field-level differences with old and new values.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>Note : Sikka Practice Utility has to be up and running on server for all events</p>\n</blockquote>\n","_postman_id":"565eb315-05b6-4f90-a45a-5f64b6546ea7"},{"name":"Payloads","item":[],"id":"0ed90e19-a84b-4629-8250-80be6700e7f4","description":"<p>Each event type has a specific payload format with the relevant event information.\nIn addition to the fields documented for each event, webhook payloads include the office_id , practice_id on which the event occurred on</p>\n","_postman_id":"0ed90e19-a84b-4629-8250-80be6700e7f4"},{"name":"Headers","item":[],"id":"94f91a9f-0211-4b56-bd5f-e597195586f3","description":"<p><code>HTTP POST</code> payloads that are delivered to your webhook's configured URL endpoint will contain several headers:</p>\n<p>Example delivery</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST /payload HTTP/1.1\nHost: &lt;host&gt;\ncallback-key: xxxxxxxxx\nContent-Type: application/json\nContent-Length: 6615\n{\nBODY\n}\n</code></pre>","_postman_id":"94f91a9f-0211-4b56-bd5f-e597195586f3"},{"name":"Webhook payload example","item":[],"id":"5ebb33bc-1419-416e-b8fb-24445e409e3c","description":"<h4 id=\"data_refresh-\">Data_refresh :</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"event\": \"Data_Refresh\",\n\"office_id\": \"D24710\",\n\"practice_id\": 1,\n\"prev_generated_time\": \"2019-12-09 14:37:56\",\n\"next_data_synchronization_date\": \"2019-12-10 17:15:00\",\n\"spc_schedule_interval\": \"25 Minutes\",\n\"customer_id\":\"1\",\n\"data_synchronization_date\": \"2018-04-04 17:03:07\",\n\"practice_management_system_refresh_date\": \"2018-04-04 17:01:21\",\n\"financial_system_refresh_date\": \"1111-11-11\",\n\"web_upload_date\": \"2018-04-04 17:03:07\",\n\"data_insert_date\": \"2018-04-04 17:11:34\",\n\"practice_management_system_refresh_date_time_zone\": \"Eastern Standard Time\",\n\"practice_management_system\": \"Dentrix\",\n\"practice_management_system_version\": \"V16.6\",\n\"financial_system\": \"\",\n\"financial_system_version\": \"\",\n\"utc_difference_in_minutes\": \"240\",\n\"spc_schedule_time\": \"5:00 PM\",\n\"spc_schedule_type\": \"Daily\"\n}\n\n</code></pre><h4 id=\"patient-\">Patient :</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"event\": \"patient\",\n\"office_id\": \"D20226\",\n\"practice_id\": \"1\",\n\"customer_id\": \"1\",\n\"prev_generated_time\": \"2019-12-09 14:37:56\",\n\"next_data_synchronization_date\": \"2019-12-10 17:15:00\",\n\"generated_time\": \"2018-04-04 17:06:00\"\n}\n\n</code></pre><h4 id=\"patients-details-\">Patients details :</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"offset\": \"0\",\n  \"limit\": \"500\",\n  \"total_count\": \"6\",\n  \"execution_time\": \"31\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/practice_events?offset=0&amp;limit=500\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/practice_events?offset=0&amp;limit=500\",\n    \"next\": \"\",\n    \"last\": \"https://api.sikkasoft.com/v4/practice_events?offset=0&amp;limit=500\"\n  },\n  \"loaded_startdate\": \"2025-12-26T11:39:00\",\n  \"loaded_enddate\": \"2026-04-10T13:51:00\",\n  \"office_id\": \"D52542\",\n  \"event\": \"patients details\",\n  \"skipped_timestamp\": [],\n  \"customer_id\": \"1\",\n  \"items\": [\n    {\n      \"patient_id\": \"17\",\n      \"guarantor_id\": \"15\",\n      \"firstname\": \"Junior\",\n      \"middlename\": \"\",\n      \"lastname\": \"Smith\",\n      \"preferred_name\": \"\",\n      \"salutation\": \"\",\n      \"birthdate\": \"2002-02-09T00:00:00\",\n      \"status\": \"patient\",\n      \"patient_note\": \"\",\n      \"medical_note\": \"\",\n      \"alert_note\": \"\",\n      \"other_note\": \"\",\n      \"gender\": \"male\",\n      \"address_line1\": \"125 Satin Heights\",\n      \"address_line2\": \"\",\n      \"city\": \"San Jose\",\n      \"state\": \"CA\",\n      \"zipcode\": \"05698\",\n      \"homephone\": \"5366245871\",\n      \"workphone\": \"\",\n      \"cell\": \"\",\n      \"email\": \"\",\n      \"employer_id\": \"7\",\n      \"billing_type\": \"Standard\",\n      \"first_visit\": \"2009-03-30T00:00:00\",\n      \"last_visit\": \"2023-11-05T00:00:00\",\n      \"provider_id\": \"DOC1\",\n      \"practice_id\": \"1\",\n      \"primary_insurance_company_id\": \"15\",\n      \"secondary_insurance_company_id\": \"14\",\n      \"primary_relationship\": \"Child\",\n      \"country\": \"\",\n      \"primary_medical_insurance\": \"\",\n      \"primary_medical_insurance_id\": \"\",\n      \"primary_medical_relationship\": \"\",\n      \"primary_medical_subscriber_id\": \"\",\n      \"secondary_medical_insurance\": \"\",\n      \"secondary_medical_insurance_id\": \"\",\n      \"secondary_medical_relationship\": \"\",\n      \"secondary_medical_subscriber_id\": \"\",\n      \"secondary_relationship\": \"Child\",\n      \"subscriber_id\": \"632458956\",\n      \"loadeddate\": \"2026-03-30T15:13:00\",\n      \"flag\": \"updated\",\n      \"patient_account_id\": \"\",\n      \"other_referral\": \"\",\n      \"patient_referral\": \"\",\n      \"referred_out\": \"Null\",\n      \"referred_by_provider_id\": \"\",\n      \"referred_by_patient_id\": \"\",\n      \"image\": \"\",\n      \"thumb_image\": \"\",\n      \"fee_no\": \"\",\n      \"guarantor_first_name\": \"John\",\n      \"guarantor_last_name\": \"Smith\",\n      \"created_date\": \"\",\n      \"preferred_contact\": \"None\",\n      \"hygienist\": \"\",\n      \"integration_ids\": \"\",\n      \"patient_codes\": \"\",\n      \"primary_insurance\": \"Blue Cross Blue Shield of California\",\n      \"secondary_insurance\": \"Metlife\",\n      \"other_phone\": \"\",\n      \"preferred_communication_method\": \"None\",\n      \"type\": \"\",\n      \"ui_patient_id\": \"\",\n      \"marital_status\": \"child\",\n      \"cust_id\": \"1\",\n      \"model\": \"\",\n      \"changes\": [\n        {\n          \"field\": \"recall_date\",\n          \"old_value\": \"2009-09-30T00:00:00\",\n          \"new_value\": \"2024-05-05T00:00:00\"\n        }\n      ],\n      \"secondary_subscriber_id\": \"352664588\",\n      \"secondary_fee_schedule\": \"\",\n      \"email_alert\": \"\",\n      \"text_alert\": \"\",\n      \"voice_alert\": \"\",\n      \"primary_subscriber_patient_id\": \"16\",\n      \"secondary_subscriber_patient_id\": \"15\",\n      \"guarantor_bill_type\": \"\",\n      \"guarantor_bill_type_description\": \"\",\n      \"bill_type\": \"40-Standard\",\n      \"guarantor_patient_id\": \"\",\n      \"rowhash\": \"CA-90-DA-50-6A-5D-01\",\n      \"chart_number\": \"\",\n      \"preferred_recall_method\": \"None\",\n      \"exclude_message\": \"none\",\n      \"extension\": \"\",\n      \"guarantor_is_send_statements\": \"\",\n      \"guarantor_no_email_statements\": \"\",\n      \"suppress_billing\": \"\",\n      \"profile_status\": \"\",\n      \"primary_group_plan_number\": \"\",\n      \"secondary_group_plan_number\": \"\",\n      \"guarantor_primary_group_plan_number\": \"\",\n      \"guarantor_secondary_group_plan_number\": \"\",\n      \"race\": \"\",\n      \"language\": \"None\",\n      \"formal\": \"\",\n      \"informal\": \"\",\n      \"treatment_start_date\": \"\",\n      \"treatment_estimate_completion_date\": \"\",\n      \"treatment_completion_date\": \"\",\n      \"treatment_last_review_date\": \"\",\n      \"missed\": \"0\",\n      \"last_missed\": \"\",\n      \"recall_date\": \"2024-05-05T00:00:00\"\n    }\n  ]\n}\n\n</code></pre>","_postman_id":"5ebb33bc-1419-416e-b8fb-24445e409e3c"},{"name":"Sikka Webhook Retry Policies","item":[],"id":"ef4f7c13-464c-41a8-b956-8393d3f2c385","description":"<p>A retry policy is the process that will take over if/when one of your post back url requests fail .</p>\n<h4 id=\"when-do-we-retry\">When Do We Retry?</h4>\n<p>We will retry anytime we do not receive what we consider a successful response from the destination server. Below is a list of HTTP status codes that we consider as successes/failures.</p>\n<p>Response Retry</p>\n<ul>\n<li>200 - success</li>\n<li>201 - success</li>\n<li>202 -success</li>\n<li>204 - success</li>\n<li>3xx - failure</li>\n<li>4xx - failure</li>\n<li>5xx - failure</li>\n<li>Time out - failure</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attempt</th>\n<th>Webhook Notification will be delivered at</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0 - This is the initial delivery attempt</td>\n<td>Immediately</td>\n</tr>\n<tr>\n<td>1 - Delivery failed once, this is the second attempt</td>\n<td>failure attempt count =1</td>\n</tr>\n<tr>\n<td>2 - Delivery failed twice, this is the third attempt</td>\n<td>failure attempt count = 2</td>\n</tr>\n<tr>\n<td>3 - This is the third attempt</td>\n<td>failure attempt count = 3</td>\n</tr>\n<tr>\n<td>4 - This is the fourth attempt</td>\n<td>failure attempt count = 4</td>\n</tr>\n<tr>\n<td>5 - This is the fifth attempt</td>\n<td>failure attempt count = 5</td>\n</tr>\n<tr>\n<td>After 5th failure attempt , webhook status will be inactive and will not send any notification</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ef4f7c13-464c-41a8-b956-8393d3f2c385"}],"id":"147f5de5-64d9-46c0-94fe-228ef49ca78a","description":"<p>Webhooks allow you to set up your Apps which subscribe to certain events on practice data or Sikka Platform Cloud. When one of those events is triggered, we'll send a HTTP POST payload to the webhook's configured URL. Webhooks can be used to update your production server or CI builds and let you know about latest activity.</p>\n<p>Once webhook configured , the webhook will be triggered each time one or more subscribed events occurs.</p>\n<p>You can create up to 2 webhooks for each event on each target</p>\n<img src=\"https://centraldata.s3.amazonaws.com/images/api_partner_logos/webhook-1.png\" />\n\n<img src=\"https://centraldata.s3.amazonaws.com/images/api_partner_logos/webhook-2.png\" />\n\n<p>Webhooks require a few configuration options before you use of them.</p>\n","_postman_id":"147f5de5-64d9-46c0-94fe-228ef49ca78a"},{"name":"Resource Query Language (RQL)","item":[],"id":"da069772-cac1-4301-9895-7e49653be108","description":"<p>Data querying is a critical component of the Sikka APIs. With the advance of rich client-driven applications, new querying techniques are needed, and Resource Query Language (RQL) defines a very simple but extensible query language specifically designed to work within URIs and query for collections of resources.</p>\n<h4 id=\"syntax\">Syntax</h4>\n<p>RQL is specifically designed for the web, using URI friendly delimiters, and using URI character encoding for all text/string values. Syntax makes it easy to use RQL with a variety of existing tools and processes. Please refer to the following sections our documentation for details on supported operators and syntax.</p>\n<p><code>https://api.sikkasoft.com/v4/?find==</code></p>\n<h5 id=\"operators\">Operators</h5>\n<p>Definition of the common operators supported by Sikka API</p>\n<h6 id=\"eq_-→-equal-to\"><code>=eq_ → equal to</code></h6>\n<blockquote>\n<p>Filters for objects where api field values is equal to specified value. Example: </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /patients?find=firstname=eq_joe\n\n</code></pre><blockquote>\n<p>The above example will filter all patients with first name equal to joe. </p>\n</blockquote>\n<h6 id=\"neq_-→-not-equal-to\"><code>=neq_ → not equal to</code></h6>\n<blockquote>\n<p>Filters for objects where api field values is not equal to specified value. Example: </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /patients?find=firstname=neq_joe\n\n</code></pre><blockquote>\n<p>The above example will filter all patients with first name not equal to joe. </p>\n</blockquote>\n<h6 id=\"like_-→-like\"><code>=like_ → like</code></h6>\n<blockquote>\n<p>Filters for objects where api field values like to specified value.<br />Example: </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /patients?find=firstname=like_joe\n\n</code></pre><blockquote>\n<p>The above example will filter all patients with first name starts with joe. </p>\n</blockquote>\n<h6 id=\"gt-→-greater-than--supports-integer--date-format-\"><code>=gt → greater than ( supports integer &amp; date format )</code></h6>\n<blockquote>\n<p>Filters for objects where api field values is greater than specified value.<br />Example: </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /patients?find=birthdate=gt_2017-01-01\n\n</code></pre><blockquote>\n<p>The above example will filter all patients with birthdate is greater than 2017-01-01. </p>\n</blockquote>\n<h6 id=\"gte-→-greater-than-equal-to--supports-integer--date-format-\"><code>=gte → greater than equal to ( supports integer &amp; date format )</code></h6>\n<blockquote>\n<p>Filters for objects where api field values is greater than equal to specified value.<br />Example: </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /patients?find=birthdate=gte_2017-01-01\n\n</code></pre><blockquote>\n<p>The above example will filter all patients with birthdate is greater than and equal to 2017-01-01. </p>\n</blockquote>\n<h6 id=\"lt-→-less-than--supports-integer--date-format-\"><code>=lt → less than ( supports integer &amp; date format )</code></h6>\n<blockquote>\n<p>Filters for objects where api field values is less than specified value.<br />Example: </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /patients?find=birthdate=lt_2017-01-01\n\n</code></pre><blockquote>\n<p>The above example will filter all patients with birthdate is less than 2017-01-01. </p>\n</blockquote>\n<h6 id=\"lte-→-greater-than-equal-to--supports-integer--date-format-\"><code>=lte → greater than equal to ( supports integer &amp; date format )</code></h6>\n<blockquote>\n<p>Filters for objects where api field values is less than equal to specified value.<br />Example: </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /patients?find=birthdate=lte_2017-01-01\n\n</code></pre><blockquote>\n<p>The above example will filter all patients with birthdate is less than and equal to 2017-01-01. </p>\n</blockquote>\n<h6 id=\"or-→-logical-operators\"><code>::OR:: → Logical operators</code></h6>\n<blockquote>\n<p>Filters for objects based on logical operator and conditions<br />Example:<br />Find a patient with patient id = 79 OR guarantor id = 67 </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /patients?find=patient_id=eq_79::OR::guarantor_id=eq_67\n\n</code></pre><blockquote>\n<p>The above example will filter all patients with patient id 79 or guarantor id 67 </p>\n</blockquote>\n<h6 id=\"and-→-logical-operators\"><code>::AND:: → Logical operators</code></h6>\n<blockquote>\n<p>Filters for objects based on logical operator and conditions<br />Example:<br />Find a patient with patient id = 79 OR firstname = joe </p>\n</blockquote>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /patients?find=patient_id=eq_79::AND::firstname=eq_joe\n\n</code></pre><blockquote>\n<p>The above example will filter all patients with patient id 79 and first name 'joe'</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"17533283-da27-48b1-a18f-ffe1596f90eb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0fddbcee-3654-41b6-bb2f-b63676ac27db","type":"text/javascript","exec":[""]}}],"_postman_id":"da069772-cac1-4301-9895-7e49653be108"},{"name":"Practice Query Language","item":[],"id":"44bc4db3-32e9-4e70-a34b-28fb40bc4a11","description":"<h5 id=\"benefits-and-limitations\">Benefits and Limitations</h5>\n<p>There are many benefits to using dynamic query (PQL) on API endpoints, for both the business and developers. However, there are limitations as well. In order to benefit from getting flexible schemas and result in API response, applications must share responsibility for managing the schema and the integrity of data</p>\n<h6 id=\"benefits\">Benefits</h6>\n<ul>\n<li><p>Faster time to market: No learning curve (for developers) &amp; Easy implementation.</p>\n</li>\n<li><p>Easier development: Build applications and features using simpler queries on Sikka APIs.</p>\n</li>\n<li><p>Less risk: Tightly integrated with licensing, so there will be no unauthorized access of data points</p>\n</li>\n</ul>\n<h6 id=\"limitations\">Limitations</h6>\n<ul>\n<li><p>Data models: Complex queries are not supported. Right now, you can join a maximum of 5 APIs in single PQL.</p>\n</li>\n<li><p>Limited API: Not all APIs are query able. Check API document for API list.</p>\n</li>\n</ul>\n<h5 id=\"use-cases\">Use Cases</h5>\n<p>With dynamic query, APIs can support modern use cases for mission-critical applications, or simplify existing use cases, by combining the flexibility of dynamic query on APIs.</p>\n<ul>\n<li><p>Review Management: Get list of patients visited to practice in one API call.</p>\n</li>\n<li><p>Finance: Get accounts receivable information of patients and guarantors.</p>\n</li>\n<li><p>IoT: Devices that need many possible information combinations can use PQL to get dynamic data.</p>\n</li>\n<li><p>Scheduling: Using PQL get the different combination of appointment scheduling and build app on top of that.</p>\n</li>\n</ul>\n<h5 id=\"list-of-sikka-api-support-to-pql\">List of Sikka API support to PQL</h5>\n<p>You can use below Sikka APIs in PQL</p>\n<ul>\n<li><p>practices</p>\n</li>\n<li><p>transactions</p>\n</li>\n<li><p>appointments</p>\n</li>\n<li><p>providers</p>\n</li>\n<li><p>patients</p>\n</li>\n<li><p>guarantors_v2</p>\n</li>\n<li><p>veterinary_patients</p>\n</li>\n<li><p>treatment_plans</p>\n</li>\n<li><p>claims</p>\n</li>\n<li><p>insurance_companies</p>\n</li>\n<li><p>accounts_receivables</p>\n</li>\n<li><p>accounts_receivables_by_patients</p>\n</li>\n<li><p>payment_plans</p>\n</li>\n<li><p>contact_details</p>\n</li>\n<li><p>products</p>\n</li>\n<li><p>optometry_product_details</p>\n</li>\n<li><p>medical_history</p>\n</li>\n<li><p>medical_notes</p>\n</li>\n<li><p>appointments_available_slots</p>\n</li>\n<li><p>outside_doctors</p>\n</li>\n<li><p>patient_status_history</p>\n</li>\n<li><p>patient_extended_info</p>\n</li>\n<li><p>patient_treatment_history</p>\n</li>\n<li><p>pms_users</p>\n</li>\n<li><p>multiple_referrals</p>\n</li>\n<li><p>preregistered_patients</p>\n</li>\n<li><p>staging_details</p>\n</li>\n<li><p>payment_types</p>\n</li>\n<li><p>procedure_codes</p>\n</li>\n<li><p>patient_contract_roll_charges</p>\n</li>\n<li><p>patient_contracts</p>\n</li>\n<li><p>appointment_statuses</p>\n</li>\n<li><p>guarantor_patient_mapping</p>\n</li>\n<li><p>patient_statuses</p>\n</li>\n<li><p>clinical_conditions</p>\n</li>\n<li><p>ins_company_details</p>\n</li>\n<li><p>patient_addresses</p>\n</li>\n<li><p>provider_time_clock</p>\n</li>\n<li><p>patient_charts</p>\n</li>\n<li><p>patient_conditions</p>\n</li>\n<li><p>treatment_plan_statuses</p>\n</li>\n</ul>\n<h5 id=\"architecture\">Architecture</h5>\n<img src=\"https://centraldata.s3.amazonaws.com/images/api_partner_logos/2_202404011137519231.png\" />\n\n<h5 id=\"get-data-from-different-apis\">Get data from different APIs</h5>\n<p>‘Practice_query’ (PQL) API allows you to run query on Sikka API and get result.<br />For example:<br />Get the list of patients (with patient &amp; appointment details) who had appointment on ‘2017-05-30’.<br />If you use regular API then you have to call ‘patients’ and ‘appointments’ API. Using ‘practice_query’ (PQL), get data and merge it on client side</p>\n<img src=\"https://centraldata.s3.amazonaws.com/images/api_partner_logos/2_202404011138585961.png\" />\n\n<h5 id=\"how-to-use-pql-in-sikka-api-testing-tool\">How to use ‘PQL’ in Sikka API testing tool</h5>\n<h6 id=\"response\">Response:</h6>\n<img src=\"https://centraldata.s3.amazonaws.com/images/api_partner_logos/2_202404011139291015.png\" />","_postman_id":"44bc4db3-32e9-4e70-a34b-28fb40bc4a11"},{"name":"Onboarding practices to your application(s)","item":[],"id":"c20a63fc-7a00-478c-a723-80b9b3ae06dc","description":"<p>✌ ARE YOU READY TO INTEGRATE WITH PRACTICES ?</p>\n<p>You need to publish your application on <a href=\"https://www.sikkasoft.com/Marketplace\">Sikka marketplace</a></p>\n<p>❶ Log into API portal &gt;&gt; Go to Publish Application, complete the process with required details.</p>\n<img src=\"https://centraldata.s3.amazonaws.com/images/api_partner_logos/2_202508080711148212.jpg\" alt=\"Publish Application\" />\n\n<p>❷ Go to Application(s) &gt;&gt; Select the application &gt;&gt; in \"Application Details\" section there is a \"Marketplace Status\", if it is \"Published\" then click on the link and it will redirect you to on boarding page.</p>\n<img src=\"https://centraldata.s3.amazonaws.com/images/api_partner_logos/2_202508080658569193.jpg\" alt=\"Marketplace Status\" />\n\n<p>❸ On board healthcare practice &amp; install SPU</p>\n<p><a href=\"https://sikkamarketplacedata.s3.amazonaws.com/Marketplace_Registration_and_Installation_Guide.pdf\">Download installation guide</a></p>\n<p>❹ Start fetching and displaying data from healthcare practice</p>\n<p>✅PREREQUISITE :</p>\n<blockquote>\n<p>To fetch the data SPU (Sikka Practice Utility) must be installed on practice server.</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"dfd7261e-23ee-47cb-a836-8bb5d1b9f272","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"73cac52a-0847-486b-85a6-e5e37c6510c7","type":"text/javascript","exec":[""]}}],"_postman_id":"c20a63fc-7a00-478c-a723-80b9b3ae06dc"},{"name":"Bulk Export","item":[],"id":"9c705ebb-5323-45e8-9eea-0dc0a876fe29","description":"<p>Bulk export available for GOLD and upper API Plans.<br />Bulk export is an asynchronous service that can be used to export large amounts of data from Sikka cloud<br />to CSV and JSON . Its asynchronous nature allows for high speed<br />data export significantly reducing the time and resources consumed on the client side as compared to using APIs with pagination.</p>\n<p><a href=\"https://centraldata.s3.us-east-1.amazonaws.com/api_partner_logos/SikkaAPIV4-BulkExport.pdf\">Check Bulk Export guide for more details</a></p>\n<p>Limitation: Bulk Export does not support history data and authentication APIs</p>\n","_postman_id":"9c705ebb-5323-45e8-9eea-0dc0a876fe29"}],"id":"8b8ddc1a-ec5e-4981-b893-e842eb57e59c","description":"<p>Welcome to Sikka API. Here you will find the step-by-step guide that will help you build an application on the Sikka Platform and full listing of all the available APIs. As we add more APIs, they will automatically documented here and available to you as per your API plan. For more information about a particular endpoint, click on its name. You will be taken to the API’s documentation page, which includes query parameters the API will accept, the JSON parameters will be in the response and an example.</p>\n<p>❶ Signup at Sikka API portal &amp; create an application</p>\n<p>❷ Select an APIs</p>\n<p>❸ Start Fetching and displaying data</p>\n","_postman_id":"8b8ddc1a-ec5e-4981-b893-e842eb57e59c"},{"name":"One API","item":[{"name":"appointments","id":"cc4375ec-0b6a-442f-846c-16fb138cd794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/appointments","description":"<p>Returns appointments data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"appointment_sr_no-optional\">appointment_sr_no <code>optional</code></h6>\n<blockquote>\n<p>appointment serial number from appointments </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>Provider id as per practice management system </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"date_filter_onoptional\">date_filter_on<code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: last_changed_date or appointment_made_date or confirmed_on_date or cancelled_date or date(default) </p>\n</blockquote>\n<h6 id=\"procedure_code-optional\">procedure_code <code>optional</code></h6>\n<blockquote>\n<p>Procedure code </p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>Status </p>\n</blockquote>\n<h6 id=\"operatory-optional\">operatory <code>optional</code></h6>\n<blockquote>\n<p>Operatory </p>\n</blockquote>\n<h6 id=\"type-optional\">type <code>optional</code></h6>\n<blockquote>\n<p>Type </p>\n</blockquote>\n<h6 id=\"book_code-optional\">book_code <code>optional</code></h6>\n<blockquote>\n<p>Book Code </p>\n</blockquote>\n<h6 id=\"arrival_status-optional\">arrival_status <code>optional</code></h6>\n<blockquote>\n<p>Arrival Status </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"appointment_sr_no-default\">appointment_sr_no <code>default</code></h6>\n<blockquote>\n<p>Appointment serial number </p>\n</blockquote>\n<h6 id=\"appointment_date\">appointment_date</h6>\n<blockquote>\n<p>Appointment Date </p>\n</blockquote>\n<h6 id=\"appointment_time\">appointment_time</h6>\n<blockquote>\n<p>Appointment Time </p>\n</blockquote>\n<h6 id=\"patient_id\">patient_id</h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","appointments"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"15434c8f-12e6-42d5-9d1f-ba4229b4d769","name":"appointments","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/appointments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"1\",\n    \"total_count\": \"1234\",\n    \"execution_time\": \"51\",\n    \"pagination\": {\n        \"first\": \"http://api.sikkasoft.com/v4/appointments?offset=0&limit=1\",\n        \"previous\": \"\",\n        \"current\": \"http://api.sikkasoft.com/v4/appointments?offset=0&limit=1\",\n        \"next\": \"http://api.sikkasoft.com/v4/appointments?offset=1&limit=1\",\n        \"last\": \"http://api.sikkasoft.com/v4/appointments?offset=38967&limit=1\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/appointments/70670\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/5383\",\n            \"patient_id\": \"5383\",\n            \"guarantor_id\": \"\",\n            \"provider_id\": \"DMD2\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/DMD2\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"guarantor_href\": \"\",\n            \"amount\": \"0.0000\",\n            \"status\": \"status\",\n            \"note\": \"\",\n            \"surface_quadrant_type\": \"\",\n            \"appointment_sr_no\": \"70670\",\n            \"date\": \"2020-09-29T00:00:00\",\n            \"time\": \"10:30\",\n            \"length\": \"60\",\n            \"description\": \"Seat Br-UR\",\n            \"appointment_made_date\": \"2020-09-14T00:00:00\",\n            \"type\": \"General\",\n            \"procedure_code1\": \"\",\n            \"procedure_code1_amount\": \"0\",\n            \"procedure_code2\": \"\",\n            \"procedure_code2_amount\": \"0\",\n            \"procedure_code3\": \"\",\n            \"procedure_code3_amount\": \"0\",\n            \"patient_name\": \"paitent name\",\n            \"guarantor_name\": \"\",\n            \"procedure_code1_time\": \"0\",\n            \"procedure_code2_time\": \"0\",\n            \"procedure_code3_time\": \"0\",\n            \"surface_quadrant\": \"\"\n        }\n    ]\n}"},{"id":"7ee02759-18af-47ab-9fbc-88cea65c5755","name":"appointments?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/appointments?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","appointments"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/appointments?offset=xx&limit=xx\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/appointments?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/appointments?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/appointments?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/appointments/xxxx\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\n            \"patient_id\": \"patient id\",\n            \"guarantor_id\": \"guarantor id\",\n            \"status\": \"status\",\n            \"provider_id\": \"provider id\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"guarantor_href\": \"\",\n            \"hygienist\": \"hygienist\",\n            \"amount\": \"amount\",\n            \"note\": \"note\",\n            \"surface_quadrant_type\": \"surface quadrant type\",\n            \"appointment_sr_no\": \"appointment sr no\",\n            \"operatory\": \"operatory\",\n            \"date\": \"date\",\n            \"time\": \"time\",\n            \"length\": \"length\",\n            \"description\": \"description\",\n            \"last_changed_date\": \"last changed date\",\n            \"appointment_made_date\": \"appointment made date\",\n            \"type\": \"type\",\n            \"procedure_code1\": \"procedure code1\",\n            \"procedure_code1_amount\": \"procedure code1 amount\",\n            \"procedure_code2\": \"procedure code2\",\n            \"procedure_code2_amount\": \"procedure code2 amount\",\n            \"procedure_code3\": \"procedure code3\",\n            \"procedure_code3_amount\": \"procedure code3 amount\",\n            \"procedure_code4\": \"procedure code4\",\n            \"procedure_code4_amount\": \"procedure code4 amount\",\n            \"procedure_code5\": \"procedure code5\",\n            \"procedure_code5_amount\": \"procedure code5 amount\",\n            \"procedure_code6\": \"procedure code6\",\n            \"procedure_code6_amount\": \"procedure code6 amount\",\n            \"procedure_code7\": \"procedure code7\",\n            \"procedure_code7_amount\": \"procedure code7 amount\",\n            \"is_companion\": \"is companion\",\n            \"sooner_if_possible\": \"sooner if possible\",\n            \"confirmed_on_date\": \"confirmed on date\",\n            \"patient_name\": \"patient name\",\n            \"guarantor_name\": \"guarantor name\",\n            \"procedure_code1_time\": \"procedure code1 time\",\n            \"procedure_code2_time\": \"procedure code2 time\",\n            \"procedure_code3_time\": \"procedure code3 time\",\n            \"procedure_code4_time\": \"procedure code4 time\",\n            \"procedure_code5_time\": \"procedure code5 time\",\n            \"procedure_code6_time\": \"procedure code6 time\",\n            \"procedure_code7_time\": \"procedure code7 time\",\n            \"tooth_number\": \"tooth number\",\n            \"surface_quadrant\": \"surface quadrant\",\n            \"schedule\": \"schedule\",\n            \"treatment_class\": \"treatment class\",\n            \"cancelled\": \"cancelled\",\n            \"location\": \"location\",\n            \"procedure_codes\": \"procedure codes\",\n            \"cust_id\": \"cust id\",\n            \"is_confirmed\": \"is confirmed\",\n            \"rowhash\": \"rowhash\",\n            \"original_provider\": \"original provider\",\n            \"status_in_office\": \"status in office\",\n            \"multiple_statuses\": \"multiple statuses\",\n            \"performed\": \"performed\",\n            \"cancelled_date\": \"cancelled_date\",\n            \"arrival_status\": \"arrival_status\",\n            \"arrival_time\": \"arrival_time\",\n            \"in_chair_time\": \"in_chair_time\",\n            \"walkout_time\": \"walkout_time\",\n            \"service_category\": \"service_category\"\n        }\n    ]\n}"}],"_postman_id":"cc4375ec-0b6a-442f-846c-16fb138cd794"},{"name":"appointments_available_slots","id":"6b18ec4a-cfec-4a69-976d-678d2bfb0fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/appointments_available_slots","description":"<p>Returns available appointments slots from practice.</p>\n<p><strong>Currently this data available only for Orthotrac and Dolphin Management.</strong></p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>Provider id as per practice management system </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"operatory-optional\">operatory <code>optional</code></h6>\n<blockquote>\n<p>Operatory </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"practice_id-default\">practice_id <code>default</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"date\">date</h6>\n<blockquote>\n<p>Available appointment date </p>\n</blockquote>\n<h6 id=\"time\">time</h6>\n<blockquote>\n<p>Available appointment time</p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","appointments_available_slots"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"a2bcfc27-e28b-41e2-9c6c-e72c77ad3ed4","name":"appointments_available_slots","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/appointments_available_slots"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xxxx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/appointments_available_slots?offset=xx&limit=xx\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/appointments_available_slots?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/appointments_available_slots?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/appointments_available_slots?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/appointments_available_slots/{practice_id}\",\n            \"provider_id\": \"provider_id\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/providers/{provider_id}\",\n            \"practice_id\": \"{practice_id}\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}\",\n            \"date\": \"date\",\n            \"time\": \"time\",\n            \"template_code\": \"Contains the template codes where new appointments can be added\",\n            \"template_unit\": \"Contains the time units representing the length of the template\",\n            \"template_color\": \"Contains the template color codes where new appointments can be added\",\n            \"template_type\": \"Contains a numeric value representing the template type\",\n            \"old_color\": \"Contains the previous color code of a slot before an appointment is scheduled\",\n            \"old_code\": \"Contains the previous template code of a slot before an appointment is scheduled\",\n            \"scheduled_color\": \"Contains the color code of a slot after an appointment is scheduled\",\n            \"scheduled_code\": \"Contains the template code of a slot after an appointment is scheduled\"\n        }\n    ]\n}"},{"id":"07be237f-f63a-4dcb-b460-599a849660ea","name":"appointments_available_slots?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/appointments_available_slots?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","appointments_available_slots"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xxxx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/appointments_available_slots?offset=xx&limit=xx\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/appointments_available_slots?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/appointments_available_slots?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/appointments_available_slots?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/appointments_available_slots/{practice_id}\",\n            \"provider_id\": \"provider_id\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/providers/{provider_id}\",\n            \"practice_id\": \"{practice_id}\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}\",\n            \"date\": \"date\",\n            \"time\": \"time\",\n            \"end_time\": \"end_time\",\n\t\t\t\"time_units\": \"time unit\",\n            \"operatory\": \"operatory\",\n            \"sr_no\": \"sr_no\",\n            \"template_code\": \"Contains the template codes where new appointments can be added\",\n            \"template_unit\": \"Contains the time units representing the length of the template\",\n            \"template_color\": \"Contains the template color codes where new appointments can be added\",\n            \"template_type\": \"Contains a numeric value representing the template type\",\n            \"old_color\": \"Contains the previous color code of a slot before an appointment is scheduled\",\n            \"old_code\": \"Contains the previous template code of a slot before an appointment is scheduled\",\n            \"scheduled_color\": \"Contains the color code of a slot after an appointment is scheduled\",\n            \"scheduled_code\": \"Contains the template code of a slot after an appointment is scheduled\",\n            \"cust_id\": \"cust_id\"\n        }\n    ]\n}"}],"_postman_id":"6b18ec4a-cfec-4a69-976d-678d2bfb0fe4"},{"name":"accounts_receivables","id":"fcb005b7-b9ce-4c24-b585-64dd30b4a7fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/accounts_receivables","description":"<p>Returns account receivables details from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"current_date-optional\">current_date <code>optional</code></h6>\n<blockquote>\n<p>Value should be true/false. if current_date=false then API returns data for all guarantors instead of max date and return last record for guarantor. if current_date=true then API returns current Account Receivable for guarantors. </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id as per the management system </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"guarantor_id-default\">guarantor_id <code>default</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"current_date\">current_date</h6>\n<blockquote>\n<p>format: yyyy-mm-dd, current date </p>\n</blockquote>\n<h6 id=\"entry_id\">entry_id</h6>\n<blockquote>\n<p>entry id </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"amount_between_0_30\">amount_between_0_30</h6>\n<blockquote>\n<p>amount between 0 to 30. </p>\n</blockquote>\n<h6 id=\"amount_under30\">amount_under30</h6>\n<blockquote>\n<p>amount less than 30. </p>\n</blockquote>\n<h6 id=\"amount_between_31_60\">amount_between_31_60</h6>\n<blockquote>\n<p>amount between 31 to 60. </p>\n</blockquote>\n<h6 id=\"amount_30to60\">amount_30to60</h6>\n<blockquote>\n<p>amount between 30 to 60. </p>\n</blockquote>\n<h6 id=\"amount_between_61_90\">amount_between_61_90</h6>\n<blockquote>\n<p>amount between 61 to 90. </p>\n</blockquote>\n<h6 id=\"amount_60to90\">amount_60to90</h6>\n<blockquote>\n<p>amount between 60 to 90. </p>\n</blockquote>\n<h6 id=\"amount_greater_than_90\">amount_greater_than_90</h6>\n<blockquote>\n<p>amount more than 90. </p>\n</blockquote>\n<h6 id=\"amount_above90\">amount_above90</h6>\n<blockquote>\n<p>amount above 90.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","accounts_receivables"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"0f84db04-1009-4ac7-9968-4c34c2281a45","name":"accounts_receivables","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/accounts_receivables"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"1\",\n    \"total_count\": \"433\",\n    \"execution_time\": \"264\",\n    \"pagination\": {\n        \"first\": \"http://api.sikkasoft.com/v4/accounts_receivables?offset=0&limit=1\",\n        \"previous\": \"\",\n        \"current\": \"http://api.sikkasoft.com/v4/accounts_receivables?offset=0&limit=1\",\n        \"next\": \"http://api.sikkasoft.com/v4/accounts_receivables?offset=1&limit=1\",\n        \"last\": \"http://api.sikkasoft.com/v4/accounts_receivables?offset=432&limit=1\"\n    },\n    \"items\": [\n    {\n        \"href\": \"https://api.sikkasoft.com/v4/practices/1/accounts_receivables/939800\",\n        \"guarantor_id\": \"939800\",\n        \"practice_id\": \"1\",\n        \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n        \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/939800\",\n        \"cust_id\": \"1\",\n        \"amount_between_0_30\": \"80\",\n        \"amount_between_31_60\": \"0\",\n        \"amount_between_61_90\": \"0\",\n        \"amount_greater_than_90\": \"0\",\n        \"current_date\": \"2024-07-08T00:00:00\",\n        \"entry_id\": \"\",\n        \"write_off_estimate\": \"0\",\n        \"payment_plan_amount\": \"0\",\n        \"unapplied_payments\": \"0.0000\"\n    }\n]\n}"},{"id":"5df9b025-f9e7-44f2-8703-b27f02a698c4","name":"accounts_receivables?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/accounts_receivables?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","accounts_receivables"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/accounts_receivables?offset=xx&limit=xx\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/accounts_receivables?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/accounts_receivables?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/accounts_receivables?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/accounts_receivables/xxxx\",\n            \"guarantor_id\": \"guarantor id\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors/xxxx\",\n            \"cust_id\": \"cust id\",\n            \"amount_between_0_30\": \"amount between 0 30\",\n            \"amount_between_31_60\": \"amount between 31 60\",\n            \"amount_between_61_90\": \"amount between 61 90\",\n            \"amount_greater_than_90\": \"amount greater than 90\",\n            \"current_date\": \"current date\",\n            \"entry_id\": \"entry id\",\n            \"write_off_estimate\": \"write off estimate\",\n            \"payment_plan_amount\": \"payment plan amount\",\n            \"unapplied_payments\": \"unapplied payments\",\n            \"estimated_patient_amount\": \"estimated patient amount\",\n            \"estimated_insurance_amount\": \"estimated insurance amount\"\n        }\n    ]\n}"}],"_postman_id":"fcb005b7-b9ce-4c24-b585-64dd30b4a7fc"},{"name":"accounts_receivables_by_patients","id":"3ae94fe1-4b24-4e96-b227-808da170b6c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/accounts_receivables_by_patients","description":"<p>Returns account receivables details by patients from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id in practice management system </p>\n</blockquote>\n<h6 id=\"current_date-optional\">current_date <code>optional</code></h6>\n<blockquote>\n<p>Value should be true/false. if current_date=false then API returns data for all patients instead of max date and return last record for patient. if current_date=true then API returns current Account Receivable for patients. </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id in practice management system </p>\n</blockquote>\n<h6 id=\"current_date\">current_date</h6>\n<blockquote>\n<p>format: yyyy-mm-dd, current date </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"amount_between_0_30\">amount_between_0_30</h6>\n<blockquote>\n<p>amount between 0 to 30. </p>\n</blockquote>\n<h6 id=\"amount_under30\">amount_under30</h6>\n<blockquote>\n<p>amount less than 30. </p>\n</blockquote>\n<h6 id=\"amount_between_31_60\">amount_between_31_60</h6>\n<blockquote>\n<p>amount between 31 to 60. </p>\n</blockquote>\n<h6 id=\"amount_30to60\">amount_30to60</h6>\n<blockquote>\n<p>amount between 30 to 60. </p>\n</blockquote>\n<h6 id=\"amount_between_61_90\">amount_between_61_90</h6>\n<blockquote>\n<p>amount between 61 to 90. </p>\n</blockquote>\n<h6 id=\"amount_60to90\">amount_60to90</h6>\n<blockquote>\n<p>amount between 60 to 90. </p>\n</blockquote>\n<h6 id=\"amount_greater_than_90\">amount_greater_than_90</h6>\n<blockquote>\n<p>amount more than 90. </p>\n</blockquote>\n<h6 id=\"amount_above90\">amount_above90</h6>\n<blockquote>\n<p>amount above 90.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","accounts_receivables_by_patients"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"ac1fda3b-3a42-4095-a71b-33f565cd0845","name":"accounts_receivables_by_patients","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/accounts_receivables_by_patients"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"1\",\n    \"total_count\": \"433\",\n    \"execution_time\": \"264\",\n    \"pagination\": {\n        \"first\": \"http://api.sikkasoft.com/v4/accounts_receivables_by_patients?offset=0&limit=1\",\n        \"previous\": \"\",\n        \"current\": \"http://api.sikkasoft.com/v4/accounts_receivables_by_patients?offset=0&limit=1\",\n        \"next\": \"http://api.sikkasoft.com/v4/accounts_receivables_by_patients?offset=1&limit=1\",\n        \"last\": \"http://api.sikkasoft.com/v4/accounts_receivables_by_patients?offset=432&limit=1\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/x/accounts_receivables_by_patients/xxxxx\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/xxxxx\",\n            \"patient_id\": \"xxxxx\",\n            \"practice_id\": \"x\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/x\",\n            \"cust_id\": \"x\",\n            \"amount_between_0_30\": \"0\",\n            \"amount_between_31_60\": \"0\",\n            \"amount_between_61_90\": \"0\",\n            \"amount_greater_than_90\": \"0\",\n            \"current_date\": \"yyyy-MM-ddThh:mm:ss\",\n            \"rowhash\": \"rowhash\",\n            \"write_off_estimate\": \"0\",\n            \"payment_plan_amount\": \"0\",\n            \"unapplied_payments\": \"0\",\n            \"suspended_amounts\": \"0\"\n        }\n    ]\n}"},{"id":"e97dc9a3-c2c1-4037-b431-e02ad8c608c0","name":"accounts_receivables_by_patients?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/accounts_receivables_by_patients?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","accounts_receivables_by_patients"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/accounts_receivables_by_patients?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/accounts_receivables_by_patients?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/accounts_receivables_by_patients?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/accounts_receivables_by_patients?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/accounts_receivables_by_patients/xxxx\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\n            \"patient_id\": \"patient id\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"cust_id\": \"cust id\",\n            \"amount_between_0_30\": \"amount between 0 30\",\n            \"amount_between_31_60\": \"amount between 31 60\",\n            \"amount_between_61_90\": \"amount between 61 90\",\n            \"amount_greater_than_90\": \"amount greater than 90\",\n            \"current_date\": \"current date\",\n            \"rowhash\": \"rowhash\",\n            \"write_off_estimate\": \"write off estimate\",\n            \"payment_plan_amount\": \"payment plan amount\",\n            \"unapplied_payments\": \"unapplied payments\",\n            \"suspended_amounts\": \"suspended amounts\"\n        }\n    ]\n}"}],"_postman_id":"3ae94fe1-4b24-4e96-b227-808da170b6c5"},{"name":"patients","id":"67aa35de-a4d4-47b7-919f-1b58ebc75073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/patients","description":"<p>Returns list of patients in practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"email-optional\">email <code>optional</code></h6>\n<blockquote>\n<p>Email id. </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"firstname-optional\">firstname <code>optional</code></h6>\n<blockquote>\n<p>First name of patient </p>\n</blockquote>\n<h6 id=\"lastname-optional\">lastname <code>optional</code></h6>\n<blockquote>\n<p>Last name of patient </p>\n</blockquote>\n<h6 id=\"first_visit-optional\">first_visit <code>optional</code></h6>\n<blockquote>\n<p>First Visit </p>\n</blockquote>\n<h6 id=\"last_visit-optional\">last_visit <code>optional</code></h6>\n<blockquote>\n<p>Last Visit </p>\n</blockquote>\n<h6 id=\"cell-optional\">cell <code>optional</code></h6>\n<blockquote>\n<p>Cell Number </p>\n</blockquote>\n<h6 id=\"search-optional\">search <code>optional</code></h6>\n<blockquote>\n<p>Search patient by firstname , lastname , email , middlename, city, state, zipcode, homephone, workphone, cell </p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>Status of patient </p>\n</blockquote>\n<h6 id=\"phone-optional\">phone <code>optional</code></h6>\n<blockquote>\n<p>Phone Number </p>\n</blockquote>\n<h6 id=\"homephone-optional\">homephone <code>optional</code></h6>\n<blockquote>\n<p>Home Number </p>\n</blockquote>\n<h6 id=\"workphone-optional\">workphone <code>optional</code></h6>\n<blockquote>\n<p>Work Number </p>\n</blockquote>\n<h6 id=\"microchip-optional\">microchip <code>optional</code></h6>\n<blockquote>\n<p>Microchip ID </p>\n</blockquote>\n<h6 id=\"rabies-optional\">rabies <code>optional</code></h6>\n<blockquote>\n<p>Rabies ID </p>\n</blockquote>\n<h6 id=\"petname-optional\">petname <code>optional</code></h6>\n<blockquote>\n<p>Pet name </p>\n</blockquote>\n<h6 id=\"adoption_status_date-optional\">adoption_status_date <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, adoption status date </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system. </p>\n</blockquote>\n<h6 id=\"firstname-or-first_name\">firstname or first_name</h6>\n<blockquote>\n<p>First Name as per the practice management system. </p>\n</blockquote>\n<h6 id=\"lastname-or-last_name\">lastname or last_name</h6>\n<blockquote>\n<p>Last Name as per the practice management system. </p>\n</blockquote>\n<h6 id=\"zipcode-or-patient_zipcode\">zipcode or patient_zipcode</h6>\n<blockquote>\n<p>Zip Code of patient. </p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patients"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"e91c6128-1fba-4cd8-956b-b5f8adfdbcb3","name":"patients","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"' '","type":"text"}],"url":"https://api.sikkasoft.com/v4/patients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"1\",\n    \"total_count\": \"9161\",\n    \"execution_time\": \"47\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/patients?offset=0&limit=1\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/patients?offset=0&limit=1\",\n        \"next\": \"https://api.sikkasoft.com/v4/patients?offset=1&limit=1\",\n        \"last\": \"https://api.sikkasoft.com/v4/patients?offset=9160&limit=1\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/patients/799601\",\n            \"patient_id\": \"799601\",\n            \"guarantor_id\": \"799600\",\n            \"firstname\": \"Carlene\",\n            \"middlename\": \"\",\n            \"lastname\": \"Victoria\",\n            \"preferred_name\": \"Caeene\",\n            \"salutation\": \"\",\n            \"birthdate\": \"1984-12-10T00:00:00\",\n            \"status\": \"Active\",\n            \"address_line1\": \"\",\n            \"address_line2\": \"\",\n            \"city\": \"San Jose\",\n            \"state\": \"CA\",\n            \"zipcode\": \"95116\",\n            \"cell\": \"xxx-xxx-xxxx\",\n            \"email\": \"xxxx@xxxx.com\",\n            \"first_visit\": \"\",\n            \"last_visit\": \"\",\n            \"provider_id\": \"1\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/1/appointments?patient_id=799601\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/799600\",\n            \"primary_insurance_company_id\": \"\",\n            \"primary_insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/\",\n            \"primary_relationship\": \"\",\n            \"primary_medical_insurance\": \"\",\n            \"primary_medical_insurance_id\": \"\",\n            \"primary_medical_relationship\": \"\",\n            \"primary_medical_subscriber_id\": \"\",\n            \"subscriber_id\": \"\",\n            \"other_referral\": \"\",\n            \"patient_referral\": \"\",\n            \"referred_out\": \"\",\n            \"fee_no\": \"0\",\n            \"guarantor_first_name\": \"first name\",\n            \"guarantor_last_name\": \"Last name\",\n            \"created_date\": \"2020-09-25T00:00:00\",\n            \"preferred_contact\": \"\",\n            \"preferred_communication_method\": \"\"\n        }\n    ]\n}"},{"id":"e0c15ef7-d616-4948-9147-70b6af4f2430","name":"patients?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"' '","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/patients?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","patients"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/patients?offset=xx&limit=xx\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/patients?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/patients?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/patients?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\n            \"patient_id\": \"patient id\",\n            \"guarantor_id\": \"guarantor id\",\n            \"firstname\": \"firstname\",\n            \"middlename\": \"middlename\",\n            \"lastname\": \"lastname\",\n            \"preferred_name\": \"preferred name\",\n            \"salutation\": \"salutation\",\n            \"birthdate\": \"birthdate\",\n            \"status\": \"status\",\n            \"patient_note\": \"patient note\",\n            \"medical_note\": \"medical note\",\n            \"alert_note\": \"alert note\",\n            \"other_note\": \"other note\",\n            \"gender\": \"gender\",\n            \"address_line1\": \"address line1\",\n            \"address_line2\": \"address line2\",\n            \"city\": \"city\",\n            \"state\": \"state\",\n            \"zipcode\": \"zipcode\",\n            \"homephone\": \"homephone\",\n            \"workphone\": \"workphone\",\n            \"cell\": \"cell\",\n            \"email\": \"email\",\n            \"employer_id\": \"employer id\",\n            \"employer_href\": \"\",\n            \"billing_type\": \"billing type\",\n            \"first_visit\": \"first visit\",\n            \"last_visit\": \"last visit\",\n            \"provider_id\": \"provider id\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/appointments?patient_id=xxxx\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors/xxxx\",\n            \"primary_insurance_company_id\": \"primary insurance company id\",\n            \"primary_insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/insurance_companies/\",\n            \"secondary_insurance_company_id\": \"secondary insurance company id\",\n            \"secondary_insurance_company_href\": \"\",\n            \"primary_relationship\": \"primary relationship\",\n            \"country\": \"country\",\n            \"primary_medical_insurance\": \"primary medical insurance\",\n            \"primary_medical_insurance_id\": \"primary medical insurance id\",\n            \"primary_medical_relationship\": \"primary medical relationship\",\n            \"primary_medical_subscriber_id\": \"primary medical subscriber id\",\n            \"secondary_medical_insurance\": \"secondary medical insurance\",\n            \"secondary_medical_insurance_id\": \"secondary medical insurance id\",\n            \"secondary_medical_relationship\": \"secondary medical relationship\",\n            \"secondary_medical_subscriber_id\": \"secondary medical subscriber id\",\n            \"secondary_relationship\": \"secondary relationship\",\n            \"subscriber_id\": \"subscriber id\",\n            \"patient_account_id\": \"patient account id\",\n            \"other_referral\": \"other referral\",\n            \"patient_referral\": \"patient referral\",\n            \"referred_out\": \"referred out\",\n            \"referred_by_provider_id\": \"referred by provider id\",\n            \"referred_by_patient_id\": \"referred by patient id\",\n            \"image\": \"image\",\n            \"thumb_image\": \"thumb image\",\n            \"fee_no\": \"fee no\",\n            \"guarantor_first_name\": \"guarantor first name\",\n            \"guarantor_last_name\": \"guarantor last name\",\n            \"created_date\": \"created date\",\n            \"preferred_contact\": \"preferred contact\",\n            \"hygienist\": \"hygienist\",\n            \"integration_ids\": \"integration ids\",\n            \"patient_codes\": \"patient codes\",\n            \"primary_insurance\": \"primary insurance\",\n            \"secondary_insurance\": \"secondary insurance\",\n            \"other_phone\": \"other phone\",\n            \"preferred_communication_method\": \"preferred communication method\",\n            \"ui_patient_id\": \"ui patient id\",\n            \"marital_status\": \"marital status\",\n            \"cust_id\": \"cust id\",\n            \"secondary_subscriber_id\": \"secondary subscriber id\",\n            \"secondary_fee_schedule\": \"secondary fee schedule\",\n            \"email_alert\": \"email alert\",\n            \"text_alert\": \"text alert\",\n            \"voice_alert\": \"voice alert\",\n            \"primary_subscriber_patient_id\": \"primary subscriber patient id\",\n            \"secondary_subscriber_patient_id\": \"secondary subscriber patient id\",\n            \"guarantor_bill_type\": \"guarantor bill type\",\n            \"guarantor_bill_type_description\": \"guarantor bill type description\",\n            \"bill_type\": \"bill type\",\n            \"guarantor_patient_id\": \"guarantor patient id\",\n            \"rowhash\": \"rowhash\",\n            \"chart_number\": \"chart number\",\n            \"preferred_recall_method\": \"preferred recall method\",\n            \"exclude_message\": \"exclude message\",\n            \"extension\": \"extension\",\n            \"guarantor_is_send_statements\": \"guarantor is send statements\",\n            \"guarantor_no_email_statements\": \"guarantor no email statements\",\n            \"suppress_billing\": \"suppress billing\",\n            \"profile_status\": \"profile status\"\n        }\n    ]\n}"}],"_postman_id":"67aa35de-a4d4-47b7-919f-1b58ebc75073"},{"name":"patient_extended_info","id":"cce5e324-cf78-4967-a96f-28aea3af1096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/patient_extended_info","description":"<p>Retrieves a list of patients containing extended demographic and status information from the practice management system. This endpoint allows filtering by date ranges, specific statuses, and other patient attributes.</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"mail_method-optional\">mail_method <code>optional</code></h6>\n<blockquote>\n<p>Mail method as per the practice management system </p>\n</blockquote>\n<h6 id=\"gender_identifier-optional\">gender_identifier <code>optional</code></h6>\n<blockquote>\n<p>Gender identifier as per the practice management system </p>\n</blockquote>\n<h6 id=\"school-optional\">school <code>optional</code></h6>\n<blockquote>\n<p>School of patient </p>\n</blockquote>\n<h6 id=\"treatment_months-optional\">treatment_months <code>optional</code></h6>\n<blockquote>\n<p>Treatment months value as per the practice management system </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"date_filter_onoptional\">date_filter_on<code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: status_start_date or new_patient_exam_date(default) </p>\n</blockquote>\n<h6 id=\"cust_id-optional\">cust_id <code>optional</code></h6>\n<blockquote>\n<p>Cust Id (Customer ID) </p>\n</blockquote>\n<h6 id=\"is_insurance_holder-optional\">is_insurance_holder <code>optional</code></h6>\n<blockquote>\n<p>Is Insurance Holder </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system. </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"new_patient_exam_date\">new_patient_exam_date</h6>\n<blockquote>\n<p>New patient examination date. </p>\n</blockquote>\n<h6 id=\"status_start_date\">status_start_date</h6>\n<blockquote>\n<p>Status start date. </p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient_extended_info"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"f4bf901e-9e11-481f-8b6d-2646f58495c6","name":"patient_extended_info","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"' '","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_extended_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xxxx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/patient_extended_info?offset=xx&limit=xx\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/patient_extended_info?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/patient_extended_info?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/patient_extended_info?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/patient_extended_info/{patient_id}\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/patients/{patient_id}\",\n            \"patient_id\": \"{patient_id}\",\n            \"practice_id\": \"{practice_id}\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}\",\n            \"cust_id\": {cust_id},\n            \"rowhash\": \"1F-04-F7-F7-C1-47-01\",\n            \"mail_method\": \"mail method\",\n            \"gender_identifier\": \"gender identifier\",\n            \"school\": \"school\",\n            \"treatment_months\": \"xx\",\n            \"status_start_date\": \"yyyy-MM-dd\",\n            \"new_patient_exam_date\": \"yyyy-MM-dd\",\n            \"secondary_insurance_renewal_month\": \"yyyy-MM-dd\",\n            \"primary_insurance_renewal_month\": \"yyyy-MM-dd\"\n        },\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/patient_extended_info/{patient_id}\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/patients/{patient_id}\",\n            \"patient_id\": \"{patient_id}\",\n            \"practice_id\": \"{practice_id}\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}\",\n            \"cust_id\": {cust_id},\n            \"rowhash\": \"CB-D1-6D-3C-D7-C5-03\",\n            \"mail_method\": \"mail method\",\n            \"gender_identifier\": \"gender identifier\",\n            \"school\": \"school\",\n            \"treatment_months\": \"xx\",\n            \"status_start_date\": \"yyyy-MM-dd\",\n            \"new_patient_exam_date\": \"yyyy-MM-dd\",\n            \"secondary_insurance_renewal_month\": \"yyyy-MM-dd\",\n            \"primary_insurance_renewal_month\": \"yyyy-MM-dd\"\n        }\n    ]\n}"},{"id":"4aa78f69-6a59-4911-b151-87b6bc566b6e","name":"patient_extended_info?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"' '","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/patient_extended_info?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","patient_extended_info"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xxxx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/patient_extended_info?offset=xx&limit=xx\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/patient_extended_info?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/patient_extended_info?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/patient_extended_info?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/patient_extended_info/{patient_id}\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/patients/{patient_id}\",\n            \"patient_id\": \"{patient_id}\",\n            \"practice_id\": \"{practice_id}\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}\",\n            \"cust_id\": \"{cust_id}\",\n            \"rowhash\": \"1F-04-F7-F7-C1-47-01\",\n            \"mail_method\": \"mail method\",\n            \"gender_identifier\": \"gender identifier\",\n            \"school\": \"school\",\n            \"treatment_months\": \"xx\",\n            \"status_start_date\": \"yyyy-MM-dd\",\n            \"new_patient_exam_date\": \"yyyy-MM-dd\",\n            \"premedicate\": \"true/false\",\n            \"secondary_insurance_renewal_month\": \"yyyy-MM-dd\",\n            \"primary_insurance_renewal_month\": \"yyyy-MM-dd\",\n\t\t\t\"billing_cycle\": \"billing cycle\",\n\t\t\t\"treatment_coordinator\": \"treatment coordinator\",\n\t\t\t\"is_insurance_holder\": \"is insurance holder\"\n        },\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/patient_extended_info/{patient_id}\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/patients/{patient_id}\",\n            \"patient_id\": \"{patient_id}\",\n            \"practice_id\": \"{practice_id}\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}\",\n            \"cust_id\": \"{cust_id}\",\n            \"rowhash\": \"CB-D1-6D-3C-D7-C5-03\",\n            \"mail_method\": \"mail method\",\n            \"gender_identifier\": \"gender identifier\",\n            \"school\": \"school\",\n            \"treatment_months\": \"xx\",\n            \"status_start_date\": \"yyyy-MM-dd\",\n            \"new_patient_exam_date\": \"yyyy-MM-dd\",\n            \"premedicate\": \"true/false\",\n            \"secondary_insurance_renewal_month\": \"yyyy-MM-dd\",\n            \"primary_insurance_renewal_month\": \"yyyy-MM-dd\",\n\t\t\t\"billing_cycle\": \"billing cycle\",\n\t\t\t\"treatment_coordinator\": \"treatment coordinator\",\n\t\t\t\"is_insurance_holder\": \"is insurance holder\"\n        }\n    ]\n}"}],"_postman_id":"cce5e324-cf78-4967-a96f-28aea3af1096"},{"name":"veterinary_patients","id":"cc48ea30-25df-4a74-8fb6-eb208d70a4c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/veterinary_patients","description":"<p>Returns list of patients in practice</p>\n<hr />\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"email-optional\">email <code>optional</code></h6>\n<blockquote>\n<p>Email id. </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"firstname-optional\">firstname <code>optional</code></h6>\n<blockquote>\n<p>First name of patient </p>\n</blockquote>\n<h6 id=\"lastname-optional\">lastname <code>optional</code></h6>\n<blockquote>\n<p>Last name of patient </p>\n</blockquote>\n<h6 id=\"first_visit-optional\">first_visit <code>optional</code></h6>\n<blockquote>\n<p>First Visit </p>\n</blockquote>\n<h6 id=\"last_visit-optional\">last_visit <code>optional</code></h6>\n<blockquote>\n<p>Last Visit </p>\n</blockquote>\n<h6 id=\"cell-optional\">cell <code>optional</code></h6>\n<blockquote>\n<p>Cell Number </p>\n</blockquote>\n<h6 id=\"search-optional\">search <code>optional</code></h6>\n<blockquote>\n<p>Search patient by firstname , lastname , email , middlename, city, state, zipcode, homephone, workphone, cell </p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>Status of patient </p>\n</blockquote>\n<h6 id=\"phone-optional\">phone <code>optional</code></h6>\n<blockquote>\n<p>Phone Number </p>\n</blockquote>\n<h6 id=\"homephone-optional\">homephone <code>optional</code></h6>\n<blockquote>\n<p>Home Number </p>\n</blockquote>\n<h6 id=\"workphone-optional\">workphone <code>optional</code></h6>\n<blockquote>\n<p>Work Number </p>\n</blockquote>\n<h6 id=\"microchip-optional\">microchip <code>optional</code></h6>\n<blockquote>\n<p>Microchip ID </p>\n</blockquote>\n<h6 id=\"rabies-optional\">rabies <code>optional</code></h6>\n<blockquote>\n<p>Rabies ID </p>\n</blockquote>\n<h6 id=\"petname-optional\">petname <code>optional</code></h6>\n<blockquote>\n<p>Pet name </p>\n</blockquote>\n<h6 id=\"adoption_status_date-optional\">adoption_status_date <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd,adoption status date </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system. </p>\n</blockquote>\n<h6 id=\"firstname\">firstname</h6>\n<blockquote>\n<p>First Name as per the practice management system. </p>\n</blockquote>\n<h6 id=\"lastname\">lastname</h6>\n<blockquote>\n<p>Last Name as per the practice management system. </p>\n</blockquote>\n<h6 id=\"zipcode\">zipcode</h6>\n<blockquote>\n<p>Zip Code of patient. </p>\n</blockquote>\n<h6 id=\"petname\">petname</h6>\n<blockquote>\n<p>Pet Name as per the practice management system.</p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","veterinary_patients"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"7357b47a-aa7f-4b31-88e9-e92f2289fced","name":"veterinary_patients","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/veterinary_patients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"offset\": \"0\",\n\t\"limit\": \"2\",\n\t\"total_count\": \"9475\",\n\t\"execution_time\": \"52\",\n\t\"pagination\": {\n\t\t\"first\": \"https://api.sikkasoft.com/v4/veterinary_patients?offset=0&limit=2\",\n\t\t\"previous\": \"\",\n\t\t\"current\": \"https://api.sikkasoft.com/v4/veterinary_patients?offset=0&limit=2\",\n\t\t\"next\": \"https://api.sikkasoft.com/v4/veterinary_patients?offset=1&limit=2\",\n\t\t\"last\": \"https://api.sikkasoft.com/v4/veterinary_patients?offset=4737&limit=2\"\n\t},\n\t\"items\": [\n\t\t{\n\t\t\t\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/19747\",\n\t\t\t\"patient_id\": \"19747\",\n\t\t\t\"guarantor_id\": \"6214\",\n\t\t\t\"firstname\": \"tomy\",\n\t\t\t\"middlename\": \"\",\n\t\t\t\"lastname\": \"\",\n\t\t\t\"preferred_name\": \"\",\n\t\t\t\"salutation\": \"\",\n\t\t\t\"birthdate\": \"2013-10-09T00:00:00\",\n\t\t\t\"status\": \"Active\",\n\t\t\t\"patient_note\": \"\",\n\t\t\t\"medical_note\": \"\",\n\t\t\t\"alert_note\": \"\",\n\t\t\t\"other_note\": \"\",\n\t\t\t\"gender\": \"Neutered Male\",\n\t\t\t\"address_line1\": \"******\",\n\t\t\t\"address_line2\": \"\",\n\t\t\t\"city\": \"Newport News\",\n\t\t\t\"state\": \"VA\",\n\t\t\t\"zipcode\": \"23602\",\n\t\t\t\"homephone\": \"\",\n\t\t\t\"workphone\": \"\",\n\t\t\t\"cell\": \"111******\",\n\t\t\t\"email\": \"ab**cbhwe**@gmail.com\",\n\t\t\t\"employer_id\": \"\",\n\t\t\t\"employer_href\": \"\",\n\t\t\t\"billing_type\": \"\",\n\t\t\t\"first_visit\": \"2017-05-16T00:00:00\",\n\t\t\t\"last_visit\": \"2021-11-17T00:00:00\",\n\t\t\t\"provider_id\": \"\",\n\t\t\t\"provider_href\": \"\",\n\t\t\t\"practice_id\": \"1-1\",\n\t\t\t\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\n\t\t\t\"appointment_href\": \"https://api.sikkasoft.com/v4/practices/1-1/appointments?patient_id=19747\",\n\t\t\t\"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1-1/guarantors/6214\",\n\t\t\t\"primary_insurance_company_id\": \"\",\n\t\t\t\"primary_insurance_company_href\": \"\",\n\t\t\t\"secondary_insurance_company_id\": \"\",\n\t\t\t\"secondary_insurance_company_href\": \"\",\n\t\t\t\"primary_relationship\": \"\",\n\t\t\t\"secondary_relationship\": \"\",\n\t\t\t\"subscriber_id\": \"\",\n\t\t\t\"other_referral\": \"\",\n\t\t\t\"patient_referral\": \"\",\n\t\t\t\"referred_out\": \"Null\",\n\t\t\t\"referred_by_provider_id\": \"\",\n\t\t\t\"referred_by_patient_id\": \"\",\n\t\t\t\"fee_no\": \"\",\n\t\t\t\"guarantor_first_name\": \"abcd\",\n\t\t\t\"guarantor_last_name\": \"Test\",\n\t\t\t\"created_date\": \"\",\n\t\t\t\"family_veterinarian\": \"\",\n\t\t\t\"patient_codes\": \"\",\n\t\t\t\"primary_insurance\": \"\",\n\t\t\t\"secondary_insurance\": \"\",\n\t\t\t\"other_phone\": \"\",\n\t\t\t\"preferred_communication_method\": \"\",\n\t\t\t\"ui_patient_id\": \"\",\n\t\t\t\"petname\": \"Hunter\",\n\t\t\t\"marital_status\": \"\",\n\t\t\t\"breed\": \"T Yor\",\n\t\t\t\"species\": \"Cne\",\n\t\t\t\"color\": \"Black\",\n\t\t\t\"weight\": \"11.9\",\n\t\t\t\"height\": \"\",\n\t\t\t\"weight_type\": \"pounds\",\n\t\t\t\"rabies\": \"\",\n\t\t\t\"feed\": \"\",\n\t\t\t\"diet\": \"\",\n\t\t\t\"trainer\": \"\",\n\t\t\t\"registered_name\": \"\",\n\t\t\t\"registered_number\": \"\",\n\t\t\t\"relative_name\": \"\",\n\t\t\t\"codes\": \"\",\n\t\t\t\"license\": \"\",\n\t\t\t\"preffered_contact\": \"\",\n\t\t\t\"added_by\": \"\",\n\t\t\t\"age\": \"8Yrs. 10Mos.\",\n\t\t\t\"code\": \"\",\n\t\t\t\"certificate\": \"\",\n\t\t\t\"epet_record_id\": \"\",\n\t\t\t\"microchip\": \"\",\n\t\t\t\"plan\": \"\",\n\t\t\t\"pet_class\": \"Family Pet\",\n\t\t\t\"suspended_date\": \"\",\n\t\t\t\"deceased_date\": \"\",\n\t\t\t\"mixed\": \"\",\n\t\t\t\"client_class\": \"\",\n\t\t\t\"cust_id\": \"1\",\n\t\t\t\"guarantor_bill_type\": \"\",\n\t\t\t\"guarantor_bill_type_description\": \"\",\n\t\t\t\"bill_type\": \"\",\n\t\t\t\"guarantor_patient_id\": \"\",\n\t\t\t\"rowhash\": \"D6-72-38-AD-E4-D2-02\"\n\t\t},\n\t\t{\n\t\t\t\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/16169\",\n\t\t\t\"patient_id\": \"16169\",\n\t\t\t\"guarantor_id\": \"5419\",\n\t\t\t\"firstname\": \"dsdsd\",\n\t\t\t\"middlename\": \"\",\n\t\t\t\"lastname\": \"\",\n\t\t\t\"preferred_name\": \"\",\n\t\t\t\"salutation\": \"\",\n\t\t\t\"birthdate\": \"2017-08-24T00:00:00\",\n\t\t\t\"status\": \"Active\",\n\t\t\t\"patient_note\": \"\",\n\t\t\t\"medical_note\": \"\",\n\t\t\t\"alert_note\": \"\",\n\t\t\t\"other_note\": \"\",\n\t\t\t\"gender\": \"Spayed Female\",\n\t\t\t\"address_line1\": \"fdfsf****\",\n\t\t\t\"address_line2\": \"\",\n\t\t\t\"city\": \"Newport News\",\n\t\t\t\"state\": \"VA\",\n\t\t\t\"zipcode\": \"23601\",\n\t\t\t\"homephone\": \"\",\n\t\t\t\"workphone\": \"\",\n\t\t\t\"cell\": \"44444d****\",\n\t\t\t\"email\": \"fsdf****@yahoo.com\",\n\t\t\t\"employer_id\": \"\",\n\t\t\t\"employer_href\": \"\",\n\t\t\t\"billing_type\": \"\",\n\t\t\t\"first_visit\": \"2022-08-24T00:00:00\",\n\t\t\t\"last_visit\": \"\",\n\t\t\t\"provider_id\": \"\",\n\t\t\t\"provider_href\": \"\",\n\t\t\t\"practice_id\": \"1-1\",\n\t\t\t\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\n\t\t\t\"appointment_href\": \"https://api.sikkasoft.com/v4/practices/1-1/appointments?patient_id=16169\",\n\t\t\t\"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1-1/guarantors/5419\",\n\t\t\t\"primary_insurance_company_id\": \"\",\n\t\t\t\"primary_insurance_company_href\": \"\",\n\t\t\t\"secondary_insurance_company_id\": \"\",\n\t\t\t\"secondary_insurance_company_href\": \"\",\n\t\t\t\"primary_relationship\": \"\",\n\t\t\t\"secondary_relationship\": \"\",\n\t\t\t\"subscriber_id\": \"\",\n\t\t\t\"other_referral\": \"\",\n\t\t\t\"patient_referral\": \"\",\n\t\t\t\"referred_out\": \"Null\",\n\t\t\t\"referred_by_provider_id\": \"\",\n\t\t\t\"referred_by_patient_id\": \"\",\n\t\t\t\"fee_no\": \"\",\n\t\t\t\"guarantor_first_name\": \"fdf**fsfd\",\n\t\t\t\"guarantor_last_name\": \"fdf**re\",\n\t\t\t\"created_date\": \"\",\n\t\t\t\"family_veterinarian\": \"\",\n\t\t\t\"patient_codes\": \"\",\n\t\t\t\"primary_insurance\": \"\",\n\t\t\t\"secondary_insurance\": \"\",\n\t\t\t\"other_phone\": \"0000***0000\",\n\t\t\t\"preferred_communication_method\": \"\",\n\t\t\t\"ui_patient_id\": \"\",\n\t\t\t\"petname\": \"Stevie\",\n\t\t\t\"marital_status\": \"\",\n\t\t\t\"breed\": \"Sdsdic\",\n\t\t\t\"species\": \"Felidsd\",\n\t\t\t\"color\": \"Gray/White\",\n\t\t\t\"weight\": \"12\",\n\t\t\t\"height\": \"\",\n\t\t\t\"weight_type\": \"pounds\",\n\t\t\t\"rabies\": \"\",\n\t\t\t\"feed\": \"\",\n\t\t\t\"diet\": \"\",\n\t\t\t\"trainer\": \"\",\n\t\t\t\"registered_name\": \"\",\n\t\t\t\"registered_number\": \"\",\n\t\t\t\"relative_name\": \"\",\n\t\t\t\"codes\": \"\",\n\t\t\t\"license\": \"\",\n\t\t\t\"preffered_contact\": \"\",\n\t\t\t\"added_by\": \"\",\n\t\t\t\"age\": \"5Yrs. 0Mos.\",\n\t\t\t\"code\": \"\",\n\t\t\t\"certificate\": \"\",\n\t\t\t\"epet_record_id\": \"\",\n\t\t\t\"microchip\": \"\",\n\t\t\t\"plan\": \"\",\n\t\t\t\"pet_class\": \"Family Pet\",\n\t\t\t\"suspended_date\": \"\",\n\t\t\t\"deceased_date\": \"\",\n\t\t\t\"mixed\": \"\",\n\t\t\t\"client_class\": \"Pet Owner\",\n\t\t\t\"cust_id\": \"1\",\n\t\t\t\"guarantor_bill_type\": \"\",\n\t\t\t\"guarantor_bill_type_description\": \"\",\n\t\t\t\"bill_type\": \"\",\n\t\t\t\"guarantor_patient_id\": \"\",\n\t\t\t\"rowhash\": \"C7-73-75-2A-A6-B5-03\"\n\t\t}\n\t]\n}"},{"id":"4abf090e-efbc-4093-a1cb-f3de0ce24b3b","name":"veterinary_patients?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/veterinary_patients?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","veterinary_patients"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/veterinary_patients?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/veterinary_patients?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/veterinary_patients?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/veterinary_patients?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\n            \"patient_id\": \"patient id\",\n            \"guarantor_id\": \"guarantor id\",\n            \"firstname\": \"firstname\",\n            \"middlename\": \"middlename\",\n            \"lastname\": \"lastname\",\n            \"preferred_name\": \"preferred name\",\n            \"salutation\": \"salutation\",\n            \"birthdate\": \"birthdate\",\n            \"status\": \"status\",\n            \"patient_note\": \"patient note\",\n            \"medical_note\": \"medical note\",\n            \"alert_note\": \"alert note\",\n            \"other_note\": \"other note\",\n            \"gender\": \"gender\",\n            \"address_line1\": \"address line1\",\n            \"address_line2\": \"address line2\",\n            \"city\": \"city\",\n            \"state\": \"state\",\n            \"zipcode\": \"zipcode\",\n            \"homephone\": \"homephone\",\n            \"workphone\": \"workphone\",\n            \"cell\": \"cell\",\n            \"email\": \"email\",\n            \"employer_id\": \"employer id\",\n            \"employer_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/employers/\",\n            \"billing_type\": \"billing type\",\n            \"first_visit\": \"first visit\",\n            \"last_visit\": \"last visit\",\n            \"provider_id\": \"provider id\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/appointments?patient_id=xxxx\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors/xxxx\",\n            \"primary_insurance_company_id\": \"primary insurance company id\",\n            \"primary_insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/insurance_companies/\",\n            \"secondary_insurance_company_id\": \"secondary insurance company id\",\n            \"secondary_insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/insurance_companies/\",\n            \"primary_relationship\": \"primary relationship\",\n            \"secondary_relationship\": \"secondary relationship\",\n            \"subscriber_id\": \"subscriber id\",\n            \"other_referral\": \"other referral\",\n            \"patient_referral\": \"patient referral\",\n            \"referred_out\": \"referred out\",\n            \"referred_by_provider_id\": \"referred by provider id\",\n            \"referred_by_patient_id\": \"referred by patient id\",\n            \"fee_no\": \"fee no\",\n            \"guarantor_first_name\": \"guarantor first name\",\n            \"guarantor_last_name\": \"guarantor last name\",\n            \"created_date\": \"created date\",\n            \"family_veterinarian\": \"family veterinarian\",\n            \"patient_codes\": \"patient codes\",\n            \"primary_insurance\": \"primary insurance\",\n            \"secondary_insurance\": \"secondary insurance\",\n            \"other_phone\": \"other phone\",\n            \"preferred_communication_method\": \"preferred communication method\",\n            \"ui_patient_id\": \"ui patient id\",\n            \"petname\": \"petname\",\n            \"marital_status\": \"marital status\",\n            \"breed\": \"breed\",\n            \"species\": \"species\",\n            \"color\": \"color\",\n            \"weight\": \"weight\",\n            \"height\": \"height\",\n            \"weight_type\": \"weight type\",\n            \"rabies\": \"rabies\",\n            \"feed\": \"feed\",\n            \"diet\": \"diet\",\n            \"trainer\": \"trainer\",\n            \"registered_name\": \"registered name\",\n            \"registered_number\": \"registered number\",\n            \"relative_name\": \"relative name\",\n            \"codes\": \"codes\",\n            \"license\": \"license\",\n            \"preffered_contact\": \"preffered contact\",\n            \"added_by\": \"added by\",\n            \"age\": \"age\",\n            \"code\": \"code\",\n            \"certificate\": \"certificate\",\n            \"epet_record_id\": \"epet record id\",\n            \"microchip\": \"microchip\",\n            \"plan\": \"plan\",\n            \"pet_class\": \"pet class\",\n            \"suspended_date\": \"suspended date\",\n            \"deceased_date\": \"deceased date\",\n            \"mixed\": \"mixed\",\n            \"client_class\": \"client class\",\n            \"cust_id\": \"cust id\",\n            \"guarantor_bill_type\": \"guarantor bill type\",\n            \"guarantor_bill_type_description\": \"guarantor bill type description\",\n            \"bill_type\": \"bill type\",\n            \"guarantor_patient_id\": \"guarantor patient id\",\n            \"rowhash\": \"rowhash\",\n            \"chart_number\": \"chart number\",\n            \"preferred_recall_method\": \"preferred recall method\",\n            \"exclude_message\": \"exclude message\",\n            \"extension\": \"extension\"\n        }\n    ]\n}"}],"_postman_id":"cc48ea30-25df-4a74-8fb6-eb208d70a4c2"},{"name":"practices","id":"8dbb534a-d5bc-4303-aed4-33518138e6cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/practices","description":"<p>Return list of all practices</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"national_provider_identifier-optional\">national_provider_identifier <code>optional</code></h6>\n<blockquote>\n<p>National provider identifier </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"practice_id-default\">practice_id <code>default</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"practice_name\">practice_name</h6>\n<blockquote>\n<p>practice name</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","practices"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"f4678caf-18ca-4cb1-b2d4-861488c58c23","name":"practices","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request-key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/practices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 25 Sep 2020 21:44:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Key-Expires","value":"Fri, 25 Sep 2020 22:03:22 GMT"},{"key":"X-Rate-Limit-Limit","value":"20"},{"key":"X-Rate-Limit-Remaining","value":"60"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline'  data: blob:;"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"50\",\n    \"total_count\": \"1\",\n    \"execution_time\": \"18\",\n    \"pagination\": {\n        \"first\": \"http://api.sikkasoft.com/v4/practices?offset=0&limit=50\",\n        \"previous\": \"\",\n        \"current\": \"http://api.sikkasoft.com/v4/practices?offset=0&limit=50\",\n        \"next\": \"\",\n        \"last\": \"http://api.sikkasoft.com/v4/practices?offset=0&limit=50\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients\",\n            \"address_line1\": \"Dr. Toubman and Dr. Korwin\",\n            \"address_line2\": \"112 Market Square (Rear)\",\n            \"city\": \"Newington\",\n            \"state\": \"CT\",\n            \"zipcode\": \"06111\",\n            \"email\": \"\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers\",\n            \"practice_id\": \"1\",\n            \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/1/appointments\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors\",\n            \"transaction_href\": \"https://api.sikkasoft.com/v4/practices/1/transactions\",\n            \"description\": \"\",\n            \"name\": \"Cedar Mountain Dental\",\n            \"cust_id\": \"1\",\n            \"phone\": \"8606672600\"\n        }\n    ]\n}"},{"id":"535e8ea8-c7d7-4166-9b57-faa05f45b2df","name":"practices?field=get_all","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request-key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/practices?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","practices"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.0 (Ubuntu)"},{"key":"Date","value":"Fri, 25 Sep 2020 21:44:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Key-Expires","value":"Fri, 25 Sep 2020 22:03:22 GMT"},{"key":"X-Rate-Limit-Limit","value":"20"},{"key":"X-Rate-Limit-Remaining","value":"60"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline'  data: blob:;"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/practices?offset=xx&limit=xx\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/practices?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/practices?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/practices?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients\",\n            \"address_line1\": \"address line1\",\n            \"address_line2\": \"address line2\",\n            \"city\": \"city\",\n            \"state\": \"state\",\n            \"zipcode\": \"zipcode\",\n            \"email\": \"email\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers\",\n            \"practice_id\": \"practice id\",\n            \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/appointments\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors\",\n            \"country\": \"country\",\n            \"transaction_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/transactions\",\n            \"description\": \"description\",\n            \"name\": \"name\",\n            \"cust_id\": \"cust id\",\n            \"national_provider_identifier\": \"national provider identifier\",\n            \"phone\": \"phone\",\n            \"website\": \"website\",\n            \"is_main_office\": \"is main office\"\n        }\n    ]\n}"}],"_postman_id":"8dbb534a-d5bc-4303-aed4-33518138e6cb"},{"name":"transactions","id":"2b349abb-d318-4dec-9cf8-993e03d80876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/transactions","description":"<p>Returns transactions data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"transaction_sr_no-optional\">transaction_sr_no <code>optional</code></h6>\n<blockquote>\n<p>transactions serial number from transactions </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>provider id in practice management system </p>\n</blockquote>\n<h6 id=\"claim_sr_no-optional\">claim_sr_no <code>optional</code></h6>\n<blockquote>\n<p>claim serial number in practice management system </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"date_filter_onoptional\">date_filter_on<code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: transaction_entry_date or last_updated_by or transaction_date(default) </p>\n</blockquote>\n<h6 id=\"procedure_code-optional\">procedure_code <code>optional</code></h6>\n<blockquote>\n<p>Procedure code as per practice management system </p>\n</blockquote>\n<h6 id=\"transaction_type-optional\">transaction_type <code>optional</code></h6>\n<blockquote>\n<p>Transaction Type as per practice management system </p>\n</blockquote>\n<h6 id=\"payment_typeoptional\">payment_type<code>optional</code></h6>\n<blockquote>\n<p>Payment Type as per practice management system </p>\n</blockquote>\n<h6 id=\"invoice_number-optional\">invoice_number <code>optional</code></h6>\n<blockquote>\n<p>Invoice Number as per practice management system </p>\n</blockquote>\n<h6 id=\"payment_procedure_link_id-optional\">payment_procedure_link_id <code>optional</code></h6>\n<blockquote>\n<p>payment procedure link ID </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"transaction_sr_no-default\">transaction_sr_no <code>default</code></h6>\n<blockquote>\n<p>transactions serial number from transactions </p>\n</blockquote>\n<h6 id=\"transaction_date\">transaction_date</h6>\n<blockquote>\n<p>format: yyyy-mm-dd, transaction date </p>\n</blockquote>\n<h6 id=\"transaction_time\">transaction_time</h6>\n<blockquote>\n<p>Transactions Time </p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","transactions"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"7aa5b26a-08b9-4799-9220-b2a70a4ad8fd","name":"transactions","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/transactions"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"1\",\n    \"limit\": \"1\",\n    \"total_count\": \"19723\",\n    \"execution_time\": \"33\",\n    \"pagination\": {\n        \"first\": \"http://api.sikkasoft.com/v4/transactions?offset=0&limit=1\",\n        \"previous\": \"http://api.sikkasoft.com/v4/transactions?offset=0&limit=1\",\n        \"current\": \"http://api.sikkasoft.com/v4/transactions?offset=1&limit=1\",\n        \"next\": \"http://api.sikkasoft.com/v4/transactions?offset=2&limit=1\",\n        \"last\": \"http://api.sikkasoft.com/v4/transactions?offset=19722&limit=1\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/transactions/31008\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/1839\",\n            \"patient_id\": \"1839\",\n            \"guarantor_id\": \"1841\",\n            \"provider_id\": \"GREL\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/GREL\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/1841\",\n            \"transaction_sr_no\": \"31008\",\n            \"transaction_type\": \"Procedure\",\n            \"transaction_date\": \"2020-09-30T00:00:00\",\n            \"procedure_code\": \"D1208\",\n            \"procedure_description\": \"Topical Appl of Fluor Excl Varn\",\n            \"amount\": \"24.0000\",\n            \"transaction_entry_date\": \"2020-09-30T00:00:00\",\n            \"estimated_insurance_payment\": \"0\",\n            \"tooth_from\": \"\",\n            \"tooth_to\": \"\",\n            \"quantity\": \"\",\n            \"claim_sr_no\": \"2992\",\n            \"claim_href\": \"https://api.sikkasoft.com/v4/practices/1/claims/2992\",\n            \"payment_type\": \"\",\n            \"surface\": \"\",\n            \"note\": \"\",\n            \"created_by\": \"\",\n            \"last_updated_by\": \"\",\n            \"primary_insurance_estimate\": \"0.0000\"\n        }\n    ]\n}"},{"id":"7cd79637-c82b-4b20-83c3-a049c9932021","name":"transactions?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/transactions?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","transactions"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"0\",\n  \"limit\": \"xx\",\n  \"total_count\": \"xx\",\n  \"execution_time\": \"xx\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/transactions?offset=xx&limit=xx\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/transactions?offset=xx&limit=xx\",\n    \"next\": \"https://api.sikkasoft.com/v4/transactions?offset=xx&limit=xx\",\n    \"last\": \"https://api.sikkasoft.com/v4/transactions?offset=xx&limit=xx\"\n  },\n  \"items\": [\n{\n    \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/transactions/xxxx\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\n    \"patient_id\": \"patient id\",\n    \"guarantor_id\": \"guarantor id\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers/xxxx\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors/xxxx\",\n    \"transaction_sr_no\": \"transaction sr no\",\n    \"transaction_type\": \"transaction type\",\n    \"transaction_date\": \"transaction date\",\n    \"procedure_code\": \"procedure code\",\n    \"procedure_description\": \"procedure description\",\n    \"amount\": \"amount\",\n    \"transaction_entry_date\": \"transaction entry date\",\n    \"estimated_insurance_payment\": \"estimated insurance payment\",\n    \"tooth_from\": \"tooth from\",\n    \"tooth_to\": \"tooth to\",\n    \"invoice_number\": \"invoice number\",\n    \"invoice_status\": \"invoice status\",\n    \"invoice_item\": \"invoice item\",\n    \"quantity\": \"quantity\",\n    \"claim_sr_no\": \"claim sr no\",\n    \"claim_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/claims/\",\n    \"pre_authorization_id\": \"pre authorization id\",\n    \"payment_type\": \"payment type\",\n    \"surface\": \"surface\",\n    \"note\": \"note\",\n    \"is_group_transaction\": \"is group transaction\",\n    \"cheque_no\": \"cheque no\",\n    \"clinical_condition_id\": \"clinical condition id\",\n    \"collection_provider_id\": \"collection provider id\",\n    \"created_by\": \"created by\",\n    \"last_updated_by\": \"last updated by\",\n    \"primary_insurance_estimate\": \"primary insurance estimate\",\n    \"secondary_insurance_estimate\": \"secondary insurance estimate\",\n    \"surface_quadrant_type\": \"surface quadrant type\",\n    \"appointment_sr_no\": \"appointment sr no\",\n    \"cust_id\": \"cust id\",\n    \"prosthesis\": \"prosthesis\",\n    \"billed_to_insurance\": \"billed to insurance\",\n    \"insurance_payment_date\": \"insurance payment date\",\n    \"secondary_billed_to_insurance\": \"secondary billed to insurance\",\n    \"original_prosthesis_date\": \"original prosthesis date\",\n    \"rowhash\": \"rowhash\",\n    \"amount_paid\": \"amount paid\",\n    \"transaction_code\": \"transaction code\",\n    \"transaction_description\": \"transaction description\",\n    \"payment_procedure_link_id\": \"payment procedure link id\",\n    \"payment_method\": \"payment method\",\n    \"transaction_time\": \"transaction time\"\n}\n  ]\n}"}],"_postman_id":"2b349abb-d318-4dec-9cf8-993e03d80876"},{"name":"guarantors","id":"5f45a4bd-a0c2-4ae2-a2c3-85c076af8fe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/guarantors","description":"<p>Returns guarantors data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"cell-optional\">cell <code>optional</code></h6>\n<blockquote>\n<p>Cell number </p>\n</blockquote>\n<h6 id=\"phone-optional\">phone <code>optional</code></h6>\n<blockquote>\n<p>Phone number </p>\n</blockquote>\n<h6 id=\"email-optional\">email <code>optional</code></h6>\n<blockquote>\n<p>Email id </p>\n</blockquote>\n<h6 id=\"firstname-optional\">firstname <code>optional</code></h6>\n<blockquote>\n<p>First name of patient </p>\n</blockquote>\n<h6 id=\"lastname-optional\">lastname <code>optional</code></h6>\n<blockquote>\n<p>Last name of patient </p>\n</blockquote>\n<h6 id=\"workphone-optional\">workphone <code>optional</code></h6>\n<blockquote>\n<p>Work phone number </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"guarantor_id-default\">guarantor_id <code>default</code></h6>\n<blockquote>\n<p>guarantor id in practice management system</p>\n</blockquote>\n<h6 id=\"firstname-or-first_name\">firstname Or first_name</h6>\n<blockquote>\n<p>First name of patient </p>\n</blockquote>\n<h6 id=\"lastname-or-last_name\">lastname Or last_name</h6>\n<blockquote>\n<p>Last name of patient </p>\n</blockquote>\n<h6 id=\"zipcode\">zipcode</h6>\n<blockquote>\n<p>Zip code</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","guarantors"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"4a9ca086-c721-4fb1-b1dc-630857e403bb","name":"guarantors","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/guarantors"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"1\",\n    \"limit\": \"1\",\n    \"total_count\": \"2163\",\n    \"execution_time\": \"20\",\n    \"pagination\": {\n        \"first\": \"http://api.sikkasoft.com/v4/guarantors?offset=0&limit=1\",\n        \"previous\": \"http://api.sikkasoft.com/v4/guarantors?offset=0&limit=1\",\n        \"current\": \"http://api.sikkasoft.com/v4/guarantors?offset=1&limit=1\",\n        \"next\": \"http://api.sikkasoft.com/v4/guarantors?offset=2&limit=1\",\n        \"last\": \"http://api.sikkasoft.com/v4/guarantors?offset=2162&limit=1\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/2243\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/2243\",\n            \"patient_id\": \"2243\",\n            \"guarantor_id\": \"2243\",\n            \"firstname\": \"xxxxxx\",\n            \"middlename\": \"\",\n            \"lastname\": \"yyyyy\",\n            \"salutation\": \"\",\n            \"birthdate\": \"\",\n            \"status\": \"Non-Patient\",\n            \"address_line1\": \"25507 Painted Ave|\",\n            \"city\": \"San Jose\",\n            \"state\": \"CA\",\n            \"zipcode\": \"94567\",\n            \"cell\": \"xxx-xxx-xxxx\",\n            \"email\": \"xyx@gmail.com\",\n            \"employer_id\": \"0\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"guarantor_s_patient_id\": \"\",\n            \"patient_firstname\": \"xxxxxx\",\n            \"patient_lastname\": \"yyyyy\",\n            \"patient_middlename\": \"\",\n            \"patient_status\": \"NonPat\"\n        }\n    ]\n}"},{"id":"f23ad753-7103-4ff4-926c-e67ea4be1bb6","name":"guarantors?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/guarantors?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","guarantors"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"xx\",\n  \"limit\": \"xx\",\n  \"total_count\": \"xx\",\n  \"execution_time\": \"xx\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/guarantors?offset=xx&limit=xx\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/guarantors?offset=xx&limit=xx\",\n    \"next\": \"https://api.sikkasoft.com/v4/guarantors?offset=xx&limit=xx\",\n    \"last\": \"https://api.sikkasoft.com/v4/guarantors?offset=xx&limit=xx\"\n  },\n  \"items\": [\n  {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors/xxxx\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\n    \"patient_id\": \"patient id\",\n    \"guarantor_id\": \"guarantor id\",\n    \"firstname\": \"firstname\",\n    \"middlename\": \"middlename\",\n    \"lastname\": \"lastname\",\n    \"preferred_name\": \"preferred name\",\n    \"salutation\": \"salutation\",\n    \"birthdate\": \"birthdate\",\n    \"status\": \"status\",\n    \"gender\": \"gender\",\n    \"address_line1\": \"address line1\",\n    \"address_line2\": \"address line2\",\n    \"city\": \"city\",\n    \"state\": \"state\",\n    \"zipcode\": \"zipcode\",\n    \"workphone\": \"workphone\",\n    \"cell\": \"cell\",\n    \"email\": \"email\",\n    \"employer_id\": \"employer id\",\n    \"employer_href\": \"\",\n    \"billing_type\": \"billing type\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n    \"country\": \"country\",\n    \"preferred_contact\": \"preferred contact\",\n    \"suspended_date\": \"suspended date\",\n    \"cust_id\": \"cust id\",\n    \"guarantor_s_patient_id\": \"guarantor s patient id\",\n    \"guarantor_class\": \"guarantor class\",\n    \"patient_firstname\": \"patient firstname\",\n    \"patient_lastname\": \"patient lastname\",\n    \"patient_middlename\": \"patient middlename\",\n    \"patient_status\": \"patient status\",\n    \"phone\": \"phone\",\n    \"rowhash\": \"rowhash\"\n}\n  ]\n}"}],"_postman_id":"5f45a4bd-a0c2-4ae2-a2c3-85c076af8fe6"},{"name":"contact_details","id":"a2a1a286-4535-49bf-8f2d-3adf0741a816","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/contact_details","description":"<p>Returns contact details of patients from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id in practice management system </p>\n</blockquote>\n<h6 id=\"uid-optional\">uid <code>optional</code></h6>\n<blockquote>\n<p>Unique Id </p>\n</blockquote>\n<h6 id=\"contact_of-optional\">contact_of <code>optional</code></h6>\n<blockquote>\n<p>Contact of patient </p>\n</blockquote>\n<h6 id=\"contact_type-optional\">contact_type <code>optional</code></h6>\n<blockquote>\n<p>Contact Type of patient </p>\n</blockquote>\n<h6 id=\"contact_value-optional\">contact_value <code>optional</code></h6>\n<blockquote>\n<p>Contact value </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"uid-default\">uid <code>default</code></h6>\n<blockquote>\n<p>Unique Id </p>\n</blockquote>\n<h6 id=\"contact_of\">contact_of</h6>\n<blockquote>\n<p>Contact of patient </p>\n</blockquote>\n<h6 id=\"contact_type\">contact_type</h6>\n<blockquote>\n<p>Contact Type of patient </p>\n</blockquote>\n<h6 id=\"contact_value\">contact_value</h6>\n<blockquote>\n<p>Contact value </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","contact_details"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"38177d1e-9e16-4467-a6eb-90e8c820176a","name":"contact_details","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text","disabled":true}],"url":{"raw":"https://api.sikkasoft.com/v4/contact_details","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","contact_details"],"query":[{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Request-Key-Expires","value":"Tue, 06 Oct 2020 21:17:54 GMT"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Oct 2020 20:40:47 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"1\",\n    \"total_count\": \"25106\",\n    \"execution_time\": \"846\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/contact_details?offset=0&limit=1\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/contact_details?offset=0&limit=1\",\n        \"next\": \"https://api.sikkasoft.com/v4/contact_details?offset=1&limit=1\",\n        \"last\": \"https://api.sikkasoft.com/v4/contact_details?offset=25105&limit=1\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/contact_details/99901\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"uid\": \"99901\",\n            \"contact_of\": \"Patient\",\n            \"contact_type\": \"Home Phone\",\n            \"contact_value\": \"xxx-xxx-xxxx\",\n            \"label\": \"\"\n        }\n    ]\n}"},{"id":"d5ecb05a-6a1e-421f-97e6-379c731a633c","name":"contact_details?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text","disabled":true}],"url":{"raw":"https://api.sikkasoft.com/v4/contact_details","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","contact_details"],"query":[{"key":"fields","value":"get_all","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Request-Key-Expires","value":"Tue, 06 Oct 2020 21:17:54 GMT"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Oct 2020 20:40:47 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/contact_details?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/contact_details?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/contact_details?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/contact_details?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/contact_details/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"uid\": \"uid\",\n            \"contact_of\": \"contact of\",\n            \"contact_type\": \"contact type\",\n            \"contact_value\": \"contact value\",\n            \"label\": \"label\"\n        }\n    ]\n}"}],"_postman_id":"a2a1a286-4535-49bf-8f2d-3adf0741a816"},{"name":"providers","id":"236b3d2b-6608-43e4-bfa0-7087c5e871b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/providers","description":"<p>Returns provider details from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>provider id in practice management system </p>\n</blockquote>\n<h6 id=\"provider_type-optional\">provider_type <code>optional</code></h6>\n<blockquote>\n<p>provider type in practice management system </p>\n</blockquote>\n<h6 id=\"firstname-optional\">firstname <code>optional</code></h6>\n<blockquote>\n<p>First name of provider </p>\n</blockquote>\n<h6 id=\"lastname-optional\">lastname <code>optional</code></h6>\n<blockquote>\n<p>Last name of provider </p>\n</blockquote>\n<h6 id=\"national_provider_identifier-optional\">national_provider_identifier <code>optional</code></h6>\n<blockquote>\n<p>National provider identifier </p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>Status of provider </p>\n</blockquote>\n<h6 id=\"is_user-optional\">is_user <code>optional</code></h6>\n<blockquote>\n<p>Value indicating proivder is a user or not, valid value True/False </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"provider_id-default\">provider_id <code>default</code></h6>\n<blockquote>\n<p>provider id in practice management system</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","providers"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"4b7c2414-41d2-4af3-a7e0-f6c2efe1f48e","name":"providers","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text","disabled":true}],"url":{"raw":"https://api.sikkasoft.com/v4/providers?=","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","providers"],"query":[{"key":"","value":""}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"1\",\r\n\"total_count\": \"24\",\r\n\"execution_time\": \"13\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/providers?offset=0&limit=1\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/providers?offset=0&limit=1\",\r\n\"next\": \"http://api.sikkasoft.com/v4/providers?offset=1&limit=1\",\r\n\"last\": \"http://api.sikkasoft.com/v4/providers?offset=23&limit=1\"\r\n},\r\n\"items\": [\r\n{\r\n        \"href\": \"https://api.sikkasoft.com/v4/practices/1/providers/VLP\",\r\n        \"provider_id\": \"VLP\",\r\n        \"firstname\": \"Vdfdd\",\r\n        \"lastname\": \"Ztedda\",\r\n        \"address_line1\": \"1astde\",\r\n        \"address_line2\": \"Last Day 11-30-11\",\r\n        \"city\": \"Lewistown\",\r\n        \"state\": \"IL\",\r\n        \"zipcode\": \"61542\",\r\n        \"country\": \"\",\r\n        \"phone\": \"\",\r\n        \"provider_type\": \"Provider\",\r\n        \"specialty\": \"Dental Assistant\",\r\n        \"practice_id\": \"1\",\r\n        \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n        \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients?provider_id=VLP\",\r\n        \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/1/appointments?provider_id=VLP\",\r\n        \"status\": \"Inactive\",\r\n        \"provider_account_id\": \"\",\r\n        \"state_id\": \"\",\r\n        \"tax_identification_number\": \"\",\r\n        \"medicaid_id\": \"\",\r\n        \"drug_id\": \"\",\r\n        \"national_provider_identifier\": \"\",\r\n        \"email\": \"\",\r\n        \"birthdate\": \"\",\r\n        \"hire_date\": \"\",\r\n        \"graduated_date\": \"\",\r\n        \"initials\": \"\",\r\n        \"ssn\": \"\",\r\n        \"other_id\": \"\",\r\n        \"bluecross_id\": \"\",\r\n        \"medicare_id\": \"\",\r\n        \"fee_schedule_id\": \"\",\r\n        \"federal_id_no\": \"\",\r\n        \"federal_id_sub_no\": \"\",\r\n        \"gl_sub_account_number\": \"\",\r\n        \"is_hidden\": \"False\",\r\n        \"cust_id\": \"True\",\r\n        \"specialty_code\": \"1593S0542X\"\r\n}\r\n]\r\n}"},{"id":"71e89067-854d-4a88-b48a-b003ee79b2ca","name":"providers?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text","disabled":true}],"url":{"raw":"https://api.sikkasoft.com/v4/providers?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","providers"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"offset\": \"xx\",\r\n  \"limit\": \"xx\",\r\n  \"total_count\": \"xx\",\r\n  \"execution_time\": \"xx\",\r\n  \"pagination\": {\r\n    \"first\": \"https://api.sikkasoft.com/v4/providers?offset=xx&limit=xx\",\r\n    \"previous\": \"\",\r\n    \"current\": \"https://api.sikkasoft.com/v4/providers?offset=xx&limit=xx\",\r\n    \"next\": \"https://api.sikkasoft.com/v4/providers?offset=xx&limit=xx\",\r\n    \"last\": \"https://api.sikkasoft.com/v4/providers?offset=xx&limit=xx\"\r\n  },\r\n  \"items\": [\r\n  {\r\n    \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers/xxxx\",\r\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients?provider_id=xxxx\",\r\n    \"firstname\": \"firstname\",\r\n    \"lastname\": \"lastname\",\r\n    \"birthdate\": \"birthdate\",\r\n    \"status\": \"status\",\r\n    \"address_line1\": \"address line1\",\r\n    \"address_line2\": \"address line2\",\r\n    \"city\": \"city\",\r\n    \"state\": \"state\",\r\n    \"zipcode\": \"zipcode\",\r\n    \"email\": \"email\",\r\n    \"provider_id\": \"provider id\",\r\n    \"practice_id\": \"practice id\",\r\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n    \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/appointments?provider_id=xxxx\",\r\n    \"country\": \"country\",\r\n    \"cust_id\": \"cust id\",\r\n    \"national_provider_identifier\": \"national provider identifier\",\r\n    \"provider_type\": \"provider type\",\r\n    \"provider_account_id\": \"provider account id\",\r\n    \"state_id\": \"state id\",\r\n    \"tax_identification_number\": \"tax identification number\",\r\n    \"medicaid_id\": \"medicaid id\",\r\n    \"graduated_date\": \"graduated date\",\r\n    \"hire_date\": \"hire date\",\r\n    \"initials\": \"initials\",\r\n    \"ssn\": \"ssn\",\r\n    \"phone\": \"phone\",\r\n    \"speciality\": \"speciality\",\r\n    \"other_id\": \"other id\",\r\n    \"bluecross_id\": \"bluecross id\",\r\n    \"medicare_id\": \"medicare id\",\r\n    \"fee_schedule_id\": \"fee schedule id\",\r\n    \"federal_id_no\": \"federal id no\",\r\n    \"federal_id_sub_no\": \"federal id sub no\",\r\n    \"gl_sub_account_number\": \"gl sub account number\",\r\n    \"specialty_code\": \"specialty code\",\r\n    \"is_organization\": \"is organization\",\r\n    \"is_hidden\": \"is hidden\",\r\n    \"external_id\": \"external id\",\r\n    \"is_user\": \"true/false\"\r\n}\r\n  ]\r\n}"}],"_postman_id":"236b3d2b-6608-43e4-bfa0-7087c5e871b6"},{"name":"provider_time_clock","id":"1099e6cd-e36d-478c-a245-f10c7fd59cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/provider_time_clock","description":"<p>Returns provider's times clock details from practice</p>\n<hr />\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>provider id in practice management system </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date on punch_date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date on punch_date </p>\n</blockquote>\n<h6 id=\"cust_id-optional\">cust_id <code>optional</code></h6>\n<blockquote>\n<p>Cust Id (Customer ID) </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"provider_id-default\">provider_id <code>default</code></h6>\n<blockquote>\n<p>provider id in practice management system </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"punch_date\">punch_date</h6>\n<blockquote>\n<p>punch date</p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","provider_time_clock"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"dcf68bde-824a-4dab-b4fb-6536db399658","name":"provider_time_clock","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/provider_time_clock"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"1\",\r\n    \"total_count\": \"410\",\r\n    \"execution_time\": \"20\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/provider_time_clock?offset=0&limit=1\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/provider_time_clock?offset=0&limit=1\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/provider_time_clock?offset=1&limit=1\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/provider_time_clock?offset=409&limit=1\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/provider_time_clock/0001\",\r\n            \"provider_id\": \"0001\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/0001\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"cust_id\": \"1\",\r\n            \"rowhash\": \"42-82-77-2B-D2-98-02\",\r\n            \"punch_date\": \"2020-09-01T00:00:00\",\r\n            \"punch_time1\": \"07:19\",\r\n            \"punch_type1\": \"Punched in\",\r\n            \"punch_time2\": \"16:52\",\r\n            \"punch_type2\": \"Punched in\",\r\n            \"punch_time3\": \"00:00\",\r\n            \"punch_type3\": \"Did not punch in yet\",\r\n            \"punch_time4\": \"00:00\",\r\n            \"punch_type4\": \"Did not punch in yet\",\r\n            \"punch_time5\": \"00:00\",\r\n            \"punch_type5\": \"Did not punch in yet\",\r\n            \"punch_time6\": \"00:00\",\r\n            \"punch_type6\": \"Did not punch in yet\",\r\n            \"punch_time7\": \"00:00\",\r\n            \"punch_type7\": \"Did not punch in yet\",\r\n            \"punch_time8\": \"00:00\",\r\n            \"punch_type8\": \"Did not punch in yet\",\r\n            \"punch_time9\": \"00:00\",\r\n            \"punch_type9\": \"Did not punch in yet\",\r\n            \"punch_time10\": \"00:00\",\r\n            \"punch_type10\": \"Did not punch in yet\",\r\n            \"punch_time11\": \"00:00\",\r\n            \"punch_type11\": \"Did not punch in yet\",\r\n            \"punch_time12\": \"00:00\",\r\n            \"punch_type12\": \"Did not punch in yet\",\r\n            \"punch_time13\": \"00:00\",\r\n            \"punch_type13\": \"Did not punch in yet\",\r\n            \"punch_time14\": \"00:00\",\r\n            \"punch_type14\": \"Did not punch in yet\",\r\n            \"punch_time15\": \"00:00\",\r\n            \"punch_type15\": \"Did not punch in yet\",\r\n            \"punch_time16\": \"00:00\",\r\n            \"punch_type16\": \"Did not punch in yet\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"1099e6cd-e36d-478c-a245-f10c7fd59cf6"},{"name":"pms_users","id":"562f44e4-6984-4385-a3ca-e599f498a136","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/pms_users","description":"<p>Returns user's details from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"user_id-optional\">user_id <code>optional</code></h6>\n<blockquote>\n<p>user id in practice management system </p>\n</blockquote>\n<h6 id=\"firstname-optional\">firstname <code>optional</code></h6>\n<blockquote>\n<p>First name of user </p>\n</blockquote>\n<h6 id=\"lastname-optional\">lastname <code>optional</code></h6>\n<blockquote>\n<p>Last name of user</p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>Status of user</p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"user_id-default\">user_id <code>default</code></h6>\n<blockquote>\n<p>user id in practice management system</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","pms_users"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"283ff0d0-3fb1-4ab8-a51e-b2086feee1a1","name":"pms_users","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text","disabled":true}],"url":{"raw":"https://api.sikkasoft.com/v4/pms_users","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","pms_users"],"query":[{"key":"","value":"","disabled":true}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"1\",\r\n    \"total_count\": \"10\",\r\n    \"execution_time\": \"475\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/pms_users?offset=0&limit=1\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/pms_users?offset=0&limit=1\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/pms_users?offset=1&limit=1\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/pms_users?offset=9&limit=1\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/pms_users/VLP\",\r\n            \"user_id\": \"VLP\",\r\n            \"firstname\": \"Vdfdd\",\r\n            \"lastname\": \"Ztedda\",\r\n            \"address_line1\": \"1astde\",\r\n            \"address_line2\": \"Last Day 11-30-11\",\r\n            \"city\": \"Lewistown\",\r\n            \"state\": \"IL\",\r\n            \"zipcode\": \"61542\",\r\n            \"phone\": \"\",\r\n            \"specialty\": \"Dental Assistant\",\r\n            \"specialty_code\": \"specialty code\",\r\n            \"status\": \"Inactive\",\r\n            \"email\": \"\",\r\n            \"birthdate\": \"\",\r\n            \"hire_date\": \"\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"cust_id\": \"1\"\r\n        }\r\n    ]\r\n}"},{"id":"d0fe7059-b2ab-4e02-b657-fffa83c12638","name":"pms_users?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text","disabled":true}],"url":{"raw":"https://api.sikkasoft.com/v4/pms_users?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","pms_users"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"1\",\r\n    \"total_count\": \"10\",\r\n    \"execution_time\": \"475\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/pms_users?offset=0&limit=1\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/pms_users?offset=0&limit=1\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/pms_users?offset=1&limit=1\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/pms_users?offset=9&limit=1\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/pms_users/VLP\",\r\n            \"user_id\": \"VLP\",\r\n            \"firstname\": \"Vdfdd\",\r\n            \"lastname\": \"Ztedda\",\r\n            \"address_line1\": \"1astde\",\r\n            \"address_line2\": \"Last Day 11-30-11\",\r\n            \"city\": \"Lewistown\",\r\n            \"state\": \"IL\",\r\n            \"zipcode\": \"61542\",\r\n            \"country\": \"\",\r\n            \"phone\": \"\",\r\n            \"specialty\": \"Dental Assistant\",\r\n            \"specialty_code\": \"specialty code\",\r\n            \"status\": \"Inactive\",\r\n            \"email\": \"\",\r\n            \"birthdate\": \"\",\r\n            \"hire_date\": \"\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"cust_id\": \"1\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"562f44e4-6984-4385-a3ca-e599f498a136"},{"name":"outside_doctors","id":"8297c6fa-8565-4cd4-ac5e-ac51aa4b26c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/outside_doctors","description":"<p>Returns outside doctors details from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"doctor_id-optional\">doctor_id <code>optional</code></h6>\n<blockquote>\n<p>doctor id in practice management system </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id in practice management system </p>\n</blockquote>\n<h6 id=\"cust_id-optional\">cust_id <code>optional</code></h6>\n<blockquote>\n<p>Cust Id (Customer ID) </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"doctor_id-default\">doctor_id <code>default</code></h6>\n<blockquote>\n<p>doctor id in practice management system </p>\n</blockquote>\n<h6 id=\"patient_id\">patient_id</h6>\n<blockquote>\n<p>patient id in practice management system </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","outside_doctors"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"c026ac4e-443a-492c-bbc5-ffba52a180b0","name":"outside_doctors","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text","disabled":true}],"url":"https://api.sikkasoft.com/v4/outside_doctors"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xxxx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/outside_doctors?offset=xx&limit=xx\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/outside_doctors?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/outside_doctors?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/outside_doctors?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"doctor_id\": \"1155\",\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/outside_doctors/1155\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/200138\",\r\n            \"patient_id\": \"200138\",\r\n            \"firstname\": \"Satyen\",\r\n            \"lastname\": \"Pandya\",\r\n            \"address_line1\": \"123 Jagdish Hare\",\r\n            \"address_line2\": \"\",\r\n            \"city\": \"Yardley\",\r\n            \"state\": \"PA\",\r\n            \"zipcode\": \"12345\",\r\n            \"practice_id\": \"1-1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n            \"cust_id\": \"1\",\r\n            \"rowhash\": \"0B-F1-F9-C9-9A-95-02\",\r\n            \"middlename\": \"\"\r\n        },\r\n        {\r\n            \"doctor_id\": \"1154\",\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/outside_doctors/1154\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/230333\",\r\n            \"patient_id\": \"230333\",\r\n            \"firstname\": \"Dhruv\",\r\n            \"lastname\": \"Pandya\",\r\n            \"address_line1\": \"456 Jagdish Hare\",\r\n            \"address_line2\": \"\",\r\n            \"city\": \"Morrisville\",\r\n            \"state\": \"PA\",\r\n            \"zipcode\": \"54321\",\r\n            \"practice_id\": \"1-1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n            \"cust_id\": \"1\",\r\n            \"rowhash\": \"F3-76-5D-D0-13-A7-02\",\r\n            \"middlename\": \"\"\r\n        }\r\n    ]\r\n}"},{"id":"1325c247-be4e-4471-b401-7cca01d530ca","name":"outside_doctors?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text","disabled":true}],"url":{"raw":"https://api.sikkasoft.com/v4/outside_doctors?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","outside_doctors"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xxxx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/outside_doctors?offset=xx&limit=xx\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/outside_doctors?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/outside_doctors?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/outside_doctors?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"doctor_id\": \"1155\",\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/outside_doctors/1155\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/200138\",\r\n            \"patient_id\": \"200138\",\r\n            \"firstname\": \"Satyen\",\r\n            \"lastname\": \"Pandya\",\r\n            \"address_line1\": \"123 Jagdish Hare\",\r\n            \"address_line2\": \"\",\r\n            \"city\": \"Yardley\",\r\n            \"state\": \"PA\",\r\n            \"zipcode\": \"12345\",\r\n            \"practice_id\": \"1-1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n            \"cust_id\": \"1\",\r\n            \"rowhash\": \"0B-F1-F9-C9-9A-95-02\",\r\n            \"middlename\": \"\"\r\n        },\r\n        {\r\n            \"doctor_id\": \"1154\",\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/outside_doctors/1154\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/230333\",\r\n            \"patient_id\": \"230333\",\r\n            \"firstname\": \"Dhruv\",\r\n            \"lastname\": \"Pandya\",\r\n            \"address_line1\": \"456 Jagdish Hare\",\r\n            \"address_line2\": \"\",\r\n            \"city\": \"Morrisville\",\r\n            \"state\": \"PA\",\r\n            \"zipcode\": \"54321\",\r\n            \"practice_id\": \"1-1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n            \"cust_id\": \"1\",\r\n            \"rowhash\": \"F3-76-5D-D0-13-A7-02\",\r\n            \"middlename\": \"\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"8297c6fa-8565-4cd4-ac5e-ac51aa4b26c6"},{"name":"guarantors_v2","id":"5f593c4e-3de0-469e-ab67-fb27f19d7018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/guarantors_v2","description":"<p>Returns guarnators details from practice</p>\n<p>Parameters</p>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"cell-optional\">cell <code>optional</code></h6>\n<blockquote>\n<p>Cell number </p>\n</blockquote>\n<h6 id=\"workphone-optional\">workphone <code>optional</code></h6>\n<blockquote>\n<p>Work phone number </p>\n</blockquote>\n<h6 id=\"phone-optional\">phone <code>optional</code></h6>\n<blockquote>\n<p>Phone number </p>\n</blockquote>\n<h6 id=\"email-optional\">email <code>optional</code></h6>\n<blockquote>\n<p>Email id </p>\n</blockquote>\n<h6 id=\"firstname-optional\">firstname <code>optional</code></h6>\n<blockquote>\n<p>First name of patient </p>\n</blockquote>\n<h6 id=\"lastname-optional\">lastname <code>optional</code></h6>\n<blockquote>\n<p>Last name of patient </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"guarantor_id-default\">guarantor_id <code>default</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"firstname-or-first_name\">firstname Or first_name</h6>\n<blockquote>\n<p>First name of patient </p>\n</blockquote>\n<h6 id=\"lastname-or-last_name\">lastname Or last_name</h6>\n<blockquote>\n<p>Last name of patient </p>\n</blockquote>\n<h6 id=\"zipcode\">zipcode</h6>\n<blockquote>\n<p>Zip code</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","guarantors_v2"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"21631fa0-2ddc-438e-96a2-8a277e15f753","name":"guarantors_v2","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/guarantors_v2"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"1\",\n    \"total_count\": \"6686\",\n    \"execution_time\": \"29\",\n    \"pagination\": {\n        \"first\": \"http://api.sikkasoft.com/v4/guarantors_v2?offset=0&limit=1\",\n        \"previous\": \"\",\n        \"current\": \"http://api.sikkasoft.com/v4/guarantors_v2?offset=0&limit=1\",\n        \"next\": \"http://api.sikkasoft.com/v4/guarantors_v2?offset=1&limit=1\",\n        \"last\": \"http://api.sikkasoft.com/v4/guarantors_v2?offset=6685&limit=1\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors_v2/80010034\",\n            \"guarantor_id\": \"80010034\",\n            \"firstname\": \"Fran\",\n            \"middlename\": \"\",\n            \"lastname\": \"Aar\",\n            \"salutation\": \"\",\n            \"birthdate\": \"1955-05-29T00:00:00\",\n            \"status\": \"active\",\n            \"address_line1\": \"\",\n            \"city\": \"San Jose\",\n            \"state\": \"CA\",\n            \"zipcode\": \"95116\",\n            \"cell\": \"\",\n            \"email\": \"\",\n            \"employer_id\": \"\",\n            \"employer_href\": \"\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\"\n        }\n    ]\n}"},{"id":"4237dd05-ee00-4c48-afa7-8a0f1e1010f7","name":"guarantors_v2?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/guarantors_v2?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","guarantors_v2"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/guarantors_v2?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/guarantors_v2?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/guarantors_v2?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/guarantors_v2?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors_v2/xxxx\",\n            \"guarantor_id\": \"guarantor id\",\n            \"firstname\": \"firstname\",\n            \"middlename\": \"middlename\",\n            \"lastname\": \"lastname\",\n            \"preferred_name\": \"preferred name\",\n            \"salutation\": \"salutation\",\n            \"birthdate\": \"birthdate\",\n            \"status\": \"status\",\n            \"address_line1\": \"address line1\",\n            \"address_line2\": \"address line2\",\n            \"city\": \"city\",\n            \"state\": \"state\",\n            \"zipcode\": \"zipcode\",\n            \"workphone\": \"workphone\",\n            \"cell\": \"cell\",\n            \"email\": \"email\",\n            \"employer_id\": \"employer id\",\n            \"employer_href\": \"\",\n            \"billing_type\": \"billing type\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"country\": \"country\",\n            \"preferred_contact\": \"preferred contact\",\n            \"suspended_date\": \"suspended date\",\n            \"client_class\": \"client class\",\n            \"cust_id\": \"cust id\",\n            \"guarantor_class\": \"guarantor class\",\n            \"phone\": \"phone\",\n            \"ssn_on_file\": \"ssn on file\",\n            \"guarantor_bill_type\": \"guarantor bill type\",\n            \"guarantor_bill_type_description\": \"guarantor bill type description\"\n        }\n    ]\n}"}],"_postman_id":"5f593c4e-3de0-469e-ab67-fb27f19d7018"},{"name":"practice_variables","id":"29c44269-d5b4-4c2c-bfa3-73fd15b826f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/practice_variables","description":"<p>Returns practice variables like appointment status , patient status from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"service_name-optional\">service_name <code>optional</code></h6>\n<blockquote>\n<p>Service name as per the response </p>\n</blockquote>\n<h6 id=\"service_item-optional\">service_item <code>optional</code></h6>\n<blockquote>\n<p>Service item as per the response </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"service_name\">service_name</h6>\n<blockquote>\n<p>Service name as per the response </p>\n</blockquote>\n<h6 id=\"practice_id-default\">practice_id <code>default</code></h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","practice_variables"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"96bb5932-c880-468e-a918-75fe74478387","name":"practice_variables","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/practice_variables"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"500\",\r\n\"total_count\": \"4\",\r\n\"execution_time\": \"13\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/practice_variables?offset=0&limit=500\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/practice_variables?offset=0&limit=500\",\r\n\"next\": \"\",\r\n\"last\": \"http://api.sikkasoft.com/v4/practice_variables?offset=0&limit=500\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/practice_variables\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"open.unconfirm\",\r\n\"service_name\": \"Appointment Status\",\r\n\"value\": \"open.unconfirm\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/practice_variables\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"open.confirm\",\r\n\"service_name\": \"Appointment Status\",\r\n\"value\": \"open.confirm\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/practice_variables\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"complete.unconfirm\",\r\n\"service_name\": \"Appointment Status\",\r\n\"value\": \"complete.unconfirm\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/practice_variables\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"complete.confirm\",\r\n\"service_name\": \"Appointment Status\",\r\n\"value\": \"complete.confirm\"\r\n}\r\n]\r\n}"},{"id":"6c86ab45-07af-4a29-bbc5-332d738f01a9","name":"practice_variables?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/practice_variables?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","practice_variables"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/practice_variables?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/practice_variables?offset=xx&limit=xx\",\r\n        \"next\": \"next\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/practice_variables?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/practice_variables\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"description\": \"description\",\r\n            \"service_name\": \"service name\",\r\n            \"value\": \"value\",\r\n            \"service_item\": \"service item\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"29c44269-d5b4-4c2c-bfa3-73fd15b826f6"},{"name":"claims","id":"9ed6fc05-1aa1-4ef2-a695-b30eae5aa678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/claims","description":"<p>Returns claim details from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id in practice management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>provider id in practice management system </p>\n</blockquote>\n<h6 id=\"claim_sr_no-optional\">claim_sr_no <code>optional</code></h6>\n<blockquote>\n<p>claim serial number in practice management system </p>\n</blockquote>\n<h6 id=\"claim_status-optional\">claim_status <code>optional</code></h6>\n<blockquote>\n<p>claim status in practice management system </p>\n</blockquote>\n<h6 id=\"claim_status_2-optional\">claim_status_2 <code>optional</code></h6>\n<blockquote>\n<p>claim status in practice management system </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"date_filter_onoptional\">date_filter_on<code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: claim_payment_date or on_hold_date or resent_date or creation_date or claim_sent_date(default) </p>\n</blockquote>\n<h6 id=\"claim_tag-optional\">claim_tag <code>optional</code></h6>\n<blockquote>\n<p>Claim Tag used as an identifier or label to categorize for reference. </p>\n</blockquote>\n<h6 id=\"is_partially_paid-optional\">is_partially_paid <code>optional</code></h6>\n<blockquote>\n<p>Is Partially Paid indicates paid partially. </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"claim_sr_no-default\">claim_sr_no <code>default</code></h6>\n<blockquote>\n<p>claim serial number in practice management system </p>\n</blockquote>\n<h6 id=\"claim_sent_date\">claim_sent_date</h6>\n<blockquote>\n<p>Claim Sent Date </p>\n</blockquote>\n<h6 id=\"claim_payment_date\">claim_payment_date</h6>\n<blockquote>\n<p>Claim Payment Date </p>\n</blockquote>\n<h6 id=\"total_billed_amount\">total_billed_amount</h6>\n<blockquote>\n<p>Total Billed Amount </p>\n</blockquote>\n<h6 id=\"estimated_amount\">estimated_amount</h6>\n<blockquote>\n<p>Estimated Amount </p>\n</blockquote>\n<h6 id=\"payment_amount\">payment_amount</h6>\n<blockquote>\n<p>Payment Amount </p>\n</blockquote>\n<h6 id=\"claim_tag-optional-1\">claim_tag <code>optional</code></h6>\n<blockquote>\n<p>Claim Tag used as an identifier or label to categorize for reference. </p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","claims"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"7e14136e-c504-4f3a-b75b-355397cb6b57","name":"claims","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/claims"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"1\",\r\n\"total_count\": \"37914\",\r\n\"execution_time\": \"14\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/claims?offset=0&limit=1\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/claims?offset=0&limit=1\",\r\n\"next\": \"http://api.sikkasoft.com/v4/claims?offset=1&limit=1\",\r\n\"last\": \"http://api.sikkasoft.com/v4/claims?offset=37913&limit=1\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/claims63052\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/242303\",\r\n\"patient_id\": \"242303\",\r\n\"guarantor_id\": \"242300\",\r\n\"provider_id\": \"1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/242300\",\r\n\"claim_sr_no\": \"63052\",\r\n\"note\": \"\",\r\n\"cheque_no\": \"\",\r\n\"claim_description_id\": \"63052\",\r\n\"claim_description_href\": \"https://api.sikkasoft.com/v4/practices/1/claim_descriptions/63052\",\r\n\"claim_sent_date\": \"2020-10-05T00:00:00\",\r\n\"total_billed_amount\": \"228.00\",\r\n\"estimated_amount\": \"228.00\",\r\n\"claim_payment_date\": \"\",\r\n\"payment_amount\": \"228.00\",\r\n\"claim_status\": \"O\",\r\n\"primary_or_secondary\": \"Primary\",\r\n\"insurance_company_id\": \"1374\",\r\n\"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/1374\",\r\n\"insurance_company_name\": \"Delta Dental Of Ca.\",\r\n\"claim_channel\": \"Sent Electronically\",\r\n\"rendering_provider\": \"1\",\r\n\"payer_id\": \"77777\",\r\n\"on_hold_date\": \"\",\r\n\"resent_date\": \"\",\r\n\"creation_date\": \"2020-10-05T00:00:00\",\r\n\"total_paid_amount\": \"0.00\",\r\n\"bank_no\": \"\",\r\n\"standard\": \"0.00\",\r\n\"preventive\": \"0.00\",\r\n\"others\": \"0.00\",\r\n\"pay_to_provider\": \"1\",\r\n\"tp\": \"True\"\r\n}\r\n]\r\n}"},{"id":"ab608ddd-4194-470e-af65-e7d3364e4275","name":"claims?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"request-key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/claims?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","claims"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/claims?offset=xx&limit=xx\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/claims?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/claims?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/claims?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/claims/xxxx\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\n            \"patient_id\": \"patient id\",\n            \"guarantor_id\": \"guarantor id\",\n            \"provider_id\": \"provider id\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors/xxxx\",\n            \"claim_sr_no\": \"claim sr no\",\n            \"note\": \"note\",\n            \"cheque_no\": \"cheque no\",\n            \"cust_id\": \"cust id\",\n            \"claim_description_id\": \"claim description id\",\n            \"claim_description_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/claim_descriptions/xxxx\",\n            \"claim_sent_date\": \"claim sent date\",\n            \"total_billed_amount\": \"total billed amount\",\n            \"estimated_amount\": \"estimated amount\",\n            \"claim_payment_date\": \"claim payment date\",\n            \"payment_amount\": \"payment amount\",\n            \"claim_status\": \"claim status\",\n            \"primary_or_secondary\": \"primary or secondary\",\n            \"insurance_company_id\": \"insurance company id\",\n            \"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/insurance_companies/xxxx\",\n            \"insurance_company_name\": \"insurance company name\",\n            \"claim_channel\": \"claim channel\",\n            \"rendering_provider\": \"rendering provider\",\n            \"payer_id\": \"payer id\",\n            \"tracer\": \"tracer\",\n            \"on_hold_date\": \"on hold date\",\n            \"resent_date\": \"resent date\",\n            \"creation_date\": \"creation date\",\n            \"total_paid_amount\": \"total paid amount\",\n            \"bank_no\": \"bank no\",\n            \"standard\": \"standard\",\n            \"preventive\": \"preventive\",\n            \"others\": \"others\",\n            \"pay_to_provider\": \"pay to provider\",\n            \"tp\": \"tp\",\n            \"sent_claim_status\": \"sent claim status\",\n            \"primary_claim_id\": \"primary claim id\",\n            \"carrier_id\": \"carrier id\",\n            \"rowhash\": \"rowhash\",\n            \"return_date\": \"return date\",\n            \"claim_status_2\": \"claim status 2\",\n            \"claim_tag\": \"claim_tag\"\n        }\n    ]\n}"}],"_postman_id":"9ed6fc05-1aa1-4ef2-a695-b30eae5aa678"},{"name":"treatment_plans","id":"b8852354-7080-4aaa-b3a5-cd77895e57af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/treatment_plans","description":"<p>Returns treatment plans data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"treatment_plan_sr_no-optional\">treatment_plan_sr_no <code>optional</code></h6>\n<blockquote>\n<p>treatment plan serial number from appointments </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id in practice management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>treatment plans start date in practice management system </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>treatment plans end date in practice management system </p>\n</blockquote>\n<h6 id=\"date_filter_onoptional\">date_filter_on<code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: last_updated_by or entry_date or procedure_date(default)</p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>Provider id as per practice management system </p>\n</blockquote>\n<h6 id=\"procedure_code-optional\">procedure_code <code>optional</code></h6>\n<blockquote>\n<p>Procedure code as per practice management system </p>\n</blockquote>\n<h6 id=\"treatment_plan_status-optional\">treatment_plan_status <code>optional</code></h6>\n<blockquote>\n<p>Treatment plan status </p>\n</blockquote>\n<h6 id=\"claim_sr_no-optional\">claim_sr_no <code>optional</code></h6>\n<blockquote>\n<p>claim serial number id </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"treatment_plan_sr_no-default\">treatment_plan_sr_no <code>default</code></h6>\n<blockquote>\n<p>treatment plan serial number from appointments </p>\n</blockquote>\n<h6 id=\"amount\">amount</h6>\n<blockquote>\n<p>Amount </p>\n</blockquote>\n<h6 id=\"procedure_date\">procedure_date</h6>\n<blockquote>\n<p>Procedure Date </p>\n</blockquote>\n<h6 id=\"entry_date\">entry_date</h6>\n<blockquote>\n<p>Entry Date</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","treatment_plans"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"d29d905f-bc75-4b15-aadb-d7267639af45","name":"treatment_plans","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/treatment_plans","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","treatment_plans"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"1\",\r\n\"total_count\": \"7510\",\r\n\"execution_time\": \"174\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/treatment_plans?offset=0&limit=1\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/treatment_plans?offset=0&limit=1\",\r\n\"next\": \"http://api.sikkasoft.com/v4/treatment_plans?offset=1&limit=1\",\r\n\"last\": \"http://api.sikkasoft.com/v4/treatment_plans?offset=7509&limit=1\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/treatment_plans/337454\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/524901\",\r\n\"patient_id\": \"524901\",\r\n\"guarantor_id\": \"524900\",\r\n\"provider_id\": \"1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/524900\",\r\n\"procedure_code\": \"431\",\r\n\"amount\": \"65.0000\",\r\n\"tooth_from\": \"0\",\r\n\"tooth_to\": \"0\",\r\n\"surface\": \"\",\r\n\"clinical_condition_id\": \"\",\r\n\"collection_provider_id\": \"\",\r\n\"created_by\": \"\",\r\n\"last_updated_by\": \"\",\r\n\"primary_insurance_estimate\": \"\",\r\n\"secondary_insurance_estimate\": \"\",\r\n\"surface_quadrant_type\": \"\",\r\n\"appointment_sr_no\": \"\",\r\n\"description\": \"VELSCOPE Pre-Diag Test For Mucosal Abnormalities\",\r\n\"plan_sr_no\": \"337454\",\r\n\"entry_date\": \"\",\r\n\"insurance_payment\": \"65\",\r\n\"treatment_plan_status\": \"created\",\r\n\"procedure_date\": \"2020-09-29T00:00:00\"\r\n}\r\n]\r\n}"},{"id":"d293ac00-7d6e-4e56-9d0e-451fde07a2d5","name":"treatment_plans?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/treatment_plans","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","treatment_plans"],"query":[{"key":"fields","value":"get_all","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"offset\": \"xx\",\r\n  \"limit\": \"xx\",\r\n  \"total_count\": \"xx\",\r\n  \"execution_time\": \"xx\",\r\n  \"pagination\": {\r\n    \"first\": \"https://api.sikkasoft.com/v4/treatment_plans?offset=xx&limit=xx\",\r\n    \"previous\": \"\",\r\n    \"current\": \"https://api.sikkasoft.com/v4/treatment_plans?offset=xx&limit=xx\",\r\n    \"next\": \"https://api.sikkasoft.com/v4/treatment_plans?offset=xx&limit=xx\",\r\n    \"last\": \"https://api.sikkasoft.com/v4/treatment_plans?offset=xx&limit=xx\"\r\n  },\r\n  \"items\": [\r\n  {\r\n    \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/treatment_plans/xxxx\",\r\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n    \"patient_id\": \"patient id\",\r\n    \"guarantor_id\": \"guarantor id\",\r\n    \"provider_id\": \"provider id\",\r\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers/xxxx\",\r\n    \"practice_id\": \"practice id\",\r\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors/xxxx\",\r\n    \"procedure_code\": \"procedure code\",\r\n    \"amount\": \"amount\",\r\n    \"tooth_from\": \"tooth from\",\r\n    \"tooth_to\": \"tooth to\",\r\n    \"claim_sr_no\": \"claim sr no\",\r\n    \"claim_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/claims/xxxx\",\r\n    \"surface\": \"surface\",\r\n    \"clinical_condition_id\": \"clinical condition id\",\r\n    \"collection_provider_id\": \"collection provider id\",\r\n    \"created_by\": \"created by\",\r\n    \"last_updated_by\": \"last updated by\",\r\n    \"primary_insurance_estimate\": \"primary insurance estimate\",\r\n    \"secondary_insurance_estimate\": \"secondary insurance estimate\",\r\n    \"surface_quadrant_type\": \"surface quadrant type\",\r\n    \"appointment_sr_no\": \"appointment sr no\",\r\n    \"description\": \"description\",\r\n    \"cust_id\": \"cust id\",\r\n    \"plan_sr_no\": \"plan sr no\",\r\n    \"entry_date\": \"entry date\",\r\n    \"insurance_payment\": \"insurance payment\",\r\n    \"treatment_plan_status\": \"treatment plan status\",\r\n    \"procedure_date\": \"procedure date\"\r\n}\r\n]\r\n}"}],"_postman_id":"b8852354-7080-4aaa-b3a5-cd77895e57af"},{"name":"patient_treatment_history","id":"e7a8e84d-3a47-46ce-b0df-c2bb1c7fbe4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/patient_treatment_history","description":"<p>Returns history of patient's treatment data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id in practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>Provider id as per practice management system </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"procedure_code-optional\">procedure_code <code>optional</code></h6>\n<blockquote>\n<p>Procedure code as per practice management system </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>treatment history start date in practice management system, format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>treatment history end date in practice management system, format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"cust_id-optional\">cust_id <code>optional</code></h6>\n<blockquote>\n<p>Cust ID (Customer ID) </p>\n</blockquote>\n<h6 id=\"oral_health_therapist-optional\">oral_health_therapist <code>optional</code></h6>\n<blockquote>\n<p>Oral health Therapist </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id in practice management system </p>\n</blockquote>\n<h6 id=\"provider_id\">provider_id</h6>\n<blockquote>\n<p>Provider id as per practice management system </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"procedure_code\">procedure_code</h6>\n<blockquote>\n<p>Procedure code as per practice management system </p>\n</blockquote>\n<h6 id=\"date\">date</h6>\n<blockquote>\n<p>treatment history date in practice management system</p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient_treatment_history"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"5503c99b-97fd-4559-b637-0ea6e05869cc","name":"patient_treatment_history","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/patient_treatment_history","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","patient_treatment_history"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"2\",\r\n    \"total_count\": \"379283\",\r\n    \"execution_time\": \"189\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/patient_treatment_history?offset=0&limit=2\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/patient_treatment_history?offset=0&limit=2\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/patient_treatment_history?offset=1&limit=2\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/patient_treatment_history?offset=189641&limit=2\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-3/patient_treatment_history/000023\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-3/patients/000023\",\r\n            \"patient_id\": \"000023\",\r\n            \"provider_id\": \"1\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-3/providers/1\",\r\n            \"practice_id\": \"1-3\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-3\",\r\n            \"procedure_code\": \"E10\",\r\n            \"date\": \"2000-01-10\",\r\n            \"cust_id\": \"1\",\r\n            \"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1-3/procedure_codes/E10\",\r\n            \"rowhash\": \"F3-7A-09-FC-EA-95-02\"\r\n        },\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-3/patient_treatment_history/000023\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-3/patients/000023\",\r\n            \"patient_id\": \"000023\",\r\n            \"provider_id\": \"1\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-3/providers/1\",\r\n            \"practice_id\": \"1-3\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-3\",\r\n            \"procedure_code\": \"R14\",\r\n            \"date\": \"2000-01-10\",\r\n            \"cust_id\": \"1\",\r\n            \"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1-3/procedure_codes/R14\",\r\n            \"rowhash\": \"F7-F0-AD-AC-81-7B-02\"\r\n        }\r\n    ]\r\n}"},{"id":"20699fab-e783-4631-a38e-ce03a37a6ef3","name":"patient_treatment_history?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/patient_treatment_history?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","patient_treatment_history"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"2\",\r\n    \"total_count\": \"379283\",\r\n    \"execution_time\": \"189\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/patient_treatment_history?offset=0&limit=2\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/patient_treatment_history?offset=0&limit=2\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/patient_treatment_history?offset=1&limit=2\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/patient_treatment_history?offset=189641&limit=2\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-3/patient_treatment_history/000023\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-3/patients/000023\",\r\n            \"patient_id\": \"000023\",\r\n            \"provider_id\": \"1\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-3/providers/1\",\r\n            \"practice_id\": \"1-3\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-3\",\r\n            \"procedure_code\": \"E10\",\r\n            \"date\": \"2000-01-10\",\r\n            \"cust_id\": \"1\",\r\n            \"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1-3/procedure_codes/E10\",\r\n            \"rowhash\": \"F3-7A-09-FC-EA-95-02\"\r\n        },\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-3/patient_treatment_history/000023\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-3/patients/000023\",\r\n            \"patient_id\": \"000023\",\r\n            \"provider_id\": \"1\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-3/providers/1\",\r\n            \"practice_id\": \"1-3\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-3\",\r\n            \"procedure_code\": \"R14\",\r\n            \"date\": \"2000-01-10\",\r\n            \"cust_id\": \"1\",\r\n            \"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1-3/procedure_codes/R14\",\r\n            \"rowhash\": \"F7-F0-AD-AC-81-7B-02\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"e7a8e84d-3a47-46ce-b0df-c2bb1c7fbe4c"},{"name":"insurance_accounts_receivables","id":"9db4cd87-4075-4cdc-9975-6cc2ca9663a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/insurance_accounts_receivables","description":"<p>Returns insurance accounts receivables data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","insurance_accounts_receivables"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"61ebc987-2a21-4ea6-b84c-f716fc581346","name":"insurance_accounts_receivables","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/insurance_accounts_receivables"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"1\",\r\n\"total_count\": \"105\",\r\n\"execution_time\": \"39\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/insurance_accounts_receivables?offset=0&limit=1\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/insurance_accounts_receivables?offset=0&limit=1\",\r\n\"next\": \"http://api.sikkasoft.com/v4/insurance_accounts_receivables?offset=1&limit=1\",\r\n\"last\": \"http://api.sikkasoft.com/v4/insurance_accounts_receivables?offset=104&limit=1\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_accounts_receivables/469301\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/469301\",\r\n\"patient_id\": \"469301\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"amount_less_than_30\": \"225.0000\",\r\n\"amount_greater_than_90\": \"0.0000\",\r\n\"amount_between_30_60\": \"0.0000\",\r\n\"amount_between_60_90\": \"0.0000\",\r\n\"estimated_amount_less_than_30\": \"225.0000\",\r\n\"estimated_amount_between_30_60\": \"0.0000\",\r\n\"estimated_amount_between_60_90\": \"0.0000\",\r\n\"estimated_amount_greater_than_90\": \"0.0000\"\r\n}\r\n]\r\n}"},{"id":"bf406bd8-303a-458c-9d9b-f73c3b52aa3a","name":"insurance_accounts_receivables?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/insurance_accounts_receivables?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","insurance_accounts_receivables"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/insurance_accounts_receivables?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/insurance_accounts_receivables?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/insurance_accounts_receivables?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/insurance_accounts_receivables?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/insurance_accounts_receivables/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"cust_id\": \"cust id\",\r\n            \"amount_between_0_30\": \"amount between 0 30\",\r\n            \"amount_between_31_60\": \"amount between 31 60\",\r\n            \"amount_between_61_90\": \"amount between 61 90\",\r\n            \"amount_greater_than_90\": \"amount greater than 90\",\r\n            \"estimated_amount_between_0_30\": \"estimated amount between 0 30\",\r\n            \"estimated_amount_between_31_60\": \"estimated amount between 31 60\",\r\n            \"estimated_amount_between_61_90\": \"estimated amount between 61 90\",\r\n            \"estimated_amount_greater_than_90\": \"estimated amount greater than 90\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"9db4cd87-4075-4cdc-9975-6cc2ca9663a3"},{"name":"insurance_companies","id":"4e6c1453-26a2-4714-a357-39da28064b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/insurance_companies","description":"<p>Returns insurance company detail from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"insurance_company_id-optional\">insurance_company_id <code>optional</code></h6>\n<blockquote>\n<p>insurance company id from appointments </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n<h6 id=\"carrier_id-optional\">carrier_id <code>optional</code></h6>\n<blockquote>\n<p>Carrier Id</p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h6 id=\"insurance_company_name\">insurance_company_name</h6>\n<blockquote>\n<p>Insurance Company Name </p>\n</blockquote>\n<h6 id=\"insurance_company_id-default\">insurance_company_id <code>default</code></h6>\n<blockquote>\n<p>Insurance Company ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","insurance_companies"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"34764447-9406-4eac-aac7-b8183c3293a4","name":"insurance_companies","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text","disabled":true}],"url":"https://api.sikkasoft.com/v4/insurance_companies"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"1\",\r\n\"total_count\": \"2027\",\r\n\"execution_time\": \"110\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/insurance_companies?offset=0&limit=1\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/insurance_companies?offset=0&limit=1\",\r\n\"next\": \"http://api.sikkasoft.com/v4/insurance_companies?offset=1&limit=1\",\r\n\"last\": \"http://api.sikkasoft.com/v4/insurance_companies?offset=2026&limit=1\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/2506\",\r\n\"address_line1\": \"P.O. Box 272590\",\r\n\"address_line2\": \"\",\r\n\"city\": \"None\",\r\n\"state\": \"N\",\r\n\"zipcode\": \"0\",\r\n\"employer_id\": \"1309\",\r\n\"employer_href\": \"https://api.sikkasoft.com/v4/practices/1/employers/1309\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"country\": \"\",\r\n\"fee_no\": \"\",\r\n\"phone\": \"(1888)7024171\",\r\n\"insurance_company_id\": \"2506\",\r\n\"payer_id\": \"52133\",\r\n\"maximum_yearly_benefit\": \"1000.0000\",\r\n\"group_plan_number\": \"637943\",\r\n\"renew_month\": \"\",\r\n\"maximum_family_benefit\": \"\",\r\n\"insurance_type\": \"\",\r\n\"plan_type\": \"\",\r\n\"sub_type\": \"\",\r\n\"is_maximum_coverage\": \"\",\r\n\"maximum_coverage_amount\": \"\",\r\n\"family_deductible_limit\": \"\",\r\n\"individual_deductible_limit\": \"\",\r\n\"individual_ortho_maximum_limit\": \"\",\r\n\"charge_per_visit\": \"\",\r\n\"notes\": \"\",\r\n\"insurance_plan_status\": \"\",\r\n\"mail_to_insurance_company_id\": \"\",\r\n\"pre_authorization_mail_to_insurance_company_id\": \"\",\r\n\"eligibility\": \"\",\r\n\"fax\": \"\",\r\n\"default_employer\": \"\"\r\n}\r\n]\r\n}"},{"id":"4d839f90-fada-4467-8c52-8f7678557df4","name":"insurance_companies?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text","disabled":true}],"url":{"raw":"https://api.sikkasoft.com/v4/insurance_companies?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","insurance_companies"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"offset\": \"xx\",\r\n  \"limit\": \"xx\",\r\n  \"total_count\": \"xx\",\r\n  \"execution_time\": \"xx\",\r\n  \"pagination\": {\r\n    \"first\": \"https://api.sikkasoft.com/v4/insurance_companies?offset=xx&limit=xx\",\r\n    \"previous\": \"\",\r\n    \"current\": \"https://api.sikkasoft.com/v4/insurance_companies?offset=xx&limit=xx\",\r\n    \"next\": \"https://api.sikkasoft.com/v4/insurance_companies?offset=xx&limit=xx\",\r\n    \"last\": \"https://api.sikkasoft.com/v4/insurance_companies?offset=xx&limit=xx\"\r\n  },\r\n  \"items\": [\r\n    {\r\n    \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/insurance_companies/xxxx\",\r\n    \"address_line1\": \"address line1\",\r\n    \"address_line2\": \"address line2\",\r\n    \"city\": \"city\",\r\n    \"state\": \"state\",\r\n    \"zipcode\": \"zipcode\",\r\n    \"employer_id\": \"employer id\",\r\n    \"employer_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/employers/\",\r\n    \"practice_id\": \"practice id\",\r\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n    \"country\": \"country\",\r\n    \"fee_no\": \"fee no\",\r\n    \"cust_id\": \"cust id\",\r\n    \"phone\": \"phone\",\r\n    \"insurance_company_id\": \"insurance company id\",\r\n    \"insurance_company_name\": \"insurance company name\",\r\n    \"payer_id\": \"payer id\",\r\n    \"group_plan_name\": \"group plan name\",\r\n    \"maximum_yearly_benefit\": \"maximum yearly benefit\",\r\n    \"group_plan_number\": \"group plan number\",\r\n    \"renew_month\": \"renew month\",\r\n    \"maximum_family_benefit\": \"maximum family benefit\",\r\n    \"insurance_type\": \"insurance type\",\r\n    \"plan_type\": \"plan type\",\r\n    \"sub_type\": \"sub type\",\r\n    \"is_maximum_coverage\": \"is maximum coverage\",\r\n    \"maximum_coverage_amount\": \"maximum coverage amount\",\r\n    \"family_deductible_limit\": \"family deductible limit\",\r\n    \"individual_deductible_limit\": \"individual deductible limit\",\r\n    \"individual_ortho_maximum_limit\": \"individual ortho maximum limit\",\r\n    \"charge_per_visit\": \"charge per visit\",\r\n    \"notes\": \"notes\",\r\n    \"insurance_plan_status\": \"insurance plan status\",\r\n    \"mail_to_insurance_company_id\": \"mail to insurance company id\",\r\n    \"pre_authorization_mail_to_insurance_company_id\": \"pre authorization mail to insurance company id\",\r\n    \"eligibility\": \"eligibility\",\r\n    \"fax\": \"fax\",\r\n    \"default_employer\": \"default employer\",\r\n    \"carrier_id\": \"carrier id\",\r\n    \"rendering_provider_address\": \"rendering provider address\"\r\n}\r\n]\r\n}"}],"_postman_id":"4e6c1453-26a2-4714-a357-39da28064b10"},{"name":"procedure_codes","id":"3c85b436-cad5-45cd-8854-a04744f73b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/procedure_codes","description":"<p>Returns procedure codes data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"procedure_code-optional\">procedure_code <code>optional</code></h6>\n<blockquote>\n<p>procedure code from appointments </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"procedure_code_category-optional\">procedure_code_category <code>optional</code></h6>\n<blockquote>\n<p>As per the procedure code category in API response. </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"procedure_code-default\">procedure_code <code>default</code></h6>\n<blockquote>\n<p>Procedure code as per practice management system</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","procedure_codes"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"95e4cfc7-7b87-48a6-a724-51c0e0861809","name":"procedure_codes","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/procedure_codes"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"1\",\r\n\"total_count\": \"941\",\r\n\"execution_time\": \"27\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/procedure_codes?offset=0&limit=1\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/procedure_codes?offset=0&limit=1\",\r\n\"next\": \"http://api.sikkasoft.com/v4/procedure_codes?offset=1&limit=1\",\r\n\"last\": \"http://api.sikkasoft.com/v4/procedure_codes?offset=940&limit=1\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_codes/9999.60\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"procedure_code\": \"9999.60\",\r\n\"procedure_code_description\": \"DEL RETAINER\",\r\n\"abbreaviation\": \"DEL/ R\",\r\n\"procedure_code_category\": \"DEL/ R\",\r\n\"procedure_code_category_id\": \"\",\r\n\"explosion_code\": \"\",\r\n\"submit_to_insurance\": \"\",\r\n\"allow_discount\": \"\",\r\n\"procedure_code_effect_on_patient_balance\": \"\",\r\n\"procedure_code_effect_on_provider_production\": \"\",\r\n\"procedure_code_effect_on_provider_collection\": \"\",\r\n\"procedure_code_type\": \"\"\r\n}\r\n]\r\n}"},{"id":"9b2456d6-f595-4b12-b140-3f2d1d6d96d0","name":"procedure_codes?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/procedure_codes?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","procedure_codes"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"offset\": \"xx\",\r\n  \"limit\": \"xx\",\r\n  \"total_count\": \"xx\",\r\n  \"execution_time\": \"xx\",\r\n  \"pagination\": {\r\n    \"first\": \"https://api.sikkasoft.com/v4/procedure_codes?offset=xx&limit=xx\",\r\n    \"previous\": \"\",\r\n    \"current\": \"https://api.sikkasoft.com/v4/procedure_codes?offset=xx&limit=xx\",\r\n    \"next\": \"\",\r\n    \"last\": \"https://api.sikkasoft.com/v4/procedure_codes?offset=xx&limit=xx\"\r\n  },\r\n  \"items\": [\r\n    {\r\n    \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/procedure_codes/xxxx\",\r\n    \"status\": \"status\",\r\n    \"practice_id\": \"practice id\",\r\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n    \"procedure_code\": \"procedure code\",\r\n    \"note\": \"note\",\r\n    \"cust_id\": \"cust id\",\r\n    \"procedure_code_description\": \"procedure code description\",\r\n    \"abbreaviation\": \"abbreaviation\",\r\n    \"procedure_code_category\": \"procedure code category\",\r\n    \"procedure_code_category_id\": \"procedure code category id\",\r\n    \"explosion_code\": \"explosion code\",\r\n    \"submit_to_insurance\": \"submit to insurance\",\r\n    \"allow_discount\": \"allow discount\",\r\n    \"procedure_code_effect_on_patient_balance\": \"procedure code effect on patient balance\",\r\n    \"procedure_code_effect_on_provider_production\": \"procedure code effect on provider production\",\r\n    \"procedure_code_effect_on_provider_collection\": \"procedure code effect on provider collection\",\r\n    \"procedure_code_type\": \"procedure code type\",\r\n    \"procedure_code_id\": \"procedure code id\",\r\n    \"code_4\": \"code 4\",\r\n    \"code_5\": \"code 5\",\r\n    \"lab_expense\": \"lab expense\",\r\n    \"paint_type\": \"paint type\",\r\n    \"material_expense\": \"material expense\",\r\n    \"condition\": \"condition\",\r\n    \"treatment_flag_difficult_procdure\": \"treatment flag difficult procdure\", \r\n    \"treatment_area\": \"treatment area\",\r\n    \"treatment_flag_remove_tooth\": \"treatment flag remove tooth\",\r\n    \"treatment_flag_show_in_chart\": \"treatment flag show in chart\",\r\n    \"procedure_time_unit\": \"procedure time unit\",\r\n    \"appointment_type\": \"appointment type\",\r\n    \"medical_cross_coding\": \"medical cross coding\",\r\n    \"bill_to_dental_insurance\": \"bill to dental insurance\",\r\n    \"code_type\": \"code type\",\r\n    \"is_lab_case_code\": \"is lab case code\",\r\n    \"alternate_description\": \"alternate description\",\r\n    \"is_hygiene\": \"is hygiene\",\r\n    \"is_taxable\": \"is taxable\",\r\n    \"update_patient_visit\": \"update patient visit\",\r\n    \"recall\": \"recall\"\r\n}\r\n  ]\r\n}"}],"_postman_id":"3c85b436-cad5-45cd-8854-a04744f73b86"},{"name":"payment_types","id":"08f75d99-5043-4f12-90a3-134acdf404f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/payment_types","description":"<p>Returns payment types from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"code-optional\">code <code>optional</code></h6>\n<blockquote>\n<p>payment type code in practice management system </p>\n</blockquote>\n<h6 id=\"customer_id-optional\">customer_id <code>optional</code></h6>\n<blockquote>\n<p>customer id of office </p>\n</blockquote>\n<h6 id=\"is_adjustment_type-optional\">is_adjustment_type <code>optional</code></h6>\n<blockquote>\n<p>value should be true. it will return Credit Adjustment Types only. </p>\n</blockquote>\n<h6 id=\"is_debit_adjustment_type-optional\">is_debit_adjustment_type <code>optional</code></h6>\n<blockquote>\n<p>value should be true. it will return Debit Adjustment Types only. </p>\n</blockquote>\n<h6 id=\"is_insurance_type-optional\">is_insurance_type <code>optional</code></h6>\n<blockquote>\n<p>value should be true. it will return Insurance Payment Types only. </p>\n</blockquote>\n<h6 id=\"are_credit_card_details_required-optional\">are_credit_card_details_required <code>optional</code></h6>\n<blockquote>\n<p>value should be true. it will return Payment Types which require credit card details for POST transaction for Planet DDS PMS only. </p>\n</blockquote>\n<h6 id=\"app_id-optional\">app_id <code>optional</code></h6>\n<blockquote>\n<p>This is the ID assigned to the application when the application is registered on API portal </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"code-default\">code <code>default</code></h6>\n<blockquote>\n<p>valid code, coma separated for multiple</p>\n</blockquote>\n<h6 id=\"allocation\">allocation</h6>\n<blockquote>\n<p>Allocation</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","payment_types"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"f357f8e0-ff88-49d6-bca4-82e19968995c","name":"payment_types","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/payment_types"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"500\",\r\n\"total_count\": \"28\",\r\n\"execution_time\": \"11\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/payment_types?offset=0&limit=500\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/payment_types?offset=0&limit=500\",\r\n\"next\": \"\",\r\n\"last\": \"http://api.sikkasoft.com/v4/payment_types?offset=0&limit=500\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/6\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Money Order Payment' Thank You\",\r\n\"code\": \"6\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/5\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Walk In Payment' Thank You\",\r\n\"code\": \"5\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/4\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Collections Payment' Thank You\",\r\n\"code\": \"4\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/3.50\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"SDC Software Products\",\r\n\"code\": \"3.50\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/3.25\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"\",\r\n\"code\": \"3.25\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/3\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Check Payment' Thank You\",\r\n\"code\": \"3\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/21\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Sent To Collections\",\r\n\"code\": \"21\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/2.93\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"ERA Payment by EFT\",\r\n\"code\": \"2.93\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/2.92\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"ERA Payment by Check\",\r\n\"code\": \"2.92\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/2.90\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"ELECTRONIC FUNDS TRANSFER (EFT)\",\r\n\"code\": \"2.90\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/2.06\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Delta Dental Interest Payment\",\r\n\"code\": \"2.06\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/2.05\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Insurance Third Payment\",\r\n\"code\": \"2.05\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/2.04\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"DO NOT USE\",\r\n\"code\": \"2.04\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/2.02\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Insurance Secondary Payment\",\r\n\"code\": \"2.02\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/2\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Insurance Payment' Thank You\",\r\n\"code\": \"2\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/14.92\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"American Express Failed Credit Card Authorization\",\r\n\"code\": \"14.92\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/14.91\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"American Express Automatic Credit Card Payment\",\r\n\"code\": \"14.91\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/14\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"American Express Payment' Thank You\",\r\n\"code\": \"14\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/13.92\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Discover Failed Credit Card Authorization\",\r\n\"code\": \"13.92\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/13.91\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Discover Automatic Credit Card Payment\",\r\n\"code\": \"13.91\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/13\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"CareCredit Payment' Thank You\",\r\n\"code\": \"13\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/12.92\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"VISA Failed Credit Card Authorization\",\r\n\"code\": \"12.92\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/12.91\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"VISA Automatic Credit Card Payment\",\r\n\"code\": \"12.91\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/12\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Visa Payment' Thank You\",\r\n\"code\": \"12\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/11.92\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Mastercard Failed Credit Card Authorization\",\r\n\"code\": \"11.92\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/11.91\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Mastercard Payment By Insurance\",\r\n\"code\": \"11.91\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/11\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Master Card Payment' Thank You\",\r\n\"code\": \"11\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payment_types/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Cash Payment' Thank You\",\r\n\"code\": \"1\"\r\n}\r\n]\r\n}"},{"id":"2e6716ec-a541-4b2e-b7ba-803c2ba441ff","name":"payment_types?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/payment_types?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","payment_types"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/payment_types?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/payment_types?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/payment_types?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/payment_types?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/vxxxx/practices/xxxx-xxxx/payment_types/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"description\": \"description\",\r\n            \"code\": \"code\",\r\n            \"cust_id\": \"cust id\",\r\n            \"payment_type_status\": \"payment type status\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"08f75d99-5043-4f12-90a3-134acdf404f6"},{"name":"payment_plans","id":"53518438-54e5-4769-ba41-f7308a5f6bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/payment_plans","description":"<p>Returns payment plans data from practice if practice management system storing payment plans</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"agreement_id-optional\">agreement_id <code>optional</code></h6>\n<blockquote>\n<p>agreement id of payment plans </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"description-optional\">description <code>optional</code></h6>\n<blockquote>\n<p>Description </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"agreement_id-default\">agreement_id <code>default</code></h6>\n<blockquote>\n<p>agreement id of payment plans </p>\n</blockquote>\n<h6 id=\"patient_id\">patient_id</h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"guarantor_id\">guarantor_id</h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","payment_plans"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"be575904-971f-4b6c-ae4b-bae97e0a93c3","name":"payment_plans","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/payment_plans"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"500\",\r\n\"total_count\": \"1\",\r\n\"execution_time\": \"11\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/payment_plans?offset=0&limit=500\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/payment_plans?offset=0&limit=500\",\r\n\"next\": \"\",\r\n\"last\": \"http://api.sikkasoft.com/v4/payment_plans?offset=0&limit=500\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/6/payment_plans/51\",\r\n\"patient_href\": \"\",\r\n\"patient_id\": \"\",\r\n\"guarantor_id\": \"763\",\r\n\"practice_id\": \"6\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/6\",\r\n\"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/6/guarantors/763\",\r\n\"note\": \"***CLEARED***PMT AGREEMENT: 09/29/2009  FC: 0.000%INTERVAL: Monthly  BALANCE FOR PA: 235.00  FIRST DUE: 10/29/2009PMT AMT: 100.00  BAL REMAINING: 235.00  AMT PAST DUE: 0.00LAST PMT: 0.00  None\",\r\n\"description\": \"\",\r\n\"payment_amount\": \"100.0000\",\r\n\"agreement_id\": \"51\",\r\n\"agreemen_type\": \"\",\r\n\"number_of_payments\": \"4\",\r\n\"paymen_interval\": \"Monthly\",\r\n\"create_date\": \"2009-09-29T00:00:00\",\r\n\"startdate\": \"2009-10-29T00:00:00\",\r\n\"enddate\": \"\",\r\n\"interest_rate\": \"0\",\r\n\"loan_amount\": \"385.0000\",\r\n\"remaining_balance\": \"185.0000\",\r\n\"down_payment\": \"\",\r\n\"finance_charges\": \"0.0000\",\r\n\"late_charges\": \"0.0000\",\r\n\"grace_period\": \"0\",\r\n\"minimum_balance_to_charge\": \"0.0100\",\r\n\"is_closed\": \"False\"\r\n}\r\n]\r\n}"},{"id":"b8445cca-c1cf-47d7-9f5d-9bde6ba68e94","name":"payment_plans?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/payment_plans?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","payment_plans"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/payment_plans?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/payment_plans?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/payment_plans?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/payment_plans?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/vxxxx/practices/xxxx-xxxx/payment_plans/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/vxxxx/practices/xxxx-xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"guarantor_id\": \"guarantor id\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"guarantor_href\": \"https://api.sikkasoft.com/vxxxx/practices/xxxx/guarantors/xxxx\",\r\n            \"note\": \"note\",\r\n            \"description\": \"description\",\r\n            \"cust_id\": \"cust id\",\r\n            \"payment_amount\": \"payment amount\",\r\n            \"agreement_id\": \"agreement id\",\r\n            \"agreemen_type\": \"agreemen type\",\r\n            \"number_of_payments\": \"number of payments\",\r\n            \"payment_interval\": \"payment interval\",\r\n            \"create_date\": \"create date\",\r\n            \"startdate\": \"startdate\",\r\n            \"enddate\": \"enddate\",\r\n            \"interest_rate\": \"interest rate\",\r\n            \"loan_amount\": \"loan amount\",\r\n            \"remaining_balance\": \"remaining balance\",\r\n            \"down_payment\": \"down payment\",\r\n            \"finance_charges\": \"finance charges\",\r\n            \"late_charges\": \"late charges\",\r\n            \"grace_period\": \"grace period\",\r\n            \"minimum_balance_to_charge\": \"minimum balance to charge\",\r\n            \"is_closed\": \"is closed\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"53518438-54e5-4769-ba41-f7308a5f6bf7"},{"name":"reminders","id":"719bdd16-3706-4f77-9b6c-8fa271f787f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/reminders","description":"<p>Returns reminders data from practice. If remidners has been automatic setup in practice management system.</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"id-optional\">id <code>optional</code></h6>\n<blockquote>\n<p>reminder id of reminders data </p>\n</blockquote>\n<h6 id=\"appointment_sr_no-optional\">appointment_sr_no <code>optional</code></h6>\n<blockquote>\n<p>appointment serial number from appointments </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient id in practice management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>provider id in practice management system </p>\n</blockquote>\n<h6 id=\"procedure_code-optional\">procedure_code <code>optional</code></h6>\n<blockquote>\n<p>Procedure code as per practice management system </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"id-default\">id <code>default</code></h6>\n<blockquote>\n<p>reminder id of reminders data </p>\n</blockquote>\n<h6 id=\"patient_id\">patient_id</h6>\n<blockquote>\n<p>Patient id in practice management system</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","reminders"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"15909a17-a251-40ea-837a-6bfdf5860750","name":"reminders","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/reminders"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"4\",\r\n\"total_count\": \"2440\",\r\n\"execution_time\": \"13\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/reminders?offset=0&limit=4\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/reminders?offset=0&limit=4\",\r\n\"next\": \"http://api.sikkasoft.com/v4/reminders?offset=1&limit=4\",\r\n\"last\": \"http://api.sikkasoft.com/v4/reminders?offset=609&limit=4\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/reminders/12\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/9659\",\r\n\"patient_id\": \"9659\",\r\n\"guarantor_id\": \"3293\",\r\n\"status\": \"None\",\r\n\"provider_id\": \"Prov1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/Prov1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"appointment_href\": \"https://api.sikkasoft.com/v4/practices/1/appointments/0\",\r\n\"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/3293\",\r\n\"procedure_code\": \"\",\r\n\"appointment_sr_no\": \"0\",\r\n\"description\": \"Pano\",\r\n\"provider_type\": \"1\",\r\n\"id\": \"12\",\r\n\"setdate\": \"2020-08-20T00:00:00\",\r\n\"due_date\": \"2020-08-20T00:00:00\",\r\n\"prior_date\": \"\",\r\n\"time_unit\": \"\",\r\n\"care_name\": \"Pano\",\r\n\"interval_type\": \"Months\",\r\n\"interval_length\": \"60\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/reminders/12\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/9680\",\r\n\"patient_id\": \"9680\",\r\n\"guarantor_id\": \"5859\",\r\n\"status\": \"None\",\r\n\"provider_id\": \"Prov1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/Prov1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"appointment_href\": \"https://api.sikkasoft.com/v4/practices/1/appointments/0\",\r\n\"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/5859\",\r\n\"procedure_code\": \"\",\r\n\"appointment_sr_no\": \"0\",\r\n\"description\": \"Pano\",\r\n\"provider_type\": \"1\",\r\n\"id\": \"12\",\r\n\"setdate\": \"2018-05-25T00:00:00\",\r\n\"due_date\": \"2023-05-25T00:00:00\",\r\n\"prior_date\": \"2018-05-24T00:00:00\",\r\n\"time_unit\": \"\",\r\n\"care_name\": \"Pano\",\r\n\"interval_type\": \"Months\",\r\n\"interval_length\": \"60\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/reminders/12\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/1817\",\r\n\"patient_id\": \"1817\",\r\n\"guarantor_id\": \"1817\",\r\n\"status\": \"None\",\r\n\"provider_id\": \"Prov1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/Prov1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"appointment_href\": \"https://api.sikkasoft.com/v4/practices/1/appointments/0\",\r\n\"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/1817\",\r\n\"procedure_code\": \"\",\r\n\"appointment_sr_no\": \"0\",\r\n\"description\": \"Pano\",\r\n\"provider_type\": \"1\",\r\n\"id\": \"12\",\r\n\"setdate\": \"2020-07-09T00:00:00\",\r\n\"due_date\": \"2023-01-01T00:00:00\",\r\n\"prior_date\": \"\",\r\n\"time_unit\": \"\",\r\n\"care_name\": \"Pano\",\r\n\"interval_type\": \"Months\",\r\n\"interval_length\": \"60\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/reminders/12\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/6381\",\r\n\"patient_id\": \"6381\",\r\n\"guarantor_id\": \"6381\",\r\n\"status\": \"None\",\r\n\"provider_id\": \"Prov1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/Prov1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"appointment_href\": \"https://api.sikkasoft.com/v4/practices/1/appointments/0\",\r\n\"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/6381\",\r\n\"procedure_code\": \"\",\r\n\"appointment_sr_no\": \"0\",\r\n\"description\": \"Pano\",\r\n\"provider_type\": \"1\",\r\n\"id\": \"12\",\r\n\"setdate\": \"2016-08-24T00:00:00\",\r\n\"due_date\": \"2021-08-24T00:00:00\",\r\n\"prior_date\": \"2016-08-23T00:00:00\",\r\n\"time_unit\": \"\",\r\n\"care_name\": \"Pano\",\r\n\"interval_type\": \"Months\",\r\n\"interval_length\": \"60\"\r\n}\r\n]\r\n}"},{"id":"c9f37618-6de7-4a0a-b965-176c5684e778","name":"reminders?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/reminders?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","reminders"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/reminders?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/reminders?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/reminders?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/reminders?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/reminders/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"guarantor_id\": \"guarantor id\",\r\n            \"status\": \"status\",\r\n            \"provider_id\": \"provider id\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"appointment_href\": \"\",\r\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors/xxxx\",\r\n            \"procedure_code\": \"procedure code\",\r\n            \"appointment_sr_no\": \"appointment sr no\",\r\n            \"description\": \"description\",\r\n            \"provider_type\": \"provider type\",\r\n            \"id\": \"id\",\r\n            \"setdate\": \"setdate\",\r\n            \"due_date\": \"due date\",\r\n            \"prior_date\": \"prior date\",\r\n            \"time_unit\": \"time unit\",\r\n            \"care_name\": \"care name\",\r\n            \"interval_type\": \"interval type\",\r\n            \"interval_length\": \"interval length\",\r\n            \"last_exam_date\": \"last exam date\",\r\n            \"scaling_interval\": \"scaling interval\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"719bdd16-3706-4f77-9b6c-8fa271f787f0"},{"name":"patient_contract_roll_charges","id":"83b43108-fabb-4ab8-9978-a8f69faf2e23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/patient_contract_roll_charges","description":"<p>Returns patient contracts roll charges data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id in practice management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>provider id in practice management system </p>\n</blockquote>\n<h6 id=\"startdate\">startdate</h6>\n<blockquote>\n<p>startdate for contract_due_date, format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"enddate\">enddate</h6>\n<blockquote>\n<p>enddate for contract_due_date, format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"firstname\">firstname</h6>\n<blockquote>\n<p>Patient's first name </p>\n</blockquote>\n<h6 id=\"lastname\">lastname</h6>\n<blockquote>\n<p>Patient's last name </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id in practice management system </p>\n</blockquote>\n<h6 id=\"contract_due_date\">contract_due_date</h6>\n<blockquote>\n<p>contract_due_date </p>\n</blockquote>\n<h6 id=\"firstname-1\">firstname</h6>\n<blockquote>\n<p>Patient's first name </p>\n</blockquote>\n<h6 id=\"lastname-1\">lastname</h6>\n<blockquote>\n<p>Patient's last name </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>Practice ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient_contract_roll_charges"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"1b9bf310-a185-439c-ab2d-0642aa50293f","name":"patient_contract_roll_charges","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_contract_roll_charges"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"4\",\r\n\"total_count\": \"150610\",\r\n\"execution_time\": \"86\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/patient_contract_roll_charges?offset=0&limit=4\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/patient_contract_roll_charges?offset=0&limit=4\",\r\n\"next\": \"http://api.sikkasoft.com/v4/patient_contract_roll_charges?offset=1&limit=4\",\r\n\"last\": \"http://api.sikkasoft.com/v4/patient_contract_roll_charges?offset=37652&limit=4\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/patient_contract_roll_charges/564858\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/564858\",\r\n\"patient_id\": \"564858\",\r\n\"guarantor_id\": \"27124\",\r\n\"firstname\": \"A\",\r\n\"lastname\": \"Kng\",\r\n\"provider_id\": \"86\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-1/providers/86\",\r\n\"practice_id\": \"1-1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n\"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1-1/guarantors/27124\",\r\n\"transaction_type\": \"Initial fee(contract)\",\r\n\"description\": \"Invisalign - Initial Fee (Contract)\",\r\n\"contract_due_date\": \"2020-09-28T00:00:00\",\r\n\"roll_amount\": \"500\",\r\n\"ledger_type\": \"2\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/patient_contract_roll_charges/564858\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/564858\",\r\n\"patient_id\": \"564858\",\r\n\"guarantor_id\": \"27124\",\r\n\"firstname\": \"A\",\r\n\"lastname\": \"Kng\",\r\n\"provider_id\": \"86\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-1/providers/86\",\r\n\"practice_id\": \"1-1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n\"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1-1/guarantors/27124\",\r\n\"transaction_type\": \"Contract Charge\",\r\n\"description\": \"Invisalign - Contract Charge\",\r\n\"contract_due_date\": \"2020-10-01T00:00:00\",\r\n\"roll_amount\": \"500\",\r\n\"ledger_type\": \"3\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/patient_contract_roll_charges/564857\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/564857\",\r\n\"patient_id\": \"564857\",\r\n\"guarantor_id\": \"31075\",\r\n\"firstname\": \"R\",\r\n\"lastname\": \"R\",\r\n\"provider_id\": \"86\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-1/providers/86\",\r\n\"practice_id\": \"1-1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n\"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1-1/guarantors/31075\",\r\n\"transaction_type\": \"Initial fee(contract)\",\r\n\"description\": \"Full braces - Initial Fee (Contract)\",\r\n\"contract_due_date\": \"2020-09-28T00:00:00\",\r\n\"roll_amount\": \"250\",\r\n\"ledger_type\": \"2\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/patient_contract_roll_charges/564857\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/564857\",\r\n\"patient_id\": \"564857\",\r\n\"guarantor_id\": \"31075\",\r\n\"firstname\": \"A\",\r\n\"lastname\": \"R\",\r\n\"provider_id\": \"86\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-1/providers/86\",\r\n\"practice_id\": \"1-1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n\"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1-1/guarantors/31075\",\r\n\"transaction_type\": \"Contract Charge\",\r\n\"description\": \"Full braces - Contract Charge\",\r\n\"contract_due_date\": \"2020-10-01T00:00:00\",\r\n\"roll_amount\": \"250\",\r\n\"ledger_type\": \"3\"\r\n}\r\n]\r\n}"}],"_postman_id":"83b43108-fabb-4ab8-9978-a8f69faf2e23"},{"name":"patient_contracts","id":"3a18d76f-5a50-4a4f-b7c8-30c837e19eea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/patient_contracts","description":"<p>Returns patient contract data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id in practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>provider id in practice management system </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>Practice ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient_contracts"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"853084f7-1fc1-41f6-a929-22003d2b999a","name":"patient_contracts","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_contracts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"4\",\r\n\"total_count\": \"5651\",\r\n\"execution_time\": \"28\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/patient_contracts?offset=0&limit=4\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/patient_contracts?offset=0&limit=4\",\r\n\"next\": \"http://api.sikkasoft.com/v4/patient_contracts?offset=1&limit=4\",\r\n\"last\": \"http://api.sikkasoft.com/v4/patient_contracts?offset=1412&limit=4\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/patient_contracts/H262\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/H262\",\r\n\"patient_id\": \"H262\",\r\n\"status\": \"Collections\",\r\n\"provider_id\": \"48\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-1/providers/48\",\r\n\"practice_id\": \"1-1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n\"patient_name\": \"T C\",\r\n\"startdate\": \"2010-02-01T00:00:00\",\r\n\"enddate\": \"2012-02-03T00:00:00\",\r\n\"gross_amount\": \"1976.0000\",\r\n\"net_amount\": \"1976.0000\",\r\n\"discount_amount\": \"0.0000\",\r\n\"paid_amount\": \"650.0000\",\r\n\"initial_amount\": \"150.0000\",\r\n\"contract_period\": \"24\",\r\n\"contract_type\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/patient_contracts/E612\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/E612\",\r\n\"patient_id\": \"E612\",\r\n\"status\": \"Active\",\r\n\"provider_id\": \"86\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-1/providers/86\",\r\n\"practice_id\": \"1-1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n\"patient_name\": \"M A\",\r\n\"startdate\": \"2020-09-01T00:00:00\",\r\n\"enddate\": \"2021-07-04T00:00:00\",\r\n\"gross_amount\": \"2625.0000\",\r\n\"net_amount\": \"2625.0000\",\r\n\"discount_amount\": \"0.0000\",\r\n\"paid_amount\": \"2625.0000\",\r\n\"initial_amount\": \"100.0000\",\r\n\"contract_period\": \"10\",\r\n\"contract_type\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/patient_contracts/564858\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/564858\",\r\n\"patient_id\": \"564858\",\r\n\"status\": \"New Patient\",\r\n\"provider_id\": \"86\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-1/providers/86\",\r\n\"practice_id\": \"1-1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n\"patient_name\": \"K A\",\r\n\"startdate\": \"2020-09-28T00:00:00\",\r\n\"enddate\": \"2022-10-01T00:00:00\",\r\n\"gross_amount\": \"4900.0000\",\r\n\"net_amount\": \"4900.0000\",\r\n\"discount_amount\": \"0.0000\",\r\n\"paid_amount\": \"500.0000\",\r\n\"initial_amount\": \"500.0000\",\r\n\"contract_period\": \"25\",\r\n\"contract_type\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/patient_contracts/564857\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/564857\",\r\n\"patient_id\": \"564857\",\r\n\"status\": \"Follow Up\",\r\n\"provider_id\": \"86\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-1/providers/86\",\r\n\"practice_id\": \"1-1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n\"patient_name\": \"O R\",\r\n\"startdate\": \"2020-09-28T00:00:00\",\r\n\"enddate\": \"2022-10-01T00:00:00\",\r\n\"gross_amount\": \"4600.0000\",\r\n\"net_amount\": \"4600.0000\",\r\n\"discount_amount\": \"0.0000\",\r\n\"paid_amount\": \"350.0000\",\r\n\"initial_amount\": \"250.0000\",\r\n\"contract_period\": \"25\",\r\n\"contract_type\": \"\"\r\n}\r\n]\r\n}"},{"id":"b76e109d-9f01-451d-85b6-bdbf8d162864","name":"patient_contracts?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/patient_contracts?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","patient_contracts"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/patient_contracts?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/patient_contracts?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/patient_contracts?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/patient_contracts?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patient_contracts/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"status\": \"status\",\r\n            \"provider_id\": \"provider id\",\r\n            \"provider_href\": \"\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"patient_name\": \"patient name\",\r\n            \"startdate\": \"startdate\",\r\n            \"enddate\": \"enddate\",\r\n            \"remaining_balance\": \"remaining balance\",\r\n            \"gross_amount\": \"gross amount\",\r\n            \"net_amount\": \"net amount\",\r\n            \"discount_amount\": \"discount amount\",\r\n            \"paid_amount\": \"paid amount\",\r\n            \"treatment_type\": \"treatment type\",\r\n            \"initial_amount\": \"initial amount\",\r\n            \"contract_period\": \"contract period\",\r\n            \"contract_type\": \"contract type\",\r\n            \"contract_status\": \"contract status\",\r\n            \"current_balance\": \"current balance\",\r\n            \"band_date\": \"band date\",\r\n            \"treatment_type_description\": \"treatment type description\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"3a18d76f-5a50-4a4f-b7c8-30c837e19eea"},{"name":"fee_schedules","id":"e691a861-62e3-4350-bf34-6512a312c7ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/fee_schedules","description":"<p>Returns fee scheudle data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"fee_no-optional\">fee_no <code>optional</code></h6>\n<blockquote>\n<p>fee number in practice management system </p>\n</blockquote>\n<h6 id=\"procedure_code-optional\">procedure_code <code>optional</code></h6>\n<blockquote>\n<p>procedure code in practice management system </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"fee_amount\">fee_amount</h6>\n<blockquote>\n<p>Fee Amount </p>\n</blockquote>\n<h6 id=\"procedure_code-default\">procedure_code <code>default</code></h6>\n<blockquote>\n<p>Procedure code as per practice management system</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","fee_schedules"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"de1777cf-3321-460a-a0c6-4309e37ec9b2","name":"fee_schedules","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/fee_schedules"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"4\",\r\n\"total_count\": \"25407\",\r\n\"execution_time\": \"19\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/fee_schedules?offset=0&limit=4\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/fee_schedules?offset=0&limit=4\",\r\n\"next\": \"http://api.sikkasoft.com/v4/fee_schedules?offset=1&limit=4\",\r\n\"last\": \"http://api.sikkasoft.com/v4/fee_schedules?offset=6351&limit=4\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/fee_schedules/9999.60\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"fee_no\": \"0\",\r\n\"procedure_code\": \"9999.60\",\r\n\"fee_name\": \"0\",\r\n\"fee_amount\": \"0.0000\",\r\n\"procedure_code_id\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/fee_schedules/9999.60\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"fee_no\": \"1\",\r\n\"procedure_code\": \"9999.60\",\r\n\"fee_name\": \"1\",\r\n\"fee_amount\": \"0.0000\",\r\n\"procedure_code_id\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/fee_schedules/9999.60\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"fee_no\": \"2\",\r\n\"procedure_code\": \"9999.60\",\r\n\"fee_name\": \"2\",\r\n\"fee_amount\": \"0.0000\",\r\n\"procedure_code_id\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/fee_schedules/9999.60\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"fee_no\": \"3\",\r\n\"procedure_code\": \"9999.60\",\r\n\"fee_name\": \"3\",\r\n\"fee_amount\": \"0.0000\",\r\n\"procedure_code_id\": \"\"\r\n}\r\n]\r\n}"},{"id":"409ddd22-bb74-4dee-ae74-345871d408c4","name":"fee_schedules?field=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/fee_schedules?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","fee_schedules"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"offset\": \"xx\",\r\n  \"limit\": \"xx\",\r\n  \"total_count\": \"xx\",\r\n  \"execution_time\": \"xx\",\r\n  \"pagination\": {\r\n    \"first\": \"https://api.sikkasoft.com/v4/fee_schedules?offset=xx&limit=xx\",\r\n    \"previous\": \"\",\r\n    \"current\": \"https://api.sikkasoft.com/v4/fee_schedules?offset=xx&limit=xx\",\r\n    \"next\": \"https://api.sikkasoft.com/v4/fee_schedules?offset=xx&limit=xx\",\r\n    \"last\": \"https://api.sikkasoft.com/v4/fee_schedules?offset=xx&limit=xx\"\r\n  },\r\n  \"items\": [\r\n    {\r\n    \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/fee_schedules/xxxx\",\r\n    \"practice_id\": \"practice id\",\r\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n    \"fee_no\": \"fee no\",\r\n    \"procedure_code\": \"procedure code\",\r\n    \"cust_id\": \"cust id\",\r\n    \"fee_name\": \"fee name\",\r\n    \"fee_amount\": \"fee amount\",\r\n    \"procedure_code_id\": \"procedure code id\"\r\n}\r\n  ]\r\n}"}],"_postman_id":"e691a861-62e3-4350-bf34-6512a312c7ad"},{"name":"referrals","id":"1c04a970-ad0c-4b80-a9d4-6407543bca5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/referrals","description":"<p>Returns referrals data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"referral_type-optional\">referral_type <code>optional</code></h6>\n<blockquote>\n<p>referral type from appointments </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"referral_id-optional\">referral_id <code>optional</code></h6>\n<blockquote>\n<p>referral id in practice management system </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"referral_id-default\">referral_id <code>default</code></h6>\n<blockquote>\n<p>referral id in practice management system </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","referrals"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"8bafe851-5b34-4a6d-b7b0-10a1e8bb0e7b","name":"referrals","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/referrals"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"2\",\r\n\"total_count\": \"1300\",\r\n\"execution_time\": \"13\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/referrals?offset=0&limit=2\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/referrals?offset=0&limit=2\",\r\n\"next\": \"http://api.sikkasoft.com/v4/referrals?offset=1&limit=2\",\r\n\"last\": \"http://api.sikkasoft.com/v4/referrals?offset=649&limit=2\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/referrals/Pat\",\r\n\"firstname\": \"N\",\r\n\"middlename\": \"\",\r\n\"lastname\": \"Ga\",\r\n\"salutation\": \"\",\r\n\"address_line1\": \"1383 Dd Dr\",\r\n\"address_line2\": \"\",\r\n\"city\": \"San Jose\",\r\n\"state\": \"CA\",\r\n\"zipcode\": \"95144\",\r\n\"email\": \"\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"phone\": \"\",\r\n\"fax\": \"\",\r\n\"referral_id\": \"794303\",\r\n\"referral_type\": \"Pat\",\r\n\"speciality\": \"\",\r\n\"title\": \"\",\r\n\"otherphone\": \"\",\r\n\"ext\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/referrals/Pat\",\r\n\"firstname\": \"D\",\r\n\"middlename\": \"\",\r\n\"lastname\": \"To\",\r\n\"salutation\": \"\",\r\n\"address_line1\": \"10296 L Dr.\",\r\n\"address_line2\": \"\",\r\n\"city\": \"San Jose\",\r\n\"state\": \"CA\",\r\n\"zipcode\": \"95127\",\r\n\"email\": \"\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"phone\": \"(408)6610381\",\r\n\"fax\": \"\",\r\n\"referral_id\": \"775001\",\r\n\"referral_type\": \"Pat\",\r\n\"speciality\": \"\",\r\n\"title\": \"\",\r\n\"otherphone\": \"\",\r\n\"ext\": \"40\"\r\n}\r\n]\r\n}"},{"id":"a7f7fa3c-62da-4dff-b0f8-eaab7f3bf790","name":"referrals?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/referrals?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","referrals"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/referrals?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/referrals?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/referrals?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/referrals?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/referrals/xxxx\",\r\n            \"firstname\": \"firstname\",\r\n            \"middlename\": \"middlename\",\r\n            \"lastname\": \"lastname\",\r\n            \"salutation\": \"salutation\",\r\n            \"address_line1\": \"address line1\",\r\n            \"address_line2\": \"address line2\",\r\n            \"city\": \"city\",\r\n            \"state\": \"state\",\r\n            \"zipcode\": \"zipcode\",\r\n            \"email\": \"email\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"cust_id\": \"cust id\",\r\n            \"phone\": \"phone\",\r\n            \"fax\": \"fax\",\r\n            \"referral_id\": \"referral id\",\r\n            \"referral_type\": \"referral type\",\r\n            \"speciality\": \"speciality\",\r\n            \"title\": \"title\",\r\n            \"otherphone\": \"otherphone\",\r\n            \"ext\": \"ext\",\r\n            \"rowhash\": \"rowhash\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"1c04a970-ad0c-4b80-a9d4-6407543bca5d"},{"name":"multiple_referrals","id":"31a78381-992a-4d8e-8268-1eb3a15dd9f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/multiple_referrals","description":"<p>Returns multiple referrals data of patient from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"referral_id-optional\">referral_id <code>optional</code></h6>\n<blockquote>\n<p>referral id in practice management system </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id in practice management system </p>\n</blockquote>\n<h6 id=\"referral_type-optional\">referral_type <code>optional</code></h6>\n<blockquote>\n<p>referral type in practice management system </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date on referral_date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date on referral_date </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"referral_id-default\">referral_id <code>default</code></h6>\n<blockquote>\n<p>referral id in practice management system </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id in practice management system </p>\n</blockquote>\n<h6 id=\"patient_id\">patient_id</h6>\n<blockquote>\n<p>patient id in practice management system</p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","multiple_referrals"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"b9b61d82-c36e-4992-a676-a100d5fcf272","name":"multiple_referrals","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/multiple_referrals"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"50\",\r\n    \"total_count\": \"2\",\r\n    \"execution_time\": \"38\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/multiple_referrals?offset=0&limit=2\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/multiple_referrals?offset=0&limit=2\",\r\n        \"next\": \"\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/multiple_referrals?offset=0&limit=2\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-xxxx/multiple_referrals/2147483647\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-xxxx/patients/1302006\",\r\n            \"patient_id\": \"1302006\",\r\n            \"firstname\": \"\",\r\n            \"lastname\": \"\",\r\n            \"salutation\": \"\",\r\n            \"address_line1\": \"\",\r\n            \"address_line2\": \"\",\r\n            \"city\": \"\",\r\n            \"state\": \"\",\r\n            \"zipcode\": \"\",\r\n            \"practice_id\": \"1-xxxx\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-xxxx\",\r\n            \"cust_id\": \"1\",\r\n            \"referral_id\": \"2147483647\",\r\n            \"referral_type\": \"OtherProfessional\",\r\n            \"speciality\": \"\",\r\n            \"rowhash\": \"71-FD-3B-0E-13-69-00\",\r\n            \"referral_date\": \"2015-04-09T00:00:00\"\r\n        },\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-xxxx/multiple_referrals/2147483647\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-xxxx/patients/1301049\",\r\n            \"patient_id\": \"1301049\",\r\n            \"firstname\": \"\",\r\n            \"lastname\": \"\",\r\n            \"salutation\": \"\",\r\n            \"address_line1\": \"\",\r\n            \"address_line2\": \"\",\r\n            \"city\": \"\",\r\n            \"state\": \"\",\r\n            \"zipcode\": \"\",\r\n            \"practice_id\": \"1-xxxx\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-xxxx\",\r\n            \"cust_id\": \"1\",\r\n            \"referral_id\": \"2147483647\",\r\n            \"referral_type\": \"OtherProfessional\",\r\n            \"speciality\": \"\",\r\n            \"rowhash\": \"23-C9-76-A4-4B-69-01\",\r\n            \"referral_date\": \"2013-01-17T00:00:00\"\r\n        }\r\n    ]\r\n}"},{"id":"3c437183-4291-4b6a-b5b9-8859a24c0faa","name":"multiple_referrals?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/multiple_referrals?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","multiple_referrals"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"50\",\r\n    \"total_count\": \"2\",\r\n    \"execution_time\": \"38\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/multiple_referrals?offset=0&limit=2\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/multiple_referrals?offset=0&limit=2\",\r\n        \"next\": \"\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/multiple_referrals?offset=0&limit=2\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-xxxx/multiple_referrals/2147483647\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-xxxx/patients/1302006\",\r\n            \"patient_id\": \"1302006\",\r\n            \"firstname\": \"\",\r\n            \"lastname\": \"\",\r\n            \"salutation\": \"\",\r\n            \"address_line1\": \"\",\r\n            \"address_line2\": \"\",\r\n            \"city\": \"\",\r\n            \"state\": \"\",\r\n            \"zipcode\": \"\",\r\n            \"practice_id\": \"1-xxxx\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-xxxx\",\r\n            \"cust_id\": \"1\",\r\n            \"referral_id\": \"2147483647\",\r\n            \"referral_type\": \"OtherProfessional\",\r\n            \"speciality\": \"\",\r\n            \"rowhash\": \"71-FD-3B-0E-13-69-00\",\r\n            \"referral_date\": \"2015-04-09T00:00:00\"\r\n        },\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-xxxx/multiple_referrals/2147483647\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-xxxx/patients/1301049\",\r\n            \"patient_id\": \"1301049\",\r\n            \"firstname\": \"\",\r\n            \"lastname\": \"\",\r\n            \"salutation\": \"\",\r\n            \"address_line1\": \"\",\r\n            \"address_line2\": \"\",\r\n            \"city\": \"\",\r\n            \"state\": \"\",\r\n            \"zipcode\": \"\",\r\n            \"practice_id\": \"1-xxxx\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-xxxx\",\r\n            \"cust_id\": \"1\",\r\n            \"referral_id\": \"2147483647\",\r\n            \"referral_type\": \"OtherProfessional\",\r\n            \"speciality\": \"\",\r\n            \"rowhash\": \"23-C9-76-A4-4B-69-01\",\r\n            \"referral_date\": \"2013-01-17T00:00:00\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"31a78381-992a-4d8e-8268-1eb3a15dd9f8"},{"name":"appointment_statuses","id":"f148bf1f-f60d-40e9-a1d4-b317db33dd3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/appointment_statuses","description":"<p>Returns appointments status data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>Status</p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"practice_id-default\">practice_id <code>default</code></h6>\n<blockquote>\n<p>Practice ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","appointment_statuses"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"1c73da1d-3539-464e-a262-16056c12f67c","name":"appointment_statuses","originalRequest":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/appointment_statuses"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"500\",\r\n\"total_count\": \"3\",\r\n\"execution_time\": \"283\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/appointment_statuses?offset=0&limit=500\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/appointment_statuses?offset=0&limit=500\",\r\n\"next\": \"\",\r\n\"last\": \"http://api.sikkasoft.com/v4/appointment_statuses?offset=0&limit=500\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/appointment_statuses/Open\",\r\n\"status\": \"Open\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/appointment_statuses/Fixed\",\r\n\"status\": \"Fixed\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/appointment_statuses/\",\r\n\"status\": \"Confirmed\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\"\r\n}\r\n]\r\n}"},{"id":"1a5d82b2-9194-41a7-ab89-aae90d052a17","name":"appointment_statuses?fields=get_all","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.sikkasoft.com/v4/appointment_statuses?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","appointment_statuses"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/appointment_statuses?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/appointment_statuses?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/appointment_statuses?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/appointment_statuses?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/appointment_statuses/Completed\",\r\n            \"status\": \"status\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"f148bf1f-f60d-40e9-a1d4-b317db33dd3c"},{"name":"perio_charts","id":"df71529a-d7dd-4cc6-9680-35bd86420e0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/perio_charts","description":"<p>Returns perio charts data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"date-optional\">date <code>optional</code></h6>\n<blockquote>\n<p>Filter on date field, format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"date\">date</h6>\n<blockquote>\n<p>Filter on date field, format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"chart_date\">chart_date</h6>\n<blockquote>\n<p>Filter on date field, format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>Practice ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","perio_charts"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"f0e0cb45-a539-4c94-8348-619d111faea0","name":"perio_charts","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<requset_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/perio_charts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"2\",\r\n\"total_count\": \"546624\",\r\n\"execution_time\": \"329\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/perio_charts?offset=0&limit=2\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/perio_charts?offset=0&limit=2\",\r\n\"next\": \"http://api.sikkasoft.com/v4/perio_charts?offset=1&limit=2\",\r\n\"last\": \"http://api.sikkasoft.com/v4/perio_charts?offset=273311&limit=2\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_contracts/799301\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/799301\",\r\n\"patient_id\": \"799301\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"surface\": \"Upper Facial\",\r\n\"tooth_number\": \"1\",\r\n\"chart_date\": \"2020-10-01T00:00:00\",\r\n\"pocket_depth_1\": \"0\",\r\n\"pocket_depth_2\": \"0\",\r\n\"pocket_depth_3\": \"0\",\r\n\"mucogingival_junction_1\": \"0\",\r\n\"mucogingival_junction_2\": \"0\",\r\n\"mucogingival_junction_3\": \"0\",\r\n\"bleed_1\": \"0\",\r\n\"bleed_2\": \"0\",\r\n\"bleed_3\": \"0\",\r\n\"suppuration_1\": \"0\",\r\n\"suppurtation_2\": \"0\",\r\n\"suppurtation_3\": \"0\",\r\n\"furcation_lingual_distal\": \"None\",\r\n\"furcation_lingual_mesial\": \"None\",\r\n\"furcation_lingual\": \"None\",\r\n\"furcation_facial\": \"None\",\r\n\"free_gingival_margin_1\": \"0\",\r\n\"free_gingival_margin_2\": \"0\",\r\n\"free_gingival_margin_3\": \"0\",\r\n\"calculus\": \"\",\r\n\"plaque\": \"\",\r\n\"day_exam_id\": \"1\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_contracts/799301\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/799301\",\r\n\"patient_id\": \"799301\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"surface\": \"Upper Lingual\",\r\n\"tooth_number\": \"1\",\r\n\"chart_date\": \"2020-10-01T00:00:00\",\r\n\"pocket_depth_1\": \"0\",\r\n\"pocket_depth_2\": \"0\",\r\n\"pocket_depth_3\": \"0\",\r\n\"mucogingival_junction_1\": \"0\",\r\n\"mucogingival_junction_2\": \"0\",\r\n\"mucogingival_junction_3\": \"0\",\r\n\"bleed_1\": \"0\",\r\n\"bleed_2\": \"0\",\r\n\"bleed_3\": \"0\",\r\n\"suppuration_1\": \"0\",\r\n\"suppurtation_2\": \"0\",\r\n\"suppurtation_3\": \"0\",\r\n\"furcation_lingual_distal\": \"None\",\r\n\"furcation_lingual_mesial\": \"None\",\r\n\"furcation_lingual\": \"None\",\r\n\"furcation_facial\": \"None\",\r\n\"free_gingival_margin_1\": \"0\",\r\n\"free_gingival_margin_2\": \"0\",\r\n\"free_gingival_margin_3\": \"0\",\r\n\"calculus\": \"\",\r\n\"plaque\": \"\",\r\n\"day_exam_id\": \"1\"\r\n}\r\n]\r\n}"},{"id":"dcc45eec-d338-42f3-9cf8-036ba7405348","name":"perio_charts?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<requset_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/perio_charts?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","perio_charts"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/perio_charts?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/perio_charts?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/perio_charts?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/perio_charts?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patient_contracts/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"provider_id\": \"provider id\",\r\n            \"provider_href\": \"\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"surface\": \"surface\",\r\n            \"tooth_number\": \"tooth number\",\r\n            \"chart_date\": \"chart date\",\r\n            \"pocket_depth_1\": \"pocket depth 1\",\r\n            \"pocket_depth_2\": \"pocket depth 2\",\r\n            \"pocket_depth_3\": \"pocket depth 3\",\r\n            \"mucogingival_junction_1\": \"mucogingival junction 1\",\r\n            \"mucogingival_junction_2\": \"mucogingival junction 2\",\r\n            \"mucogingival_junction_3\": \"mucogingival junction 3\",\r\n            \"bleed_1\": \"bleed 1\",\r\n            \"bleed_2\": \"bleed 2\",\r\n            \"bleed_3\": \"bleed 3\",\r\n            \"suppuration_1\": \"suppuration 1\",\r\n            \"suppurtation_2\": \"suppurtation 2\",\r\n            \"suppurtation_3\": \"suppurtation 3\",\r\n            \"furcation_lingual_distal\": \"furcation lingual distal\",\r\n            \"furcation_lingual_mesial\": \"furcation lingual mesial\",\r\n            \"furcation_lingual\": \"furcation lingual\",\r\n            \"furcation_facial\": \"furcation facial\",\r\n            \"free_gingival_margin_1\": \"free gingival margin 1\",\r\n            \"free_gingival_margin_2\": \"free gingival margin 2\",\r\n            \"free_gingival_margin_3\": \"free gingival margin 3\",\r\n            \"calculus\": \"calculus\",\r\n            \"plaque\": \"plaque\",\r\n            \"day_exam_id\": \"day exam id\",\r\n            \"case_type\": \"case type\",\r\n            \"mobility\": \"mobility\",\r\n            \"bone_loss\": \"bone loss\",\r\n            \"tooth_state\": \"tooth state\",\r\n            \"cal_1\": \"cal 1\",\r\n            \"cal_2\": \"cal 2\",\r\n            \"cal_3\": \"cal 3\",\r\n            \"furcation_buccal_central\": \"furcation buccal central\",\r\n            \"plaque_1\": \"plaque 1\",\r\n            \"plaque_2\": \"plaque 2\",\r\n            \"plaque_3\": \"plaque 3\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"df71529a-d7dd-4cc6-9680-35bd86420e0e"},{"name":"patient_statuses","id":"f133f72f-e50a-484d-bc24-ebb7969d255d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/patient_statuses","description":"<p>Returns patient status data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>Status</p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"practice_id-default\">practice_id <code>default</code></h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient_statuses"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"fd42cb49-5814-4718-9533-58a43a9adae8","name":"patient_statuses","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_statuses"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"500\",\r\n\"total_count\": \"3\",\r\n\"execution_time\": \"57\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/patient_statuses?offset=0&limit=500\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/patient_statuses?offset=0&limit=500\",\r\n\"next\": \"\",\r\n\"last\": \"http://api.sikkasoft.com/v4/patient_statuses?offset=0&limit=500\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_statuses/Inactive\",\r\n\"status\": \"Inactive\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_statuses/Active\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\"\r\n}\r\n]\r\n}"},{"id":"deae9788-931b-4ba1-b005-b6db168c2f09","name":"patient_statuses?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/patient_statuses?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","patient_statuses"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/patient_statuses?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/patient_statuses?offset=xx&limit=xx\",\r\n        \"next\": \"next\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/patient_statuses?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patient_statuses/Inactive\",\r\n            \"status\": \"status\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"f133f72f-e50a-484d-bc24-ebb7969d255d"},{"name":"patient_status_history","id":"5385aa9d-a110-4a08-b051-b6d63f8d745d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/patient_status_history","description":"<p>Returns patient status history data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"startdateoptional\">startdate<code>optional</code></h6>\n<blockquote>\n<p>startdate for date field, format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"enddateoptional\">enddate<code>optional</code></h6>\n<blockquote>\n<p>enddate for date field, format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"old_status-optional\">old_status <code>optional</code></h6>\n<blockquote>\n<p>old status of the patient </p>\n</blockquote>\n<h6 id=\"current_status-optional\">current_status <code>optional</code></h6>\n<blockquote>\n<p>current status of patient </p>\n</blockquote>\n<h6 id=\"cust_id-optional\">cust_id <code>optional</code></h6>\n<blockquote>\n<p>Cust Id (Customer ID) </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"date\">date</h6>\n<blockquote>\n<p>date </p>\n</blockquote>\n<h6 id=\"old_status\">old_status</h6>\n<blockquote>\n<p>old status of the patient </p>\n</blockquote>\n<h6 id=\"current_status\">current_status</h6>\n<blockquote>\n<p>current status of patient</p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient_status_history"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"78812e4f-ed4b-4a53-bbaa-f8451b96edc7","name":"patient_status_history","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_status_history"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xxxx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/patient_status_history?offset=xx&limit=xx\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/patient_status_history?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/patient_status_history?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/patient_status_history?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_status_history/123456\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/123456\",\r\n            \"patient_id\": \"123456\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"date\": \"2024-09-23\",\r\n            \"cust_id\": \"1\",\r\n            \"rowhash\": \"6E-0C-80-BB-E1-EA-01\",\r\n            \"old_status\": \"\",\r\n            \"current_status\": \"New Patient Added\"\r\n        },\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_status_history/123456\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/123456\",\r\n            \"patient_id\": \"123456\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"date\": \"2024-09-23\",\r\n            \"cust_id\": \"1\",\r\n            \"rowhash\": \"66-34-2C-55-8F-10-01\",\r\n            \"old_status\": \"New Patient Added\",\r\n            \"current_status\": \"Consultation\"\r\n        }\r\n    ]\r\n}"},{"id":"164070ab-795a-4cee-aad6-809c5441c871","name":"patient_status_history?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/patient_status_history?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","patient_status_history"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xxxx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/patient_status_history?offset=xx&limit=xx\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/patient_status_history?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/patient_status_history?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/patient_status_history?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_status_history/123456\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/123456\",\r\n            \"patient_id\": \"123456\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"date\": \"2024-09-23\",\r\n            \"cust_id\": \"1\",\r\n            \"rowhash\": \"6E-0C-80-BB-E1-EA-01\",\r\n            \"old_status\": \"\",\r\n            \"current_status\": \"New Patient Added\"\r\n        },\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_status_history/123456\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/123456\",\r\n            \"patient_id\": \"123456\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"date\": \"2024-09-23\",\r\n            \"cust_id\": \"1\",\r\n            \"rowhash\": \"66-34-2C-55-8F-10-01\",\r\n            \"old_status\": \"New Patient Added\",\r\n            \"current_status\": \"Consultation\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"5385aa9d-a110-4a08-b051-b6d63f8d745d"},{"name":"clinical_conditions","id":"4a1898ea-c62e-4812-8c7a-5a044a5a28f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/clinical_conditions","description":"<p>Returns clinical conditions data including status and tooth surface from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"id-optional\">id <code>optional</code></h6>\n<blockquote>\n<p>clinical condition id in practice management system </p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>appointment / treatment plan / clinical_conditions status </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"condition_name\">condition_name</h6>\n<blockquote>\n<p>Condition Name </p>\n</blockquote>\n<h6 id=\"tooth_surface\">tooth_surface</h6>\n<blockquote>\n<p>tooth surface </p>\n</blockquote>\n<h6 id=\"description\">description</h6>\n<blockquote>\n<p>description </p>\n</blockquote>\n<h6 id=\"status\">status</h6>\n<blockquote>\n<p>appointment / treatment plan / clinical_conditions status </p>\n</blockquote>\n<h6 id=\"id-default\">id <code>default</code></h6>\n<blockquote>\n<p>valid id, coma separated for multiple</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","clinical_conditions"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"0889f2f4-1448-4e33-b64a-77ebce0d20bd","name":"clinical_conditions","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/clinical_conditions"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"500\",\r\n\"total_count\": \"34\",\r\n\"execution_time\": \"18\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/clinical_conditions?offset=0&limit=500\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/clinical_conditions?offset=0&limit=500\",\r\n\"next\": \"\",\r\n\"last\": \"http://api.sikkasoft.com/v4/clinical_conditions?offset=0&limit=500\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/9\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Extruded Tooth\",\r\n\"id\": \"9\",\r\n\"condition_name\": \"Extruded\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/8\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Supernumerary tooth\",\r\n\"id\": \"8\",\r\n\"condition_name\": \"Supernumerary\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/7\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Supererupted tooth\",\r\n\"id\": \"7\",\r\n\"condition_name\": \"Supererupted\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/6\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Unerupted tooth\",\r\n\"id\": \"6\",\r\n\"condition_name\": \"Unerupted\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/5\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Fused teeth\",\r\n\"id\": \"5\",\r\n\"condition_name\": \"Fused\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/4\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Missing tooth\",\r\n\"id\": \"4\",\r\n\"condition_name\": \"Missing\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/33\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Mobility 3\",\r\n\"id\": \"33\",\r\n\"condition_name\": \"Mobility 3\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/32\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Mobility 2\",\r\n\"id\": \"32\",\r\n\"condition_name\": \"Mobility 2\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/31\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Mobility 1\",\r\n\"id\": \"31\",\r\n\"condition_name\": \"Mobility 1\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/30\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Diastema\",\r\n\"id\": \"30\",\r\n\"condition_name\": \"Diastema\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/3\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Abscess per root\",\r\n\"id\": \"3\",\r\n\"condition_name\": \"Periapical Condition\",\r\n\"tooth_surface\": \"Tooth & Surface Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/29\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Mobility 0\",\r\n\"id\": \"29\",\r\n\"condition_name\": \"Mobility 0\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/28\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Extra Root Canal\",\r\n\"id\": \"28\",\r\n\"condition_name\": \"Extra Canal\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/27\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"External Resorption\",\r\n\"id\": \"27\",\r\n\"condition_name\": \"External Resorption\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/26\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Internal Resorption\",\r\n\"id\": \"26\",\r\n\"condition_name\": \"Internal Resorption\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/25\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Abfraction\",\r\n\"id\": \"25\",\r\n\"condition_name\": \"Abfraction\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/24\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Abrasion\",\r\n\"id\": \"24\",\r\n\"condition_name\": \"Abrasion\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/23\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Decalcified\",\r\n\"id\": \"23\",\r\n\"condition_name\": \"Decalcified\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/22\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Drifted Distally\",\r\n\"id\": \"22\",\r\n\"condition_name\": \"Drifted Distally\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/21\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Drifted Mesially\",\r\n\"id\": \"21\",\r\n\"condition_name\": \"Drifted Mesially\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/20\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Overhang\",\r\n\"id\": \"20\",\r\n\"condition_name\": \"Overhang\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/2\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Cracks per surface\",\r\n\"id\": \"2\",\r\n\"condition_name\": \"Cracks\",\r\n\"tooth_surface\": \"Tooth & Surface Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/19\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Discolored Tooth\",\r\n\"id\": \"19\",\r\n\"condition_name\": \"Discolored\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/18\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Open Contact\",\r\n\"id\": \"18\",\r\n\"condition_name\": \"Open Contact\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/17\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Rotated Distally\",\r\n\"id\": \"17\",\r\n\"condition_name\": \"Rotated Distally\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/16\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Rotated Mesially\",\r\n\"id\": \"16\",\r\n\"condition_name\": \"Rotated Mesially\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/15\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Tipped Lingually\",\r\n\"id\": \"15\",\r\n\"condition_name\": \"Tipped Lingually\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/14\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Tipped Facially\",\r\n\"id\": \"14\",\r\n\"condition_name\": \"Tipped Facially\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/13\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Tipped Distally\",\r\n\"id\": \"13\",\r\n\"condition_name\": \"Tipped Distally\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/12\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Tipped Mesially\",\r\n\"id\": \"12\",\r\n\"condition_name\": \"Tipped Mesially\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/11\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Horizontally Impacted Tooth\",\r\n\"id\": \"11\",\r\n\"condition_name\": \"Impacted Horizontally\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/101\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"\",\r\n\"id\": \"101\",\r\n\"condition_name\": \"Recession\",\r\n\"tooth_surface\": \"Tooth & Surface Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/10\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Vertically Impacted Tooth\",\r\n\"id\": \"10\",\r\n\"condition_name\": \"Impacted Vertically\",\r\n\"tooth_surface\": \"Tooth Required\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/clinical_conditions/1\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"description\": \"Decay per surface\",\r\n\"id\": \"1\",\r\n\"condition_name\": \"Decay\",\r\n\"tooth_surface\": \"Tooth & Surface Required\"\r\n}\r\n]\r\n}"},{"id":"fb0d9e3f-7ca8-47dd-982e-4bc613c20c8a","name":"clinical_conditions?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/clinical_conditions?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","clinical_conditions"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/clinical_conditions?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/clinical_conditions?offset=xx&limit=xx\",\r\n        \"next\": \"next\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/clinical_conditions?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/clinical_conditions/xxxx\",\r\n            \"status\": \"status\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"description\": \"description\",\r\n            \"id\": \"id\",\r\n            \"condition_name\": \"condition name\",\r\n            \"tooth_surface\": \"tooth surface\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"4a1898ea-c62e-4812-8c7a-5a044a5a28f4"},{"name":"clinical_note_templates","id":"1ef7f804-4a22-4beb-be37-79154bdef306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/clinical_note_templates","description":"<p>Returns clinical note templates data including template name, category and prompts from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"template_id-optional\">template_id <code>optional</code></h6>\n<blockquote>\n<p>template id in practice management system </p>\n</blockquote>\n<h6 id=\"template_name-optional\">template_name <code>optional</code></h6>\n<blockquote>\n<p>template name in practice management system </p>\n</blockquote>\n<h6 id=\"category-optional\">category <code>optional</code></h6>\n<blockquote>\n<p>category in practice management system </p>\n</blockquote>\n<h6 id=\"prompts-optional\">prompts <code>optional</code></h6>\n<blockquote>\n<p>prompts in practice management system </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"category\">category</h6>\n<blockquote>\n<p>Category </p>\n</blockquote>\n<h6 id=\"template_name\">template_name</h6>\n<blockquote>\n<p>Template name </p>\n</blockquote>\n<h6 id=\"template_id-default\">template_id <code>default</code></h6>\n<blockquote>\n<p>Template id</p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","clinical_note_templates"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"7d715b48-6825-4506-8711-441c01d9cecc","name":"clinical_note_templates","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/clinical_note_templates"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"1\",\r\n    \"total_count\": \"xxx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/clinical_note_templates?offset=0&limit=1\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/clinical_note_templates?offset=0&limit=1\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/clinical_note_templates?offset=1&limit=1\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/clinical_note_templates?offset=xxx&limit=1\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/x/clinical_note_templates/xxx\",\r\n            \"practice_id\": \"x\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/x\",\r\n            \"cust_id\": \"x\",\r\n            \"category\": \"DANOS\",\r\n            \"template_id\": \"xxx\",\r\n            \"template_name\": \"Post Op\",\r\n            \"prompts\": \"Tooth-Select One\"\r\n        }\r\n    ]\r\n}"},{"id":"a074baa5-c62c-468c-a4ba-e2c9c0ee4c95","name":"clinical_note_templates?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/clinical_note_templates?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","clinical_note_templates"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"1\",\n    \"total_count\": \"xxx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/clinical_note_templates?offset=0&limit=1\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/clinical_note_templates?offset=0&limit=1\",\n        \"next\": \"https://api.sikkasoft.com/v4/clinical_note_templates?offset=1&limit=1\",\n        \"last\": \"https://api.sikkasoft.com/v4/clinical_note_templates?offset=xxx&limit=1\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/x/clinical_note_templates/xxx\",\n            \"practice_id\": \"x\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/x\",\n            \"cust_id\": \"x\",\n            \"category\": \"DANOS\",\n            \"template_id\": \"xxx\",\n            \"template_name\": \"Post Op\",\n            \"prompts\": \"Tooth-Select One\",\n            \"template_notes\": \"Sample Notes for template\"\n        }\n    ]\n}"}],"_postman_id":"1ef7f804-4a22-4beb-be37-79154bdef306"},{"name":"guarantor_accounts","id":"87c6b544-604d-43fc-b154-71889bc804e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/guarantor_accounts","description":"<p>Returns guarantor accounts details from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>provider id in practice management system </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient ID </p>\n</blockquote>\n<h6 id=\"phone-optional\">phone <code>optional</code></h6>\n<blockquote>\n<p>phone number </p>\n</blockquote>\n<h6 id=\"firstname-optional\">firstname <code>optional</code></h6>\n<blockquote>\n<p>First name of patient, provider or guarantor </p>\n</blockquote>\n<h6 id=\"lastname-optional\">lastname <code>optional</code></h6>\n<blockquote>\n<p>Last name of patient, provider or guarantor </p>\n</blockquote>\n<h6 id=\"workphone-optional\">workphone <code>optional</code></h6>\n<blockquote>\n<p>workphone number </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"guarantor_id-default\">guarantor_id <code>default</code></h6>\n<blockquote>\n<p>Guarantor id as per practice management systems </p>\n</blockquote>\n<h6 id=\"firstname-or-first_name\">firstname Or first_name</h6>\n<blockquote>\n<p>First name of patient, provider or guarantor </p>\n</blockquote>\n<h6 id=\"lastname-or-last_name\">lastname Or last_name</h6>\n<blockquote>\n<p>Last name of patient, provider or guarantor </p>\n</blockquote>\n<h6 id=\"zipcode\">zipcode</h6>\n<blockquote>\n<p>Zipcode</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","guarantor_accounts"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"1d3fac6f-48ad-4927-b168-4edf6b8f4d04","name":"guarantor_accounts","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/guarantor_accounts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"2\",\r\n\"total_count\": \"6865\",\r\n\"execution_time\": \"22\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/guarantor_accounts?offset=0&limit=2\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/guarantor_accounts?offset=0&limit=2\",\r\n\"next\": \"http://api.sikkasoft.com/v4/guarantor_accounts?offset=1&limit=2\",\r\n\"last\": \"http://api.sikkasoft.com/v4/guarantor_accounts?offset=3432&limit=2\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/guarantor_accounts/800800\",\r\n\"guarantor_id\": \"800800\",\r\n\"provider_id\": \"1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"created_date\": \"2020-10-09T00:00:00\",\r\n\"guarantor_1_firstname\": \"Esar\",\r\n\"guarantor_1_lastname\": \"Ad\",\r\n\"guarantor_1_middlename\": \"\",\r\n\"guarantor_1_address_line1\": \"\",\r\n\"guarantor_1_address_line2\": \"\",\r\n\"guarantor_1_city\": \"San Jose\",\r\n\"guarantor_1_state\": \"CA\",\r\n\"guarantor_1_phone\": \"\",\r\n\"guarantor_1_workphone\": \"\",\r\n\"guarantor_1_salutation\": \"\",\r\n\"guarantor_1_birthdate\": \"1999-02-21T00:00:00\",\r\n\"guarantor_1_gender\": \"\",\r\n\"guarantor_1_marital_status\": \"\",\r\n\"guarantor_1_dental_insurance\": \"0\",\r\n\"guarantor_1_medical_insurance\": \"0\",\r\n\"guarantor_1_dental_deduction\": \"0.00\",\r\n\"guarantor_1_medicaid_number\": \"\",\r\n\"guarantor_1_bluecross_blueshield_number\": \"\",\r\n\"guarantor_1_zipcode\": \"95116\",\r\n\"guarantor_1_employer_id\": \"0\",\r\n\"guarantor_1_employer_href\": \"https://api.sikkasoft.com/v4/practices/1/employers/0\",\r\n\"guarantor_1_cell\": \"\",\r\n\"guarantor_1_email\": \"\",\r\n\"guarantor_1_ssn\": \"\",\r\n\"guarantor_2_firstname\": \"\",\r\n\"guarantor_2_lastname\": \"ER\",\r\n\"guarantor_2_middlename\": \"\",\r\n\"guarantor_2_address_line1\": \"\",\r\n\"guarantor_2_address_line2\": \"\",\r\n\"guarantor_2_city\": \"San Jose\",\r\n\"guarantor_2_state\": \"CA\",\r\n\"guarantor_2_phone\": \"\",\r\n\"guarantor_2_workphone\": \"\",\r\n\"guarantor_2_salutation\": \"\",\r\n\"guarantor_2_birthdate\": \"\",\r\n\"guarantor_2_gender\": \"\",\r\n\"guarantor_2_marital_status\": \"\",\r\n\"guarantor_2_dental_insurance\": \"0\",\r\n\"guarantor_2_medical_insurance\": \"0\",\r\n\"guarantor_2_dental_deduction\": \"0.00\",\r\n\"guarantor_2_medicaid_number\": \"\",\r\n\"guarantor_2_bluecross_blueshield_number\": \"\",\r\n\"guarantor_2_zipcode\": \"95116\",\r\n\"guarantor_2_employer_id\": \"0\",\r\n\"guarantor_2_employer_href\": \"https://api.sikkasoft.com/v4/practices/1/employers/0\",\r\n\"guarantor_2_cell\": \"\",\r\n\"guarantor_2_email\": \"\",\r\n\"guarantor_2_ssn\": \"\",\r\n\"guarantor_3_firstname\": \"\",\r\n\"guarantor_3_lastname\": \"\",\r\n\"guarantor_3_middlename\": \"\",\r\n\"guarantor_3_address_line1\": \"\",\r\n\"guarantor_3_address_line2\": \"\",\r\n\"guarantor_3_city\": \"\",\r\n\"guarantor_3_state\": \"\",\r\n\"guarantor_3_phone\": \"\",\r\n\"guarantor_3_workphone\": \"\",\r\n\"guarantor_3_salutation\": \"\",\r\n\"guarantor_3_birthdate\": \"\",\r\n\"guarantor_3_gender\": \"\",\r\n\"guarantor_3_marital_status\": \"\",\r\n\"guarantor_3_dental_insurance\": \"0\",\r\n\"guarantor_3_medical_insurance\": \"0\",\r\n\"guarantor_3_dental_deduction\": \"0.00\",\r\n\"guarantor_3_medicaid_number\": \"\",\r\n\"guarantor_3_bluecross_blueshield_number\": \"\",\r\n\"guarantor_3_zipcode\": \"\",\r\n\"guarantor_3_employer_id\": \"0\",\r\n\"guarantor_3_employer_href\": \"https://api.sikkasoft.com/v4/practices/1/employers/0\",\r\n\"guarantor_3_cell\": \"\",\r\n\"guarantor_3_email\": \"\",\r\n\"guarantor_3_ssn\": \"\",\r\n\"guarantor_4_firstname\": \"\",\r\n\"guarantor_4_lastname\": \"\",\r\n\"guarantor_4_middlename\": \"\",\r\n\"guarantor_4_address_line1\": \"\",\r\n\"guarantor_4_address_line2\": \"\",\r\n\"guarantor_4_city\": \"\",\r\n\"guarantor_4_state\": \"\",\r\n\"guarantor_4_phone\": \"\",\r\n\"guarantor_4_workphone\": \"\",\r\n\"guarantor_4_salutation\": \"\",\r\n\"guarantor_4_birthdate\": \"\",\r\n\"guarantor_4_gender\": \"\",\r\n\"guarantor_4_marital_status\": \"\",\r\n\"guarantor_4_dental_insurance\": \"0\",\r\n\"guarantor_4_medical_insurance\": \"0\",\r\n\"guarantor_4_dental_deduction\": \"0.00\",\r\n\"guarantor_4_medicaid_number\": \"\",\r\n\"guarantor_4_bluecross_blueshield_number\": \"\",\r\n\"guarantor_4_zipcode\": \"\",\r\n\"guarantor_4_employer_id\": \"0\",\r\n\"guarantor_4_employer_href\": \"https://api.sikkasoft.com/v4/practices/1/employers/0\",\r\n\"guarantor_4_cell\": \"\",\r\n\"guarantor_4_email\": \"\",\r\n\"guarantor_4_ssn\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/guarantor_accounts/800700\",\r\n\"guarantor_id\": \"800700\",\r\n\"provider_id\": \"1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"created_date\": \"2020-10-08T00:00:00\",\r\n\"guarantor_1_firstname\": \"Me\",\r\n\"guarantor_1_lastname\": \"Joph\",\r\n\"guarantor_1_middlename\": \"\",\r\n\"guarantor_1_address_line1\": \"\",\r\n\"guarantor_1_address_line2\": \"\",\r\n\"guarantor_1_city\": \"San Jose\",\r\n\"guarantor_1_state\": \"CA\",\r\n\"guarantor_1_phone\": \"\",\r\n\"guarantor_1_workphone\": \"\",\r\n\"guarantor_1_salutation\": \"\",\r\n\"guarantor_1_birthdate\": \"1999-09-29T00:00:00\",\r\n\"guarantor_1_gender\": \"\",\r\n\"guarantor_1_marital_status\": \"\",\r\n\"guarantor_1_dental_insurance\": \"0\",\r\n\"guarantor_1_medical_insurance\": \"0\",\r\n\"guarantor_1_dental_deduction\": \"0.00\",\r\n\"guarantor_1_medicaid_number\": \"\",\r\n\"guarantor_1_bluecross_blueshield_number\": \"\",\r\n\"guarantor_1_zipcode\": \"95116\",\r\n\"guarantor_1_employer_id\": \"0\",\r\n\"guarantor_1_employer_href\": \"https://api.sikkasoft.com/v4/practices/1/employers/0\",\r\n\"guarantor_1_cell\": \"5106918711\",\r\n\"guarantor_1_email\": \"\",\r\n\"guarantor_1_ssn\": \"\",\r\n\"guarantor_2_firstname\": \"\",\r\n\"guarantor_2_lastname\": \"Joseph\",\r\n\"guarantor_2_middlename\": \"\",\r\n\"guarantor_2_address_line1\": \"\",\r\n\"guarantor_2_address_line2\": \"\",\r\n\"guarantor_2_city\": \"San Jose\",\r\n\"guarantor_2_state\": \"CA\",\r\n\"guarantor_2_phone\": \"\",\r\n\"guarantor_2_workphone\": \"\",\r\n\"guarantor_2_salutation\": \"\",\r\n\"guarantor_2_birthdate\": \"\",\r\n\"guarantor_2_gender\": \"\",\r\n\"guarantor_2_marital_status\": \"\",\r\n\"guarantor_2_dental_insurance\": \"0\",\r\n\"guarantor_2_medical_insurance\": \"0\",\r\n\"guarantor_2_dental_deduction\": \"0.00\",\r\n\"guarantor_2_medicaid_number\": \"\",\r\n\"guarantor_2_bluecross_blueshield_number\": \"\",\r\n\"guarantor_2_zipcode\": \"95116\",\r\n\"guarantor_2_employer_id\": \"0\",\r\n\"guarantor_2_employer_href\": \"https://api.sikkasoft.com/v4/practices/1/employers/0\",\r\n\"guarantor_2_cell\": \"\",\r\n\"guarantor_2_email\": \"\",\r\n\"guarantor_2_ssn\": \"\",\r\n\"guarantor_3_firstname\": \"\",\r\n\"guarantor_3_lastname\": \"\",\r\n\"guarantor_3_middlename\": \"\",\r\n\"guarantor_3_address_line1\": \"\",\r\n\"guarantor_3_address_line2\": \"\",\r\n\"guarantor_3_city\": \"\",\r\n\"guarantor_3_state\": \"\",\r\n\"guarantor_3_phone\": \"\",\r\n\"guarantor_3_workphone\": \"\",\r\n\"guarantor_3_salutation\": \"\",\r\n\"guarantor_3_birthdate\": \"\",\r\n\"guarantor_3_gender\": \"\",\r\n\"guarantor_3_marital_status\": \"\",\r\n\"guarantor_3_dental_insurance\": \"0\",\r\n\"guarantor_3_medical_insurance\": \"0\",\r\n\"guarantor_3_dental_deduction\": \"0.00\",\r\n\"guarantor_3_medicaid_number\": \"\",\r\n\"guarantor_3_bluecross_blueshield_number\": \"\",\r\n\"guarantor_3_zipcode\": \"\",\r\n\"guarantor_3_employer_id\": \"0\",\r\n\"guarantor_3_employer_href\": \"https://api.sikkasoft.com/v4/practices/1/employers/0\",\r\n\"guarantor_3_cell\": \"\",\r\n\"guarantor_3_email\": \"\",\r\n\"guarantor_3_ssn\": \"\",\r\n\"guarantor_4_firstname\": \"\",\r\n\"guarantor_4_lastname\": \"\",\r\n\"guarantor_4_middlename\": \"\",\r\n\"guarantor_4_address_line1\": \"\",\r\n\"guarantor_4_address_line2\": \"\",\r\n\"guarantor_4_city\": \"\",\r\n\"guarantor_4_state\": \"\",\r\n\"guarantor_4_phone\": \"\",\r\n\"guarantor_4_workphone\": \"\",\r\n\"guarantor_4_salutation\": \"\",\r\n\"guarantor_4_birthdate\": \"\",\r\n\"guarantor_4_gender\": \"\",\r\n\"guarantor_4_marital_status\": \"\",\r\n\"guarantor_4_dental_insurance\": \"0\",\r\n\"guarantor_4_medical_insurance\": \"0\",\r\n\"guarantor_4_dental_deduction\": \"0.00\",\r\n\"guarantor_4_medicaid_number\": \"\",\r\n\"guarantor_4_bluecross_blueshield_number\": \"\",\r\n\"guarantor_4_zipcode\": \"\",\r\n\"guarantor_4_employer_id\": \"0\",\r\n\"guarantor_4_employer_href\": \"https://api.sikkasoft.com/v4/practices/1/employers/0\",\r\n\"guarantor_4_cell\": \"\",\r\n\"guarantor_4_email\": \"\",\r\n\"guarantor_4_ssn\": \"\"\r\n}\r\n]\r\n}"},{"id":"2dc73ae8-ee85-4a39-ac51-6586b7f7c506","name":"guarantor_accounts?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/guarantor_accounts?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","guarantor_accounts"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/guarantor_accounts?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/guarantor_accounts?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/guarantor_accounts?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/guarantor_accounts?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantor_accounts/xxxx\",\r\n            \"guarantor_id\": \"guarantor id\",\r\n            \"provider_id\": \"provider id\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"created_date\": \"created date\",\r\n            \"guarantor_1_firstname\": \"guarantor 1 firstname\",\r\n            \"guarantor_1_lastname\": \"guarantor 1 lastname\",\r\n            \"guarantor_1_middlename\": \"guarantor 1 middlename\",\r\n            \"guarantor_1_address_line1\": \"guarantor 1 address line1\",\r\n            \"guarantor_1_address_line2\": \"guarantor 1 address line2\",\r\n            \"guarantor_1_city\": \"guarantor 1 city\",\r\n            \"guarantor_1_state\": \"guarantor 1 state\",\r\n            \"guarantor_1_phone\": \"guarantor 1 phone\",\r\n            \"guarantor_1_workphone\": \"guarantor 1 workphone\",\r\n            \"guarantor_1_salutation\": \"guarantor 1 salutation\",\r\n            \"guarantor_1_birthdate\": \"guarantor 1 birthdate\",\r\n            \"guarantor_1_gender\": \"guarantor 1 gender\",\r\n            \"guarantor_1_marital_status\": \"guarantor 1 marital status\",\r\n            \"guarantor_1_dental_insurance\": \"guarantor 1 dental insurance\",\r\n            \"guarantor_1_medical_insurance\": \"guarantor 1 medical insurance\",\r\n            \"guarantor_1_dental_deduction\": \"guarantor 1 dental deduction\",\r\n            \"guarantor_1_medicaid_number\": \"guarantor 1 medicaid number\",\r\n            \"guarantor_1_bluecross_blueshield_number\": \"guarantor 1 bluecross blueshield number\",\r\n            \"guarantor_1_zipcode\": \"guarantor 1 zipcode\",\r\n            \"guarantor_1_employer_id\": \"guarantor 1 employer id\",\r\n            \"guarantor_1_employer_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/employers/xxxx\",\r\n            \"guarantor_1_cell\": \"guarantor 1 cell\",\r\n            \"guarantor_1_email\": \"guarantor 1 email\",\r\n            \"guarantor_1_ssn\": \"guarantor 1 ssn\",\r\n            \"guarantor_2_firstname\": \"guarantor 2 firstname\",\r\n            \"guarantor_2_lastname\": \"guarantor 2 lastname\",\r\n            \"guarantor_2_middlename\": \"guarantor 2 middlename\",\r\n            \"guarantor_2_address_line1\": \"guarantor 2 address line1\",\r\n            \"guarantor_2_address_line2\": \"guarantor 2 address line2\",\r\n            \"guarantor_2_city\": \"guarantor 2 city\",\r\n            \"guarantor_2_state\": \"guarantor 2 state\",\r\n            \"guarantor_2_phone\": \"guarantor 2 phone\",\r\n            \"guarantor_2_workphone\": \"guarantor 2 workphone\",\r\n            \"guarantor_2_salutation\": \"guarantor 2 salutation\",\r\n            \"guarantor_2_birthdate\": \"guarantor 2 birthdate\",\r\n            \"guarantor_2_gender\": \"guarantor 2 gender\",\r\n            \"guarantor_2_marital_status\": \"guarantor 2 marital status\",\r\n            \"guarantor_2_dental_insurance\": \"guarantor 2 dental insurance\",\r\n            \"guarantor_2_medical_insurance\": \"guarantor 2 medical insurance\",\r\n            \"guarantor_2_dental_deduction\": \"guarantor 2 dental deduction\",\r\n            \"guarantor_2_medicaid_number\": \"guarantor 2 medicaid number\",\r\n            \"guarantor_2_bluecross_blueshield_number\": \"guarantor 2 bluecross blueshield number\",\r\n            \"guarantor_2_zipcode\": \"guarantor 2 zipcode\",\r\n            \"guarantor_2_employer_id\": \"guarantor 2 employer id\",\r\n            \"guarantor_2_employer_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/employers/xxxx\",\r\n            \"guarantor_2_cell\": \"guarantor 2 cell\",\r\n            \"guarantor_2_email\": \"guarantor 2 email\",\r\n            \"guarantor_2_ssn\": \"guarantor 2 ssn\",\r\n            \"guarantor_3_firstname\": \"guarantor 3 firstname\",\r\n            \"guarantor_3_lastname\": \"guarantor 3 lastname\",\r\n            \"guarantor_3_middlename\": \"guarantor 3 middlename\",\r\n            \"guarantor_3_address_line1\": \"guarantor 3 address line1\",\r\n            \"guarantor_3_address_line2\": \"guarantor 3 address line2\",\r\n            \"guarantor_3_city\": \"guarantor 3 city\",\r\n            \"guarantor_3_state\": \"guarantor 3 state\",\r\n            \"guarantor_3_phone\": \"guarantor 3 phone\",\r\n            \"guarantor_3_workphone\": \"guarantor 3 workphone\",\r\n            \"guarantor_3_salutation\": \"guarantor 3 salutation\",\r\n            \"guarantor_3_birthdate\": \"guarantor 3 birthdate\",\r\n            \"guarantor_3_gender\": \"guarantor 3 gender\",\r\n            \"guarantor_3_marital_status\": \"guarantor 3 marital status\",\r\n            \"guarantor_3_dental_insurance\": \"guarantor 3 dental insurance\",\r\n            \"guarantor_3_medical_insurance\": \"guarantor 3 medical insurance\",\r\n            \"guarantor_3_dental_deduction\": \"guarantor 3 dental deduction\",\r\n            \"guarantor_3_medicaid_number\": \"guarantor 3 medicaid number\",\r\n            \"guarantor_3_bluecross_blueshield_number\": \"guarantor 3 bluecross blueshield number\",\r\n            \"guarantor_3_zipcode\": \"guarantor 3 zipcode\",\r\n            \"guarantor_3_employer_id\": \"guarantor 3 employer id\",\r\n            \"guarantor_3_employer_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/employers/xxxx\",\r\n            \"guarantor_3_cell\": \"guarantor 3 cell\",\r\n            \"guarantor_3_email\": \"guarantor 3 email\",\r\n            \"guarantor_3_ssn\": \"guarantor 3 ssn\",\r\n            \"guarantor_4_firstname\": \"guarantor 4 firstname\",\r\n            \"guarantor_4_lastname\": \"guarantor 4 lastname\",\r\n            \"guarantor_4_middlename\": \"guarantor 4 middlename\",\r\n            \"guarantor_4_address_line1\": \"guarantor 4 address line1\",\r\n            \"guarantor_4_address_line2\": \"guarantor 4 address line2\",\r\n            \"guarantor_4_city\": \"guarantor 4 city\",\r\n            \"guarantor_4_state\": \"guarantor 4 state\",\r\n            \"guarantor_4_phone\": \"guarantor 4 phone\",\r\n            \"guarantor_4_workphone\": \"guarantor 4 workphone\",\r\n            \"guarantor_4_salutation\": \"guarantor 4 salutation\",\r\n            \"guarantor_4_birthdate\": \"guarantor 4 birthdate\",\r\n            \"guarantor_4_gender\": \"guarantor 4 gender\",\r\n            \"guarantor_4_marital_status\": \"guarantor 4 marital status\",\r\n            \"guarantor_4_dental_insurance\": \"guarantor 4 dental insurance\",\r\n            \"guarantor_4_medical_insurance\": \"guarantor 4 medical insurance\",\r\n            \"guarantor_4_dental_deduction\": \"guarantor 4 dental deduction\",\r\n            \"guarantor_4_medicaid_number\": \"guarantor 4 medicaid number\",\r\n            \"guarantor_4_bluecross_blueshield_number\": \"guarantor 4 bluecross blueshield number\",\r\n            \"guarantor_4_zipcode\": \"guarantor 4 zipcode\",\r\n            \"guarantor_4_employer_id\": \"guarantor 4 employer id\",\r\n            \"guarantor_4_employer_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/employers/xxxx\",\r\n            \"guarantor_4_cell\": \"guarantor 4 cell\",\r\n            \"guarantor_4_email\": \"guarantor 4 email\",\r\n            \"guarantor_4_ssn\": \"guarantor 4 ssn\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"87c6b544-604d-43fc-b154-71889bc804e4"},{"name":"insurance_company_details","id":"c78eb0c1-82c4-495c-b24a-6f0161528206","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/insurance_company_details","description":"<p>Returns insurnace company details from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"insurance_company_id-optional\">insurance_company_id <code>optional</code></h6>\n<blockquote>\n<p>insurance company id in practice management system </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"insurance_company_id-default\">insurance_company_id <code>default</code></h6>\n<blockquote>\n<p>Insurance Company ID</p>\n</blockquote>\n<h6 id=\"insurance_company_name\">insurance_company_name</h6>\n<blockquote>\n<p>Insurance Company Name </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","insurance_company_details"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"a027469f-d55a-4d20-a773-be93b68c09ce","name":"https://api.sikkasoft.com/v4/insurance_company_details","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/insurance_company_details"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"2\",\r\n\"total_count\": \"1012\",\r\n\"execution_time\": \"31\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/insurance_company_details?offset=0&limit=2\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/insurance_company_details?offset=0&limit=2\",\r\n\"next\": \"http://api.sikkasoft.com/v4/insurance_company_details?offset=1&limit=2\",\r\n\"last\": \"http://api.sikkasoft.com/v4/insurance_company_details?offset=505&limit=2\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_company_details/1677\",\r\n\"address_line1\": \"P.O. Box 2940\",\r\n\"city\": \"Clinton\",\r\n\"state\": \"IA\",\r\n\"zipcode\": \"52733\",\r\n\"cell\": \"\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"insurance_company_id\": \"1677\",\r\n\"insurance_company_name\": \"Sun Life Financial\",\r\n\"payer_id\": \"70408\",\r\n\"notes\": \"\",\r\n\"payer_type\": \"Commercial\",\r\n\"era_capable\": \"No\",\r\n\"provider_practice_id\": \"0\",\r\n\"web_link\": \"0\",\r\n\"default_plan\": \"0\",\r\n\"phone1\": \"8004427742\",\r\n\"ext1\": \"\",\r\n\"phone2\": \"\",\r\n\"ext2\": \"\",\r\n\"phone3\": \"\",\r\n\"ext3\": \"\",\r\n\"fax1\": \"\",\r\n\"fax2\": \"\",\r\n\"beeper\": \"\",\r\n\"email1\": \"\",\r\n\"email2\": \"\",\r\n\"trojan_id\": \"\",\r\n\"contact\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_company_details/1674\",\r\n\"address_line1\": \"PO BOX 968046\",\r\n\"city\": \"Schaumbern\",\r\n\"state\": \"IL\",\r\n\"zipcode\": \"60196\",\r\n\"cell\": \"\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"insurance_company_id\": \"1674\",\r\n\"insurance_company_name\": \"Zurich North America\",\r\n\"payer_id\": \"\",\r\n\"notes\": \"\",\r\n\"payer_type\": \"None\",\r\n\"era_capable\": \"No\",\r\n\"provider_practice_id\": \"0\",\r\n\"web_link\": \"0\",\r\n\"default_plan\": \"0\",\r\n\"phone1\": \"\",\r\n\"ext1\": \"\",\r\n\"phone2\": \"\",\r\n\"ext2\": \"\",\r\n\"phone3\": \"\",\r\n\"ext3\": \"\",\r\n\"fax1\": \"\",\r\n\"fax2\": \"\",\r\n\"beeper\": \"\",\r\n\"email1\": \"\",\r\n\"email2\": \"\",\r\n\"trojan_id\": \"\",\r\n\"contact\": \"\"\r\n}\r\n]\r\n}"},{"id":"4182aa62-9bf8-435c-901a-3ca13b80d879","name":"https://api.sikkasoft.com/v4/insurance_company_details?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/insurance_company_details?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","insurance_company_details"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/insurance_company_details?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/insurance_company_details?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/insurance_company_details?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/insurance_company_details?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxx/insurance_company_details/xxxx\",\r\n            \"address_line1\": \"address line1\",\r\n            \"address_line2\": \"address line2\",\r\n            \"city\": \"city\",\r\n            \"state\": \"state\",\r\n            \"zipcode\": \"zipcode\",\r\n            \"cell\": \"cell\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"insurance_company_id\": \"insurance company id\",\r\n            \"insurance_company_name\": \"insurance company name\",\r\n            \"payer_id\": \"payer id\",\r\n            \"notes\": \"notes\",\r\n            \"payer_type\": \"payer type\",\r\n            \"era_capable\": \"era capable\",\r\n            \"provider_practice_id\": \"provider practice id\",\r\n            \"web_link\": \"web link\",\r\n            \"default_plan\": \"default plan\",\r\n            \"phone1\": \"phone1\",\r\n            \"ext1\": \"ext1\",\r\n            \"phone2\": \"phone2\",\r\n            \"ext2\": \"ext2\",\r\n            \"phone3\": \"phone3\",\r\n            \"ext3\": \"ext3\",\r\n            \"fax1\": \"fax1\",\r\n            \"fax2\": \"fax2\",\r\n            \"beeper\": \"beeper\",\r\n            \"email1\": \"email1\",\r\n            \"email2\": \"email2\",\r\n            \"trojan_id\": \"trojan id\",\r\n            \"contact\": \"contact\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"c78eb0c1-82c4-495c-b24a-6f0161528206"},{"name":"treatment_plan_statuses","id":"0a018d60-4fe3-455a-b4c0-d52783584941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/treatment_plan_statuses","description":"<p>Returns treatment plans status data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>Status</p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"practice_id-default\">practice_id <code>default</code></h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","treatment_plan_statuses"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"f5a3683f-b07e-4af0-b991-b7f317e2b627","name":"treatment_plan_statuses","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/treatment_plan_statuses"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"500\",\r\n\"total_count\": \"5\",\r\n\"execution_time\": \"1402\",\r\n\"pagination\": {\r\n\"first\": \"http://apiv4.sikkasoft.com/v4/treatment_plan_statuses?offset=0&limit=500\",\r\n\"previous\": \"\",\r\n\"current\": \"http://apiv4.sikkasoft.com/v4/treatment_plan_statuses?offset=0&limit=500\",\r\n\"next\": \"\",\r\n\"last\": \"http://apiv4.sikkasoft.com/v4/treatment_plan_statuses?offset=0&limit=500\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/treatment_plan_statuses/Diagnosed\",\r\n\"status\": \"Diagnosed\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/treatment_plan_statuses/\",\r\n\"status\": \"\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/treatment_plan_statuses/Scheduled\",\r\n\"status\": \"Scheduled\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/treatment_plan_statuses/Accepted\",\r\n\"status\": \"Accepted\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/treatment_plan_statuses/Presented\",\r\n\"status\": \"Presented\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\"\r\n}\r\n]\r\n}"},{"id":"59914203-de9a-4802-8f00-42cc455b6fa2","name":"treatment_plan_statuses?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/treatment_plan_statuses?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","treatment_plan_statuses"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/treatment_plan_statuses?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/treatment_plan_statuses?offset=xx&limit=xx\",\r\n        \"next\": \"next\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/treatment_plan_statuses?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/treatment_plan_statuses/\",\r\n            \"status\": \"status\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"cust_id\": \"cust id\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"0a018d60-4fe3-455a-b4c0-d52783584941"},{"name":"prescriptions","id":"8ef5e404-fdc4-42a3-9c74-fbb32df03626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/prescriptions","description":"<p>Returns prescriptions data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"prescription_id-optional\">prescription_id <code>optional</code></h6>\n<blockquote>\n<p>Prescription id from appointments </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>provider id in practice management system </p>\n</blockquote>\n<h6 id=\"date-optional\">date <code>optional</code></h6>\n<blockquote>\n<p>Filter on date field, format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"procedure_code_id-optional\">procedure_code_id <code>optional</code></h6>\n<blockquote>\n<p>Procedure code id is same as procedure code. </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"prescription_id-default\">prescription_id <code>default</code></h6>\n<blockquote>\n<p>Prescription_id</p>\n</blockquote>\n<h6 id=\"drug_id\">drug_id</h6>\n<blockquote>\n<p>Drug ID from appointments</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","prescriptions"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"0d10c7b4-24ea-4932-9fd1-fcd2b26b46d9","name":"prescriptions","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/prescriptions"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"4\",\r\n\"total_count\": \"3195\",\r\n\"execution_time\": \"21\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/prescriptions?offset=0&limit=4\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/prescriptions?offset=0&limit=4\",\r\n\"next\": \"http://api.sikkasoft.com/v4/prescriptions?offset=1&limit=4\",\r\n\"last\": \"http://api.sikkasoft.com/v4/prescriptions?offset=798&limit=4\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/prescriptions/3194\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/503701\",\r\n\"patient_id\": \"503701\",\r\n\"provider_id\": \"1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"quantity\": \"21\",\r\n\"date\": \"2020-10-12T00:00:00\",\r\n\"notes\": \"\",\r\n\"drug_id\": \"26\",\r\n\"drug_href\": \"https://api.sikkasoft.com/v4/practices/1/drugs/26\",\r\n\"prescription_id\": \"3194\",\r\n\"refills\": \"\",\r\n\"direction\": \"take 1 every 8hrs till all gone\",\r\n\"days\": \"0\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/prescriptions/3193\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/356301\",\r\n\"patient_id\": \"356301\",\r\n\"provider_id\": \"1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"quantity\": \"\",\r\n\"date\": \"2020-10-02T00:00:00\",\r\n\"notes\": \"\",\r\n\"drug_id\": \"7\",\r\n\"drug_href\": \"https://api.sikkasoft.com/v4/practices/1/drugs/7\",\r\n\"prescription_id\": \"3193\",\r\n\"refills\": \"4\",\r\n\"direction\": \"Rx Peridex (3x16oz)Rinse 1/2oz twice daily\",\r\n\"days\": \"0\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/prescriptions/3192\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/796501\",\r\n\"patient_id\": \"796501\",\r\n\"provider_id\": \"1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"quantity\": \"1 Pack\",\r\n\"date\": \"2020-10-02T00:00:00\",\r\n\"notes\": \"Spoke with pharmacist at Lucky on Mowry Ave to give it as a suspension\",\r\n\"drug_id\": \"24\",\r\n\"drug_href\": \"https://api.sikkasoft.com/v4/practices/1/drugs/24\",\r\n\"prescription_id\": \"3192\",\r\n\"refills\": \"0\",\r\n\"direction\": \"2 tabs on day 1 1 tab every day until gone\",\r\n\"days\": \"0\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/prescriptions/3191\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/227401\",\r\n\"patient_id\": \"227401\",\r\n\"provider_id\": \"1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"quantity\": \"\",\r\n\"date\": \"2020-09-30T00:00:00\",\r\n\"notes\": \"\",\r\n\"drug_id\": \"7\",\r\n\"drug_href\": \"https://api.sikkasoft.com/v4/practices/1/drugs/7\",\r\n\"prescription_id\": \"3191\",\r\n\"refills\": \"4\",\r\n\"direction\": \"Rx Peridex (3x16oz)Rinse 1/2oz twice daily\",\r\n\"days\": \"0\"\r\n}\r\n]\r\n}"},{"id":"d7ef6b81-3fae-443c-bc2c-19cd6fe84601","name":"prescriptions?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/prescriptions?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","prescriptions"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/prescriptions?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/prescriptions?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/prescriptions?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/prescriptions?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/prescriptions/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"provider_id\": \"provider id\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"quantity\": \"quantity\",\r\n            \"date\": \"date\",\r\n            \"cust_id\": \"cust id\",\r\n            \"notes\": \"notes\",\r\n            \"drug_id\": \"drug id\",\r\n            \"drug_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/drugs/xxxx\",\r\n            \"prescription_id\": \"prescription id\",\r\n            \"refills\": \"refills\",\r\n            \"direction\": \"direction\",\r\n            \"days\": \"days\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"8ef5e404-fdc4-42a3-9c74-fbb32df03626"},{"name":"insurance_plan_coverage","id":"9eb700ba-510e-4b3d-85b8-1c954a971cdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/insurance_plan_coverage","description":"<p>Returns insurance plan and coverage data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"insurance_company_id-optional\">insurance_company_id <code>optional</code></h6>\n<blockquote>\n<p>insurance company id from appointments </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"insurance_company_id-default\">insurance_company_id <code>default</code></h6>\n<blockquote>\n<p>Insurance Company ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","insurance_plan_coverage"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"3c7ed010-edd9-4a51-b009-950e823fd5bc","name":"insurance_plan_coverage","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/insurance_plan_coverage"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"4\",\r\n\"total_count\": \"51900\",\r\n\"execution_time\": \"12\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/insurance_plan_coverage?offset=0&limit=4\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/insurance_plan_coverage?offset=0&limit=4\",\r\n\"next\": \"http://api.sikkasoft.com/v4/insurance_plan_coverage?offset=1&limit=4\",\r\n\"last\": \"http://api.sikkasoft.com/v4/insurance_plan_coverage?offset=12974&limit=4\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_plan_coverage/998\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"insurance_company_id\": \"998\",\r\n\"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/998\",\r\n\"procedure_code_from\": \"9000.00\",\r\n\"co_pay\": \"0.0000\",\r\n\"procedure_code_to\": \"9999.99\",\r\n\"percentage_covered\": \"80\",\r\n\"category\": \"Adj services\",\r\n\"deductible\": \"Preventive\",\r\n\"is_deductible\": \"0\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_plan_coverage/998\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"insurance_company_id\": \"998\",\r\n\"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/998\",\r\n\"procedure_code_from\": \"8000.00\",\r\n\"co_pay\": \"0.0000\",\r\n\"procedure_code_to\": \"8999.99\",\r\n\"percentage_covered\": \"50\",\r\n\"category\": \"Orthodontics\",\r\n\"deductible\": \"Standard\",\r\n\"is_deductible\": \"1\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_plan_coverage/998\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"insurance_company_id\": \"998\",\r\n\"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/998\",\r\n\"procedure_code_from\": \"7000.00\",\r\n\"co_pay\": \"0.0000\",\r\n\"procedure_code_to\": \"7999.99\",\r\n\"percentage_covered\": \"80\",\r\n\"category\": \"Oral Surgery\",\r\n\"deductible\": \"Standard\",\r\n\"is_deductible\": \"1\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_plan_coverage/998\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"insurance_company_id\": \"998\",\r\n\"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/998\",\r\n\"procedure_code_from\": \"2700.00\",\r\n\"co_pay\": \"0.0000\",\r\n\"procedure_code_to\": \"2899.99\",\r\n\"percentage_covered\": \"50\",\r\n\"category\": \"Crowns\",\r\n\"deductible\": \"Standard\",\r\n\"is_deductible\": \"1\"\r\n}\r\n]\r\n}"},{"id":"afb46f8e-87d4-42e4-ab75-ba96de41a206","name":"insurance_plan_coverage?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/insurance_plan_coverage?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","insurance_plan_coverage"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/insurance_plan_coverage?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/insurance_plan_coverage?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/insurance_plan_coverage?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/insurance_plan_coverage?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/insurance_plan_coverage/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"insurance_company_id\": \"insurance company id\",\r\n            \"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/insurance_companies/xxxx\",\r\n            \"procedure_code_from\": \"procedure code from\",\r\n            \"co_pay\": \"co pay\",\r\n            \"procedure_code_to\": \"procedure code to\",\r\n            \"percentage_covered\": \"percentage covered\",\r\n            \"category\": \"category\",\r\n            \"deductible\": \"deductible\",\r\n            \"is_deductible\": \"is deductible\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"9eb700ba-510e-4b3d-85b8-1c954a971cdd"},{"name":"employers","id":"c716d263-2937-4d92-a421-3e5a1bd3532d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/employers","description":"<p>Returns employers data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"employer_id-optional\">employer_id <code>optional</code></h6>\n<blockquote>\n<p>employer id from appointments </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"employer_name\">employer_name</h6>\n<blockquote>\n<p>Employer Name </p>\n</blockquote>\n<h6 id=\"employer_id-default\">employer_id <code>default</code></h6>\n<blockquote>\n<p>employer id as per practice management system</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","employers"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"a6850327-1f88-4ffa-8c6e-e8ecc79235c1","name":"employers","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/employers"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"4\",\r\n\"total_count\": \"2767\",\r\n\"execution_time\": \"22\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/employers?offset=0&limit=4\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/employers?offset=0&limit=4\",\r\n\"next\": \"http://api.sikkasoft.com/v4/employers?offset=1&limit=4\",\r\n\"last\": \"http://api.sikkasoft.com/v4/employers?offset=691&limit=4\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/employers/2869\",\r\n\"address_line1\": \"\",\r\n\"address_line2\": \"\",\r\n\"city\": \"\",\r\n\"state\": \"\",\r\n\"zipcode\": \"\",\r\n\"employer_id\": \"2869\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"country\": \"\",\r\n\"name\": \"Silver 70\",\r\n\"phone\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/employers/2868\",\r\n\"address_line1\": \"\",\r\n\"address_line2\": \"\",\r\n\"city\": \"\",\r\n\"state\": \"\",\r\n\"zipcode\": \"\",\r\n\"employer_id\": \"2868\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"country\": \"\",\r\n\"name\": \"Rebekah Children's Services\",\r\n\"phone\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/employers/2867\",\r\n\"address_line1\": \"\",\r\n\"address_line2\": \"\",\r\n\"city\": \"\",\r\n\"state\": \"\",\r\n\"zipcode\": \"\",\r\n\"employer_id\": \"2867\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"country\": \"\",\r\n\"name\": \"MAXAR-BUY UP\",\r\n\"phone\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/employers/2866\",\r\n\"address_line1\": \"\",\r\n\"address_line2\": \"\",\r\n\"city\": \"\",\r\n\"state\": \"\",\r\n\"zipcode\": \"\",\r\n\"employer_id\": \"2866\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"country\": \"\",\r\n\"name\": \"ACTSL/ACTCL TCS LTD Active H1\",\r\n\"phone\": \"\"\r\n}\r\n]\r\n}"},{"id":"6940ee2e-4acc-493d-9262-79b2ebfd9c25","name":"employers?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/employers?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","employers"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/employers?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/employers?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/employers?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/employers?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/employers/xxxx\",\r\n            \"address_line1\": \"address line1\",\r\n            \"address_line2\": \"address line2\",\r\n            \"city\": \"city\",\r\n            \"state\": \"state\",\r\n            \"zipcode\": \"zipcode\",\r\n            \"employer_id\": \"employer id\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"country\": \"country\",\r\n            \"name\": \"name\",\r\n            \"cust_id\": \"cust id\",\r\n            \"phone\": \"phone\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"c716d263-2937-4d92-a421-3e5a1bd3532d"},{"name":"drugs","id":"6c88fd9b-cf27-4ee9-8607-f89b26c41656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/drugs","description":"<p>Returns drugs data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"drug_id-optional\">drug_id <code>optional</code></h6>\n<blockquote>\n<p>drug id from appointments </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"date-optional\">date <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, date </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"drug_id-default\">drug_id <code>default</code></h6>\n<blockquote>\n<p>drug id from appointments</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","drugs"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"168fff84-d3c0-45ca-905f-954e0350eb91","name":"drugs","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/drugs"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"4\",\r\n\"total_count\": \"199\",\r\n\"execution_time\": \"21\",\r\n\"pagination\": {\r\n\"first\": \"http://apiv4.sikkasoft.com/v4/drugs?offset=0&limit=4\",\r\n\"previous\": \"\",\r\n\"current\": \"http://apiv4.sikkasoft.com/v4/drugs?offset=0&limit=4\",\r\n\"next\": \"http://apiv4.sikkasoft.com/v4/drugs?offset=1&limit=4\",\r\n\"last\": \"http://apiv4.sikkasoft.com/v4/drugs?offset=49&limit=4\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/drugs/201\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"quantity\": \"\",\r\n\"date\": \"\",\r\n\"description\": \"Lovastatin\",\r\n\"name\": \"Lovastatin\",\r\n\"notes\": \"Cholesterol\",\r\n\"drug_id\": \"201\",\r\n\"quantity_generic\": \"0\",\r\n\"directions\": \"\",\r\n\"refills\": \"0\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/drugs/200\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"quantity\": \"\",\r\n\"date\": \"\",\r\n\"description\": \"Xeralto\",\r\n\"name\": \"Xeralto\",\r\n\"notes\": \"Blood thinner\",\r\n\"drug_id\": \"200\",\r\n\"quantity_generic\": \"0\",\r\n\"directions\": \"1 a day\",\r\n\"refills\": \"0\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/drugs/199\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"quantity\": \"35 caps\",\r\n\"date\": \"\",\r\n\"description\": \"Zovirax 200 mg\",\r\n\"name\": \"Zovirax 200 mg\",\r\n\"notes\": \"\",\r\n\"drug_id\": \"199\",\r\n\"quantity_generic\": \"0\",\r\n\"directions\": \"take 1 cap 5 times a day for 7 days\",\r\n\"refills\": \"0\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/drugs/198\",\r\n\"status\": \"Active\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"quantity\": \"2g\",\r\n\"date\": \"\",\r\n\"description\": \"Abreva\",\r\n\"name\": \"Abreva\",\r\n\"notes\": \"\",\r\n\"drug_id\": \"198\",\r\n\"quantity_generic\": \"0\",\r\n\"directions\": \"Apply to lesion 5 times a day and continue until healed\",\r\n\"refills\": \"0\"\r\n}\r\n]\r\n}"},{"id":"2311161c-f57c-4d93-8044-ae10c9babb58","name":"drugs?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/drugs?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","drugs"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/drugs?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/drugs?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/drugs?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/drugs?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/drugs/xxxx\",\r\n            \"status\": \"status\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"quantity\": \"quantity\",\r\n            \"date\": \"date\",\r\n            \"description\": \"description\",\r\n            \"name\": \"name\",\r\n            \"notes\": \"notes\",\r\n            \"drug_id\": \"drug id\",\r\n            \"quantity_generic\": \"quantity generic\",\r\n            \"refill_od\": \"refill od\",\r\n            \"directions\": \"directions\",\r\n            \"is_prescribed_by_office\": \"is prescribed by office\",\r\n            \"trigger_about_medical_alert\": \"trigger about medical alert\",\r\n            \"drug_enforcement_administration_number\": \"drug enforcement administration number\",\r\n            \"refills\": \"refills\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"6c88fd9b-cf27-4ee9-8607-f89b26c41656"},{"name":"claim_descriptions","id":"d119bc8a-2924-44fe-9ccd-51cb4469bf5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/claim_descriptions","description":"<p>Returns claims data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"claim_description_id-optional\">claim_description_id <code>optional</code></h6>\n<blockquote>\n<p>claim_description_id </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"claim_description_id-default\">claim_description_id <code>default</code></h6>\n<blockquote>\n<p>claim_description_id</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","claim_descriptions"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"d1479ff7-9a19-4238-90e3-7fdfe9a1918e","name":"claim_descriptions","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/claim_descriptions"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"500\",\r\n\"total_count\": \"1\",\r\n\"execution_time\": \"13\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/claim_descriptions?offset=0&limit=500\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/claim_descriptions?offset=0&limit=500\",\r\n\"next\": \"\",\r\n\"last\": \"http://api.sikkasoft.com/v4/claim_descriptions?offset=0&limit=500\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/claim_descriptions/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"claim_description_id\": \"1\",\r\n\"eligibility\": \"\",\r\n\"prior_date\": \"1111-11-11T00:00:00\",\r\n\"ortho_treatment_plan_date\": \"2011-11-11T00:00:00\",\r\n\"first_visit_date_current_series\": \"2011-05-19T00:00:00\",\r\n\"occupant_status\": \"0\",\r\n\"occupant_description\": \"\",\r\n\"accident_status\": \"\",\r\n\"accident_description\": \"\",\r\n\"prosthesis\": \"Replacement\",\r\n\"replace_reason\": \"\",\r\n\"orthodontic_treat\": \"0\",\r\n\"mos_remian\": \"0\",\r\n\"another_plan\": \"0\",\r\n\"plan_desc\": \"\",\r\n\"place_of_treat\": \"Office\",\r\n\"auto_accident_date\": \"2011-11-11T00:00:00\",\r\n\"pre_autho_no\": \"\",\r\n\"orig_ref_no\": \"\",\r\n\"occurance_date\": \"2011-11-11T00:00:00\"\r\n}\r\n]\r\n}"},{"id":"24c8c3c4-eb6f-4b36-85ee-a2652c5769d7","name":"claim_descriptions?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/claim_descriptions?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","claim_descriptions"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"offset\": \"xx\",\r\n  \"limit\": \"xx\",\r\n  \"total_count\": \"xx\",\r\n  \"execution_time\": \"xx\",\r\n  \"pagination\": {\r\n    \"first\": \"https://api.sikkasoft.com/v4/claim_descriptions?offset=xx&limit=xx\",\r\n    \"previous\": \"\",\r\n    \"current\": \"https://api.sikkasoft.com/v4/claim_descriptions?offset=xx&limit=xx\",\r\n    \"next\": \"https://api.sikkasoft.com/v4/claim_descriptions?offset=xx&limit=xx\",\r\n    \"last\": \"https://api.sikkasoft.com/v4/claim_descriptions?offset=xx&limit=xx\"\r\n  },\r\n  \"items\": [\r\n  {\r\n    \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/claim_descriptions/xxxx\",\r\n    \"practice_id\": \"practice id\",\r\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n    \"cust_id\": \"cust id\",\r\n    \"claim_description_id\": \"claim description id\",\r\n    \"eligibility\": \"eligibility\",\r\n    \"prior_date\": \"prior date\",\r\n    \"ext\": \"ext\",\r\n    \"ortho_treatment_plan_date\": \"ortho treatment plan date\",\r\n    \"first_visit_date_current_series\": \"first visit date current series\",\r\n    \"occupant_status\": \"occupant status\",\r\n    \"occupant_description\": \"occupant description\",\r\n    \"accident_status\": \"accident status\",\r\n    \"accident_description\": \"accident description\",\r\n    \"prosthesis\": \"prosthesis\",\r\n    \"replace_reason\": \"replace reason\",\r\n    \"orthodontic_treat\": \"orthodontic treat\",\r\n    \"mos_remian\": \"mos remian\",\r\n    \"another_plan\": \"another plan\",\r\n    \"plan_desc\": \"plan desc\",\r\n    \"place_of_treat\": \"place of treat\",\r\n    \"xray_model_how_many\": \"xray model how many\",\r\n    \"school_city\": \"school city\",\r\n    \"student_status\": \"student status\",\r\n    \"auto_accident_date\": \"auto accident date\",\r\n    \"pre_autho_no\": \"pre autho no\",\r\n    \"oral\": \"oral\",\r\n    \"special\": \"special\",\r\n    \"ordered_date\": \"ordered date\",\r\n    \"medicare\": \"medicare\",\r\n    \"retroactive\": \"retroactive\",\r\n    \"chdp\": \"chdp\",\r\n    \"ccs\": \"ccs\",\r\n    \"re_eval\": \"re eval\",\r\n    \"orig_ref_no\": \"orig ref no\",\r\n    \"pla_of_treat\": \"pla of treat\",\r\n    \"occurance_date\": \"occurance date\",\r\n    \"ins_ref\": \"ins ref\",\r\n    \"appliance_date\": \"appliance date\",\r\n    \"accident_date\": \"accident date\",\r\n    \"month_of_treatment\": \"month of treatment\"\r\n}\r\n  ]\r\n}"}],"_postman_id":"d119bc8a-2924-44fe-9ccd-51cb4469bf5a"},{"name":"insurance_estimate","id":"01d64784-8122-4742-a025-5001471631b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/insurance_estimate","description":"<p>Returns insurance estimate data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id from appointments </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"icm_type\">icm_type</h6>\n<blockquote>\n<p>ICM type </p>\n</blockquote>\n<h6 id=\"guarantor_id-default\">guarantor_id <code>default</code></h6>\n<blockquote>\n<p>Guarantor id as per practice management systems</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","insurance_estimate"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"8a72d767-f54b-4fa0-bdbc-87bc64d01977","name":"insurance_estimate","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/insurance_estimate"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"4\",\r\n\"total_count\": \"3803\",\r\n\"execution_time\": \"13\",\r\n\"pagination\": {\r\n\"first\": \"http://apiv4.sikkasoft.com/v4/insurance_estimate?offset=0&limit=4\",\r\n\"previous\": \"\",\r\n\"current\": \"http://apiv4.sikkasoft.com/v4/insurance_estimate?offset=0&limit=4\",\r\n\"next\": \"http://apiv4.sikkasoft.com/v4/insurance_estimate?offset=1&limit=4\",\r\n\"last\": \"http://apiv4.sikkasoft.com/v4/insurance_estimate?offset=950&limit=4\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_estimate/467700\",\r\n\"guarantor_id\": \"467700\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"icm_type\": \"0\",\r\n\"account_codes\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_estimate/467600\",\r\n\"guarantor_id\": \"467600\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"icm_type\": \"0\",\r\n\"account_codes\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_estimate/467500\",\r\n\"guarantor_id\": \"467500\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"icm_type\": \"0\",\r\n\"account_codes\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_estimate/467400\",\r\n\"guarantor_id\": \"467400\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"icm_type\": \"0\",\r\n\"account_codes\": \"\"\r\n}\r\n]\r\n}"},{"id":"8fbfe2e5-a3e8-4c42-a55f-0e7ad877b041","name":"insurance_estimate?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/insurance_estimate?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","insurance_estimate"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/insurance_estimate?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/insurance_estimate?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/insurance_estimate?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/insurance_estimate?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/insurance_estimate/xxxx\",\r\n            \"guarantor_id\": \"guarantor id\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"icm_type\": \"icm type\",\r\n            \"account_codes\": \"account codes\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"01d64784-8122-4742-a025-5001471631b8"},{"name":"lab_cases","id":"80cd43f1-3ad3-4c4c-acb7-6ad003aed936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/lab_cases","description":"<p>Returns lab cases data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, enddate </p>\n</blockquote>\n<h6 id=\"date_filter_onoptional\">date_filter_on<code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: receive_date or finish_date or date_sent or date_created(default) </p>\n</blockquote>\n<h6 id=\"lab_id-optional\">lab_id <code>optional</code></h6>\n<blockquote>\n<p>Lab ID </p>\n</blockquote>\n<h6 id=\"case_record_id-optional\">case_record_id <code>optional</code></h6>\n<blockquote>\n<p>Case record ID </p>\n</blockquote>\n<h6 id=\"transaction_sr_no-optional\">transaction_sr_no <code>optional</code></h6>\n<blockquote>\n<p>Transaction Serial Number </p>\n</blockquote>\n<h6 id=\"appointment_sr_no-optional\">appointment_sr_no <code>optional</code></h6>\n<blockquote>\n<p>Appointment Serial Number </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>Provider ID </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"case_record_id-default\">case_record_id <code>default</code></h6>\n<blockquote>\n<p>Case record ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","lab_cases"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"f6d0472b-cf2a-4805-86dd-e2372a0953bd","name":"lab_cases","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/lab_cases"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"702f6189-a57f-4076-9895-7f04a89669b5","name":"lab_cases?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/lab_cases?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","lab_cases"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/lab_cases?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/lab_cases?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/lab_cases?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/lab_cases?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/lab_cases/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"provider_id\": \"provider id\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/appointments/\",\r\n            \"transaction_sr_no\": \"transaction sr no\",\r\n            \"transaction_href\": \"\",\r\n            \"amount\": \"amount\",\r\n            \"note\": \"note\",\r\n            \"appointment_sr_no\": \"appointment sr no\",\r\n            \"is_closed\": \"is closed\",\r\n            \"lab_id\": \"lab id\",\r\n            \"date_created\": \"date created\",\r\n            \"receive_date\": \"receive date\",\r\n            \"finish_date\": \"finish date\",\r\n            \"ship_method\": \"ship method\",\r\n            \"ship_trac_number\": \"ship trac number\",\r\n            \"date_sent\": \"date sent\",\r\n            \"case_record_id\": \"case record id\",\r\n            \"lab_case_category\": \"lab case category\",\r\n            \"lab_detail_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/lab_details/xxxx\",\r\n            \"lab_assignment_number\": \"lab assignment number\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"80cd43f1-3ad3-4c4c-acb7-6ad003aed936"},{"name":"lab_details","id":"cc19bc45-d548-4559-bd1f-b3d0cf39dddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/lab_details","description":"<p>Returns lab details from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"lab_id-optional\">lab_id <code>optional</code></h6>\n<blockquote>\n<p>lab id from lab details </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"city-optional\">city <code>optional</code></h6>\n<blockquote>\n<p>City </p>\n</blockquote>\n<h6 id=\"state-optional\">state <code>optional</code></h6>\n<blockquote>\n<p>State </p>\n</blockquote>\n<h6 id=\"zipcode-optional\">zipcode <code>optional</code></h6>\n<blockquote>\n<p>Zip Code </p>\n</blockquote>\n<h6 id=\"email-optional\">email <code>optional</code></h6>\n<blockquote>\n<p>Email </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"lab_id-default\">lab_id <code>default</code></h6>\n<blockquote>\n<p>lab id from lab details</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","lab_details"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"d711d44b-b572-4278-a44c-10035ef7e2ef","name":"lab_details","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/lab_details"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"500\",\r\n\"total_count\": \"1\",\r\n\"execution_time\": \"17\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/lab_details?offset=0&limit=500\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/lab_details?offset=0&limit=500\",\r\n\"next\": \"\",\r\n\"last\": \"http://api.sikkasoft.com/v4/lab_details?offset=0&limit=500\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/lab_details/0\",\r\n\"city\": \"\",\r\n\"state\": \"\",\r\n\"zipcode\": \"\",\r\n\"email\": \"\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"note\": \"\",\r\n\"phone\": \"\",\r\n\"website\": \"\",\r\n\"contact\": \"\",\r\n\"lab_id\": \"0\",\r\n\"lab_name\": \"(In-House)\",\r\n\"address\": \"\",\r\n\"cell_phone\": \"\"\r\n}\r\n]\r\n}"},{"id":"177d7531-19eb-4458-a2d5-fc2a36fc757d","name":"lab_details?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/lab_details?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","lab_details"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/lab_details?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/lab_details?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/lab_details?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/lab_details?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/lab_details/xxxx\",\r\n            \"city\": \"city\",\r\n            \"state\": \"state\",\r\n            \"zipcode\": \"zipcode\",\r\n            \"email\": \"email\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"note\": \"note\",\r\n            \"phone\": \"phone\",\r\n            \"website\": \"website\",\r\n            \"fax\": \"fax\",\r\n            \"contact\": \"contact\",\r\n            \"lab_id\": \"lab id\",\r\n            \"lab_name\": \"lab name\",\r\n            \"address\": \"address\",\r\n            \"cell_phone\": \"cell phone\",\r\n            \"lab_slip\": \"lab slip\",\r\n            \"days_to_return\": \"days to return\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"cc19bc45-d548-4559-bd1f-b3d0cf39dddd"},{"name":"lab_panels","id":"3558325f-63d3-4f4b-84ef-4b750f3379b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/lab_panels","description":"<p>Returns lab panels information from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"lab_panel_id-optional\">lab_panel_id <code>optional</code></h6>\n<blockquote>\n<p>lab panel id from appointments </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"procedure_code_id-optional\">procedure_code_id <code>optional</code></h6>\n<blockquote>\n<p>Procedure code id is same as procedure code. </p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>status </p>\n</blockquote>\n<h6 id=\"lab_name-optional\">lab_name <code>optional</code></h6>\n<blockquote>\n<p>lab name </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"lab_panel_id-default\">lab_panel_id <code>default</code></h6>\n<blockquote>\n<p>lab panel id from appointments</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","lab_panels"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"fdeb6a0b-6eff-4c83-9fc0-516ff2740497","name":"lab_panels","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/lab_panels"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"7aa5c50d-de02-4c09-b84f-e8a418075593","name":"lab_panels?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/lab_panels?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","lab_panels"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/lab_panels?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/lab_panels?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/lab_panels?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/lab_panels?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/lab_panels/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"guarantor_id\": \"guarantor id\",\r\n            \"status\": \"status\",\r\n            \"provider_id\": \"provider id\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors/xxxx\",\r\n            \"description\": \"description\",\r\n            \"procedure_code_description\": \"procedure code description\",\r\n            \"create_date\": \"create date\",\r\n            \"comments\": \"comments\",\r\n            \"procedure_code_id\": \"procedure code id\",\r\n            \"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/procedure_codes/xxxx\",\r\n            \"lab_name\": \"lab name\",\r\n            \"lab_panel_id\": \"lab panel id\",\r\n            \"modified_date\": \"modified date\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"3558325f-63d3-4f4b-84ef-4b750f3379b0"},{"name":"lab_profiles","id":"a441636c-cc57-43fe-a3ef-d7631bb7336b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/lab_profiles","description":"<p>Returns lab profiles information from practice management system</p>\n<hr />\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"profile_id-optional\">profile_id <code>optional</code></h6>\n<blockquote>\n<p>Profile Id. </p>\n</blockquote>\n<h6 id=\"profile_name-optional\">profile_name <code>optional</code></h6>\n<blockquote>\n<p>Profile Name. </p>\n</blockquote>\n<h6 id=\"lab_id-optional\">lab_id <code>optional</code></h6>\n<blockquote>\n<p>Lab Id. </p>\n</blockquote>\n<h6 id=\"profile_type-optional\">profile_type <code>optional</code></h6>\n<blockquote>\n<p>Profile Type. </p>\n</blockquote>\n<h6 id=\"order_no-optional\">order_no <code>optional</code></h6>\n<blockquote>\n<p>Order Number. </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>Practice Id. </p>\n</blockquote>\n<h6 id=\"can_be_requested-optional\">can_be_requested <code>optional</code></h6>\n<blockquote>\n<p>Can be requested </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"profile_id-default\">profile_id <code>default</code></h6>\n<blockquote>\n<p>Profile Id</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","lab_profiles"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"b885e2e8-d6c5-4ce3-ad60-ffb08ce11937","name":"lab_profiles","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/lab_profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"2\",\n    \"total_count\": \"9344\",\n    \"execution_time\": \"25\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/lab_profiles?offset=0&limit=2\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/lab_profiles?offset=0&limit=2\",\n        \"next\": \"https://api.sikkasoft.com/v4/lab_profiles?offset=1&limit=2\",\n        \"last\": \"https://api.sikkasoft.com/v4/lab_profiles?offset=4671&limit=2\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_profiles/9962\",\n            \"practice_id\": \"1-1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\n            \"cust_id\": \"1\",\n            \"lab_id\": \"XXXX\",\n            \"rowhash\": \"76-17-BC-C3-87-9E-01\",\n            \"profile_id\": \"9962\",\n            \"profile_name\": \"XXXXX\",\n            \"order_no\": \"28665\",\n            \"can_be_requested\": \"Y\",\n            \"profile_type\": \"Profile/Panel\"\n        },\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_profiles/9961\",\n            \"practice_id\": \"1-1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\n            \"cust_id\": \"1\",\n            \"lab_id\": \"XXXX\",\n            \"rowhash\": \"0A-D1-55-D4-6F-7E-01\",\n            \"profile_id\": \"9961\",\n            \"profile_name\": \"XXXX\",\n            \"order_no\": \"3001M\",\n            \"can_be_requested\": \"Y\",\n            \"profile_type\": \"Profile/Panel\"\n        }\n    ]\n}"}],"_postman_id":"a441636c-cc57-43fe-a3ef-d7631bb7336b"},{"name":"lab_sub_profiles","id":"61641097-b63e-4f1e-982a-0e3ec75308b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/lab_sub_profiles","description":"<p>Returns lab sub profiles information from practice management system</p>\n<hr />\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"profile_id-optional\">profile_id <code>optional</code></h6>\n<blockquote>\n<p>Profile Id. </p>\n</blockquote>\n<h6 id=\"sub_profiles_test-optional\">sub_profiles_test <code>optional</code></h6>\n<blockquote>\n<p>Sub Profile Test. </p>\n</blockquote>\n<h6 id=\"test_sequence-optional\">test_sequence <code>optional</code></h6>\n<blockquote>\n<p>Test Sequence. </p>\n</blockquote>\n<h6 id=\"type-optional\">type <code>optional</code></h6>\n<blockquote>\n<p>Type. </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>Practice Id. </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"profile_id-default\">profile_id <code>default</code></h6>\n<blockquote>\n<p>Profile Id</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","lab_sub_profiles"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"c5b6bfdd-9298-42b3-b302-959ec71c684f","name":"lab_sub_profiles","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/lab_sub_profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"offset\": \"0\",\n\t\"limit\": \"2\",\n\t\"total_count\": \"287\",\n\t\"execution_time\": \"319\",\n\t\"pagination\": {\n\t\t\"first\": \"https://api.sikkasoft.com/v4/lab_sub_profiles?offset=0&limit=2\",\n\t\t\"previous\": \"\",\n\t\t\"current\": \"https://api.sikkasoft.com/v4/lab_sub_profiles?offset=0&limit=2\",\n\t\t\"next\": \"https://api.sikkasoft.com/v4/lab_sub_profiles?offset=1&limit=2\",\n\t\t\"last\": \"https://api.sikkasoft.com/v4/lab_sub_profiles?offset=143&limit=2\"\n\t},\n\t\"items\": [\n\t\t{\n\t\t\t\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_sub_profiles/BUN/CREA\",\n\t\t\t\"practice_id\": \"1-1\",\n\t\t\t\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\n\t\t\t\"type\": \"Tests\",\n\t\t\t\"cust_id\": \"1\",\n\t\t\t\"rowhash\": \"2C-F1-4D-8C-E6-9E-03\",\n\t\t\t\"profile_id\": \"9131\",\n\t\t\t\"sub_profiles_test\": \"BUN/CREA\",\n\t\t\t\"lab_profiles_href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_profiles/9131\",\n\t\t\t\"test_sequence\": \"1\"\n\t\t},\n\t\t{\n\t\t\t\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_sub_profiles/BUN/UREA\",\n\t\t\t\"practice_id\": \"1-1\",\n\t\t\t\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\n\t\t\t\"type\": \"Tests\",\n\t\t\t\"cust_id\": \"1\",\n\t\t\t\"rowhash\": \"F8-B8-66-DE-27-AB-00\",\n\t\t\t\"profile_id\": \"9131\",\n\t\t\t\"sub_profiles_test\": \"BUN/UREA\",\n\t\t\t\"lab_profiles_href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_profiles/9131\",\n\t\t\t\"test_sequence\": \"2\"\n\t\t}\n\t]\n}"}],"_postman_id":"61641097-b63e-4f1e-982a-0e3ec75308b4"},{"name":"lab_profile_invoice_items","id":"9666ecad-cef6-483a-a924-970c5e5a46f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/lab_profile_invoice_items","description":"<p>Returns lab profile invoice items information from practice management system</p>\n<hr />\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"profile_id-optional\">profile_id <code>optional</code></h6>\n<blockquote>\n<p>Profile Id. </p>\n</blockquote>\n<h6 id=\"code-optional\">code <code>optional</code></h6>\n<blockquote>\n<p>Code. </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>Practice Id. </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"profile_id-default\">profile_id <code>default</code></h6>\n<blockquote>\n<p>Profile Id.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","lab_profile_invoice_items"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"043ab8fc-4644-4221-8bc7-926361ba306a","name":"lab_profile_invoice_items","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/lab_profile_invoice_items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"offset\": \"0\",\n\t\"limit\": \"2\",\n\t\"total_count\": \"93\",\n\t\"execution_time\": \"17\",\n\t\"pagination\": {\n\t\t\"first\": \"https://api.sikkasoft.com/v4/lab_profile_invoice_items?offset=0&limit=2\",\n\t\t\"previous\": \"\",\n\t\t\"current\": \"https://api.sikkasoft.com/v4/lab_profile_invoice_items?offset=0&limit=2\",\n\t\t\"next\": \"https://api.sikkasoft.com/v4/lab_profile_invoice_items?offset=1&limit=2\",\n\t\t\"last\": \"https://api.sikkasoft.com/v4/lab_profile_invoice_items?offset=46&limit=2\"\n\t},\n\t\"items\": [\n\t\t{\n\t\t\t\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_profile_invoice_items/6142\",\n\t\t\t\"practice_id\": \"1-1\",\n\t\t\t\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\n\t\t\t\"code\": \"218\",\n\t\t\t\"cust_id\": \"1\",\n\t\t\t\"rowhash\": \"E7-11-C4-89-2F-25-01\",\n\t\t\t\"profile_id\": \"6142\",\n\t\t\t\"lab_profiles_href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_profiles/6142\"\n\t\t},\n\t\t{\n\t\t\t\"href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_profile_invoice_items/6142\",\n\t\t\t\"practice_id\": \"1-1\",\n\t\t\t\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\n\t\t\t\"code\": \"4262\",\n\t\t\t\"cust_id\": \"1\",\n\t\t\t\"rowhash\": \"43-5F-34-65-D2-5A-00\",\n\t\t\t\"profile_id\": \"6142\",\n\t\t\t\"lab_profiles_href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_profiles/6142\"\n\t\t}\n\t]\n}"}],"_postman_id":"9666ecad-cef6-483a-a924-970c5e5a46f1"},{"name":"lab_requests","id":"0847c607-38fb-4dd6-bc98-1a5ea8cf1a08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/lab_requests","description":"<p>Returns lab requests information from practice management system</p>\n<hr />\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"profile_id-optional\">profile_id <code>optional</code></h6>\n<blockquote>\n<p>Profile Id from Practice management system. </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient Id from Practice management system. </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>Practice Id of office. </p>\n</blockquote>\n<h6 id=\"lab_id-optional\">lab_id <code>optional</code></h6>\n<blockquote>\n<p>Lab Id from Practice management system. </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>Guarantor Id from Practice management system. </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>Provider Id from Practice management system. </p>\n</blockquote>\n<h6 id=\"requisition_id-optional\">requisition_id <code>optional</code></h6>\n<blockquote>\n<p>Requisition Idd from Practice management system. </p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>Status. </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"requisition_id-default\">requisition_id <code>default</code></h6>\n<blockquote>\n<p>Requisition Id from Practice management system.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","lab_requests"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"0b57d0b6-9f4d-412b-b0b6-35ab0b928244","name":"lab_requests","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/lab_requests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"2\",\n    \"total_count\": \"2\",\n    \"execution_time\": \"12\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/lab_requests?offset=0&limit=2\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/lab_requests?offset=0&limit=2\",\n        \"next\": \"\",\n        \"last\": \"https://api.sikkasoft.com/v4/lab_requests?offset=0&limit=2\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_requests/6821\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/10523\",\n            \"patient_id\": \"10523\",\n            \"guarantor_id\": \"1317\",\n            \"status\": \"Pending Requests\",\n            \"provider_id\": \"LS\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-1/providers/LS\",\n            \"practice_id\": \"1-1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1-1/guarantors/1317\",\n            \"cust_id\": \"1\",\n            \"lab_id\": \"INCLINIC\",\n            \"order_date\": \"2022-02-11T00:00:00\",\n            \"rowhash\": \"F3-CF-3C-0A-56-FD-00\",\n            \"profile_id\": \"613\",\n            \"lab_profiles_href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_profiles/613\",\n            \"requisition_id\": \"6821\",\n            \"instructions\": \"\",\n            \"request_sequence\": \"1\",\n            \"sample_source\": \"free catch\"\n        },\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_requests/6111\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/13770\",\n            \"patient_id\": \"13770\",\n            \"guarantor_id\": \"9866\",\n            \"status\": \"Pending Requests\",\n            \"provider_id\": \"LS\",\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1-1/providers/LS\",\n            \"practice_id\": \"1-1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1-1/guarantors/9866\",\n            \"cust_id\": \"1\",\n            \"lab_id\": \"INCLINIC\",\n            \"order_date\": \"2020-12-09T00:00:00\",\n            \"rowhash\": \"3B-7E-10-82-E9-A7-00\",\n            \"profile_id\": \"613\",\n            \"lab_profiles_href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_profiles/613\",\n            \"requisition_id\": \"6111\",\n            \"instructions\": \"\",\n            \"request_sequence\": \"1\",\n            \"sample_source\": \"free catch\"\n        }\n    ]\n}"}],"_postman_id":"0847c607-38fb-4dd6-bc98-1a5ea8cf1a08"},{"name":"medical_history","id":"f4130d94-1c90-4846-befb-69bff5796102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns patient medical history from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id from practice </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id from practice</p>\n</blockquote>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"b7d17b78-d224-47ea-b4a6-35abac488236","name":"medical_history","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/medical_history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"5\",\n    \"total_count\": \"11923\",\n    \"execution_time\": \"14\",\n    \"pagination\": {\n        \"first\": \"http://api.sikkasoft.com/v4/medical_history?offset=0&limit=5\",\n        \"previous\": \"\",\n        \"current\": \"http://api.sikkasoft.com/v4/medical_history?offset=0&limit=5\",\n        \"next\": \"http://api.sikkasoft.com/v4/medical_history?offset=1&limit=5\",\n        \"last\": \"http://api.sikkasoft.com/v4/medical_history?offset=2384&limit=5\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/medical_history/801801\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/801801\",\n            \"patient_id\": \"801801\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"created_date\": \"2020-10-27T00:00:00\",\n            \"description\": \"10/27/2020 @ 2:20 PM BP:102/61 HR:76 - Mg\",\n            \"type\": \"Miscellaneous\",\n            \"name\": \"Additional Comments\",\n            \"value\": \"\",\n            \"updated_date\": \"2020-10-27T00:00:00\"\n        },\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/medical_history/800801\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/800801\",\n            \"patient_id\": \"800801\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"created_date\": \"2020-10-26T00:00:00\",\n            \"description\": \"\",\n            \"type\": \"Allergy\",\n            \"name\": \"Penicillin\",\n            \"value\": \"Active\",\n            \"updated_date\": \"2020-10-26T00:00:00\"\n        },\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/medical_history/800101\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/800101\",\n            \"patient_id\": \"800101\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"created_date\": \"2020-10-26T00:00:00\",\n            \"description\": \"10/26/2020 @ 10:28 am BP: 120/78/76 - DJ\",\n            \"type\": \"Miscellaneous\",\n            \"name\": \"Additional Comments\",\n            \"value\": \"\",\n            \"updated_date\": \"2020-10-26T00:00:00\"\n        },\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/medical_history/799301\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/799301\",\n            \"patient_id\": \"799301\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"created_date\": \"2020-10-27T00:00:00\",\n            \"description\": \"10/01/2020 @ 10:28 AM BP:129/78 - DJ10/27/2020@10:35 am BP: 103/73 - MG\",\n            \"type\": \"Miscellaneous\",\n            \"name\": \"Additional Comments\",\n            \"value\": \"\",\n            \"updated_date\": \"2020-10-27T00:00:00\"\n        },\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/medical_history/798901\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/798901\",\n            \"patient_id\": \"798901\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"created_date\": \"2020-10-26T00:00:00\",\n            \"description\": \"\",\n            \"type\": \"Allergy\",\n            \"name\": \"Penicillin\",\n            \"value\": \"Active\",\n            \"updated_date\": \"2020-10-26T00:00:00\"\n        }\n    ]\n}"},{"id":"6303e746-7532-4810-a0e5-7ed1f41949c2","name":"medical_history?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/medical_history?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","medical_history"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/medical_history?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/medical_history?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/medical_history?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/medical_history?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/medical_history/xxxx\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\n            \"patient_id\": \"patient id\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"created_date\": \"created date\",\n            \"description\": \"description\",\n            \"type\": \"type\",\n            \"name\": \"name\",\n            \"cust_id\": \"cust id\",\n            \"value\": \"value\",\n            \"updated_date\": \"updated date\"\n        }\n    ]\n}"}],"_postman_id":"f4130d94-1c90-4846-befb-69bff5796102"},{"name":"medical_notes","id":"af730e57-9bf5-42d5-8876-1b02cf529b3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns patient medical notes from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id from practice </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"additional_id-optional\">additional_id <code>optional</code></h6>\n<blockquote>\n<p>Additional Id </p>\n</blockquote>\n<h6 id=\"note_type-optional\">note_type <code>optional</code></h6>\n<blockquote>\n<p>Note Type </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, enddate </p>\n</blockquote>\n<h6 id=\"date_filter_onoptional\">date_filter_on<code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: procedure_date or date(default)</p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id from practice</p>\n</blockquote>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"cab96e7c-9ece-4338-80d8-afd425716219","name":"medical_notes","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/medical_notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"5\",\r\n\"total_count\": \"57944\",\r\n\"execution_time\": \"57\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/medical_notes?offset=0&limit=5\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/medical_notes?offset=0&limit=5\",\r\n\"next\": \"http://api.sikkasoft.com/v4/medical_notes?offset=1&limit=5\",\r\n\"last\": \"http://api.sikkasoft.com/v4/medical_notes?offset=11588&limit=5\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/medical_notes\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/801801\",\r\n\"patient_id\": \"801801\",\r\n\"provider_id\": \"1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"transaction_sr_no\": \"0\",\r\n\"transaction_href\": \"https://api.sikkasoft.com/v4/practices/1/transactions/0\",\r\n\"surface\": \"\",\r\n\"clinical_condition_id\": \"0\",\r\n\"date\": \"2020-10-27T00:00:00\",\r\n\"description\": \"\",\r\n\"type\": \"Clinical Note\",\r\n\"tooth_number\": \"\",\r\n\"procedure_date\": \"2020-10-27T00:00:00\",\r\n\"text\": \"Secondary Capture Image(s).Taken 10/27/20\",\r\n\"procedure_code_id\": \"0\",\r\n\"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_codes/0\",\r\n\"time_stamp\":\"\",\r\n\"other_description\":\"\",\r\n\"error_code\":\"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/medical_notes\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/801801\",\r\n\"patient_id\": \"801801\",\r\n\"provider_id\": \"1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"transaction_sr_no\": \"0\",\r\n\"transaction_href\": \"https://api.sikkasoft.com/v4/practices/1/transactions/0\",\r\n\"surface\": \"\",\r\n\"clinical_condition_id\": \"0\",\r\n\"date\": \"2020-10-27T00:00:00\",\r\n\"description\": \"\",\r\n\"type\": \"Clinical Note\",\r\n\"tooth_number\": \"\",\r\n\"procedure_date\": \"2020-10-27T00:00:00\",\r\n\"text\": \"RVG(s).Taken 10/27/20\",\r\n\"procedure_code_id\": \"0\",\r\n\"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_codes/0\",\r\n\"time_stamp\":\"\",\r\n\"other_description\":\"\",\r\n\"error_code\":\"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/medical_notes\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/801801\",\r\n\"patient_id\": \"801801\",\r\n\"provider_id\": \"1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"transaction_sr_no\": \"0\",\r\n\"transaction_href\": \"https://api.sikkasoft.com/v4/practices/1/transactions/0\",\r\n\"surface\": \"\",\r\n\"clinical_condition_id\": \"0\",\r\n\"date\": \"2020-10-27T00:00:00\",\r\n\"description\": \"\",\r\n\"type\": \"Clinical Note\",\r\n\"tooth_number\": \"\",\r\n\"procedure_date\": \"2020-10-27T00:00:00\",\r\n\"text\": \"FMS(s).Taken 10/27/20\",\r\n\"procedure_code_id\": \"0\",\r\n\"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_codes/0\",\r\n\"time_stamp\":\"\",\r\n\"other_description\":\"\",\r\n\"error_code\":\"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/medical_notes\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/801801\",\r\n\"patient_id\": \"801801\",\r\n\"provider_id\": \"1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"transaction_sr_no\": \"0\",\r\n\"transaction_href\": \"https://api.sikkasoft.com/v4/practices/1/transactions/0\",\r\n\"surface\": \"\",\r\n\"clinical_condition_id\": \"0\",\r\n\"date\": \"2020-10-27T00:00:00\",\r\n\"description\": \"\",\r\n\"type\": \"Clinical Note\",\r\n\"tooth_number\": \"\",\r\n\"procedure_date\": \"2020-10-27T00:00:00\",\r\n\"text\": \"Patient C/O - Broken tooth and sometimes pain on the LR sideHealth History- WNL in chartPatient has not seen a dentist for years. She had traumatic experience at the previous dental appt. She is not interested in replacing her missing teeth. Treatment options discussed with patient. Questions invited and answered.   [10/27/20]\",\r\n\"procedure_code_id\": \"150\",\r\n\"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_codes/150\",\r\n\"time_stamp\":\"\",\r\n\"other_description\":\"\",\r\n\"error_code\":\"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/medical_notes\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/801801\",\r\n\"patient_id\": \"801801\",\r\n\"provider_id\": \"1\",\r\n\"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/1\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"transaction_sr_no\": \"0\",\r\n\"transaction_href\": \"https://api.sikkasoft.com/v4/practices/1/transactions/0\",\r\n\"surface\": \"\",\r\n\"clinical_condition_id\": \"0\",\r\n\"date\": \"2020-10-27T00:00:00\",\r\n\"description\": \"\",\r\n\"type\": \"Clinical Note\",\r\n\"tooth_number\": \"\",\r\n\"procedure_date\": \"2020-10-27T00:00:00\",\r\n\"text\": \"Anesthetized pt with        1    cart of          2 %     xylocaine  with   1:100000  epi.   Tooth#: 30Opening access prepared decay removed.  Rubber dam placed.   3        canals found.  Filed canals with hand files.  RC prep used.  WL X-ray taken.  WL=    19mm all 3 canals                                                   .Irrigated with sodium hypochlorite.  Filed to WL up to size    15                hand file.  Calcium hydroxide placed in canals.  Cotton pellet and cavit placed.  Checked occlusion.  POI given to pt. Rx:     None                                 .   ASST: test [10/27/20]\",\r\n\"procedure_code_id\": \"9110\",\r\n\"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_codes/9110\",\r\n\"time_stamp\":\"\",\r\n\"other_description\":\"\",\r\n\"error_code\":\"\"\r\n}\r\n]\r\n}"},{"id":"a694b3e5-fb55-4ecc-a883-6776110c94f9","name":"medical_notes?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/medical_notes?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","medical_notes"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"offset\": \"xx\",\r\n  \"limit\": \"xx\",\r\n  \"total_count\": \"xx\",\r\n  \"execution_time\": \"xx\",\r\n  \"pagination\": {\r\n    \"first\": \"https://api.sikkasoft.com/v4/medical_notes?offset=xx&limit=xx\",\r\n    \"previous\": \"\",\r\n    \"current\": \"https://api.sikkasoft.com/v4/medical_notes?offset=xx&limit=xx\",\r\n    \"next\": \"https://api.sikkasoft.com/v4/medical_notes?offset=xx&limit=xx\",\r\n    \"last\": \"https://api.sikkasoft.com/v4/medical_notes?offset=xx&limit=xx\"\r\n  },\r\n  \"items\": [\r\n{\r\n    \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/medical_notes\",\r\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n    \"patient_id\": \"patient id\",\r\n    \"provider_id\": \"provider id\",\r\n    \"provider_href\": \"\",\r\n    \"practice_id\": \"practice id\",\r\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n    \"transaction_sr_no\": \"transaction sr no\",\r\n    \"transaction_href\": \"\",\r\n    \"surface\": \"surface\",\r\n    \"clinical_condition_id\": \"clinical condition id\",\r\n    \"created_by\": \"created by\",\r\n    \"date\": \"date\",\r\n    \"description\": \"description\",\r\n    \"type\": \"type\",\r\n    \"tooth_number\": \"tooth number\",\r\n    \"cust_id\": \"cust id\",\r\n    \"procedure_date\": \"procedure date\",\r\n    \"text\": \"text\",\r\n    \"procedure_code_id\": \"procedure code id\",\r\n    \"procedure_code_href\": \"\",\r\n    \"time_stamp\": \"time stamp\",\r\n    \"other_description\": \"other description\",\r\n    \"error_code\": \"error code\",\r\n    \"note_id\": \"note id\",\r\n    \"communication_method\": \"communication method\"\r\n}\r\n  ]\r\n}"}],"_postman_id":"af730e57-9bf5-42d5-8876-1b02cf529b3b"},{"name":"note_types","id":"1460dd4b-eb0b-4738-b37b-6392a184783b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns note types from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n<h6 id=\"typeoptional\">type<code>optional</code></h6>\n<blockquote>\n<p>Type</p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"type-default\">type <code>default</code></h6>\n<blockquote>\n<p>note type as per the practice management system</p>\n</blockquote>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"8cbc8d90-8c25-4d9b-85a8-627589b7b985","name":"note_types","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/note_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Cache-Control","key":"Cache-Control","value":"private","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"888","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Mon, 24 Apr 2017 12:03:40 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-IIS/8.5","description":""},{"name":"X-AspNet-Version","key":"X-AspNet-Version","value":"4.0.30319","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"2\",\r\n    \"total_count\": \"2\",\r\n    \"execution_time\": \"16\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/note_types?offset=0&limit=2\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/note_types?offset=0&limit=2\",\r\n        \"next\": \"\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/note_types?offset=0&limit=2\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/2/note_types/PatNote\",\r\n            \"practice_id\": \"2\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/2\",\r\n            \"description\": \"\",\r\n            \"type\": \"PatNote\",\r\n            \"cust_id\": \"2\",\r\n            \"item\": \"\"\r\n        },\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/2/note_types/Clinical Note\",\r\n            \"practice_id\": \"2\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/2\",\r\n            \"description\": \"\",\r\n            \"type\": \"Clinical Note\",\r\n            \"cust_id\": \"2\",\r\n            \"item\": \"\"\r\n        }\r\n    ]\r\n}"},{"id":"4efe59f4-babb-4f07-905f-88901d80bcb7","name":"note_types?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/note_types?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","note_types"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"key":"Access-Control-Allow-Origin","value":"*","description":""},{"key":"Cache-Control","value":"private","description":""},{"key":"Connection","value":"keep-alive","description":""},{"key":"Content-Length","value":"888","description":""},{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Mon, 24 Apr 2017 12:03:40 GMT","description":""},{"key":"Server","value":"Microsoft-IIS/8.5","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","description":""},{"key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/note_types?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/note_types?offset=xx&limit=xx\",\r\n        \"next\": \"next\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/note_types?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/note_types/Treatment note\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"description\": \"description\",\r\n            \"type\": \"type\",\r\n            \"cust_id\": \"cust id\",\r\n            \"item\": \"item\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"1460dd4b-eb0b-4738-b37b-6392a184783b"},{"name":"patient_documents","id":"05ab30d6-96fa-4ccb-9513-065b717c3399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns patient documents path from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id from practice </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id from practice </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"781194a6-52f9-4dd8-ac5b-3d61b4ffa55b","name":"patient_documents","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.skkasoft.com/v4/patient_documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"5\",\r\n\"total_count\": \"148805\",\r\n\"execution_time\": \"197\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/patient_documents?offset=0&limit=5\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/patient_documents?offset=0&limit=5\",\r\n\"next\": \"http://api.sikkasoft.com/v4/patient_documents?offset=1&limit=5\",\r\n\"last\": \"http://api.sikkasoft.com/v4/patient_documents?offset=29760&limit=5\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_documents/802101\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/802101\",\r\n\"patient_id\": \"802101\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"document_path\": \"\\\\\\\\Sikkadental\\\\SoftDent\\\\PWImages\\\\Patient\\\\98\\\\418798\\\\Other\\\\SDPatientDoc_418798_10_27_2020_14_45_38.jpg\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_documents/802101\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/802101\",\r\n\"patient_id\": \"802101\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"document_path\": \"\\\\\\\\Sikkadental\\\\SoftDent\\\\PWImages\\\\Patient\\\\98\\\\418798\\\\Other\\\\SDPatientDoc_418798_10_27_2020_14_45_58.jpg\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_documents/802101\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/802101\",\r\n\"patient_id\": \"802101\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"document_path\": \"\\\\\\\\Sikkadental\\\\SoftDent\\\\PWImages\\\\Patient\\\\98\\\\418798\\\\Other\\\\SDPatientDoc_418798_10_27_2020_14_46_13.jpg\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_documents/802101\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/802101\",\r\n\"patient_id\": \"802101\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"document_path\": \"\\\\\\\\Sikkadental\\\\SoftDent\\\\PWImages\\\\Patient\\\\98\\\\418798\\\\Other\\\\SDPatientDoc_418798_10_27_2020_14_46_25.jpg\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_documents/801801\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/801801\",\r\n\"patient_id\": \"801801\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"document_path\": \"\\\\\\\\Sikkadental\\\\SoftDent\\\\PWImages\\\\Patient\\\\90\\\\418790\\\\Other\\\\SDPatientDoc_418790_10_27_2020_11_02_13.pdf\"\r\n}\r\n]\r\n}"},{"id":"0784f863-2c3a-4659-98d6-1a2b7e75042c","name":"patient_documents?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.skkasoft.com/v4/patient_documents?fields=get_all","protocol":"https","host":["api","skkasoft","com"],"path":["v4","patient_documents"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/patient_documents?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/patient_documents?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/patient_documents?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/patient_documents?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patient_documents/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"document_path\": \"document path\",\r\n            \"document_name\": \"document name\",\r\n            \"document_upload_date\": \"document upload date\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"05ab30d6-96fa-4ccb-9513-065b717c3399"},{"name":"patient_existing_services","id":"d0a21427-0f7c-4da0-be60-2bb461ccfe4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns information about patient's existing services from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id from practice </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id from practice</p>\n</blockquote>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"12ea624b-9dab-4112-8a85-ea1b2e222715","name":"patient_existing_services","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_existing_services"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"5\",\r\n\"total_count\": \"42056\",\r\n\"execution_time\": \"85\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/patient_existing_services?offset=0&limit=5\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/patient_existing_services?offset=0&limit=5\",\r\n\"next\": \"http://api.sikkasoft.com/v4/patient_existing_services?offset=1&limit=5\",\r\n\"last\": \"http://api.sikkasoft.com/v4/patient_existing_services?offset=8411&limit=5\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_existing_services/12260\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/12260\",\r\n\"patient_id\": \"12260\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"procedure_code\": \"D2950\",\r\n\"surface\": \"\",\r\n\"description\": \"CORE BUILDUP INCLUDING ANY PINS\",\r\n\"entered_date\": \"2020-10-26T00:00:00\",\r\n\"tooth\": \"5\",\r\n\"completed_date\": \"2020-10-26T00:00:00\",\r\n\"fee\": \"0.0000\",\r\n\"defective\": \"N\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_existing_services/12260\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/12260\",\r\n\"patient_id\": \"12260\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"procedure_code\": \"D2740\",\r\n\"surface\": \"\",\r\n\"description\": \"CROWN-PORCELAIN/CERAMIC SUBSTRATE\",\r\n\"entered_date\": \"2020-10-26T00:00:00\",\r\n\"tooth\": \"30\",\r\n\"completed_date\": \"2020-10-26T00:00:00\",\r\n\"fee\": \"0.0000\",\r\n\"defective\": \"N\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_existing_services/12260\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/12260\",\r\n\"patient_id\": \"12260\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"procedure_code\": \"D2950\",\r\n\"surface\": \"\",\r\n\"description\": \"CORE BUILDUP INCLUDING ANY PINS\",\r\n\"entered_date\": \"2020-10-26T00:00:00\",\r\n\"tooth\": \"31\",\r\n\"completed_date\": \"2020-10-26T00:00:00\",\r\n\"fee\": \"0.0000\",\r\n\"defective\": \"N\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_existing_services/12260\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/12260\",\r\n\"patient_id\": \"12260\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"procedure_code\": \"D2950\",\r\n\"surface\": \"\",\r\n\"description\": \"CORE BUILDUP INCLUDING ANY PINS\",\r\n\"entered_date\": \"2020-10-26T00:00:00\",\r\n\"tooth\": \"30\",\r\n\"completed_date\": \"2020-10-26T00:00:00\",\r\n\"fee\": \"0.0000\",\r\n\"defective\": \"N\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_existing_services/12260\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/12260\",\r\n\"patient_id\": \"12260\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"procedure_code\": \"D2740\",\r\n\"surface\": \"\",\r\n\"description\": \"CROWN-PORCELAIN/CERAMIC SUBSTRATE\",\r\n\"entered_date\": \"2020-10-26T00:00:00\",\r\n\"tooth\": \"5\",\r\n\"completed_date\": \"2020-10-26T00:00:00\",\r\n\"fee\": \"0.0000\",\r\n\"defective\": \"N\"\r\n}\r\n]\r\n}"}],"_postman_id":"d0a21427-0f7c-4da0-be60-2bb461ccfe4b"},{"name":"patient_images","id":"49270869-53ae-4fe7-95b9-1137b1ad4a8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns patient images from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id from practice </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"image_type-optional\">image_type <code>optional</code></h6>\n<blockquote>\n<p>Patient image name or patient image </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id from practice </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"49270869-53ae-4fe7-95b9-1137b1ad4a8a"},{"name":"patients_ssn","id":"2e1dde32-55ae-48ed-a595-c460e2a76aa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns patient's ssn information from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id from practice </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id from practice </p>\n</blockquote>\n<h6 id=\"firstname\">firstname</h6>\n<blockquote>\n<p>Patient first name </p>\n</blockquote>\n<h6 id=\"lastname\">lastname</h6>\n<blockquote>\n<p>Patient last name </p>\n</blockquote>\n<h6 id=\"zipcode\">zipcode</h6>\n<blockquote>\n<p>Patient location zipcode</p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"1c719dfa-02df-4202-87a7-dec3277f59bd","name":"patients_ssn","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/patients_ssn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"5\",\r\n\"total_count\": \"12264\",\r\n\"execution_time\": \"61\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/patients_ssn?offset=0&limit=5\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/patients_ssn?offset=0&limit=5\",\r\n\"next\": \"http://api.sikkasoft.com/v4/patients_ssn?offset=1&limit=5\",\r\n\"last\": \"http://api.sikkasoft.com/v4/patients_ssn?offset=2452&limit=5\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patients_ssn/12274\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/12274\",\r\n\"patient_id\": \"12274\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"ssn\": \"xxx\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patients_ssn/12273\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/12273\",\r\n\"patient_id\": \"12273\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"ssn\": \"xxx\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patients_ssn/12272\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/12272\",\r\n\"patient_id\": \"12272\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"ssn\": \"xxx\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patients_ssn/12271\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/12271\",\r\n\"patient_id\": \"12271\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"ssn\": \"xxx\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/patients_ssn/12270\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/12270\",\r\n\"patient_id\": \"12270\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"ssn\": \"xxx\"\r\n}\r\n]\r\n}"},{"id":"044e0a5c-c0f3-4ec5-9e7a-bb8d315ca134","name":"patients_ssn?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/patients_ssn?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","patients_ssn"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/patients_ssn?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/patients_ssn?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/patients_ssn?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/patients_ssn?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients_ssn/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"ssn\": \"ssn\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"2e1dde32-55ae-48ed-a595-c460e2a76aa6"},{"name":"payors","id":"c6d2e62d-1476-4ecb-9f72-49951a143d97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns payors inforamtion from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"insurance_company_id-optional\">insurance_company_id <code>optional</code></h6>\n<blockquote>\n<p>insurance company id from practice </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"insurance_company_id-default\">insurance_company_id <code>default</code></h6>\n<blockquote>\n<p>insurance company id from practice</p>\n</blockquote>\n<h6 id=\"insurance_company_name\">insurance_company_name</h6>\n<blockquote>\n<p>Insurance company name from practice </p>\n</blockquote>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"ddfb75ef-e5eb-4e2f-8427-49dc53553b15","name":"payors","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/payors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"5\",\r\n\"total_count\": \"3188\",\r\n\"execution_time\": \"65\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/payors?offset=0&limit=5\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/payors?offset=0&limit=5\",\r\n\"next\": \"http://api.sikkasoft.com/v4/payors?offset=1&limit=5\",\r\n\"last\": \"http://api.sikkasoft.com/v4/payors?offset=637&limit=5\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payors/3225_113\",\r\n\"address_line1\": \"PO BOX 37010\",\r\n\"address_line2\": \"\",\r\n\"city\": \"LOUSIVILLE\",\r\n\"state\": \"KY\",\r\n\"zipcode\": \"40233-7010\",\r\n\"email\": \"\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"phone\": \"8003825520\",\r\n\"insurance_company_id\": \"3225_113\",\r\n\"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/3225_113\",\r\n\"insurance_company_name\": \"BCBS\",\r\n\"fax\": \"\",\r\n\"payor_id\": \"\",\r\n\"payor_type\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payors/3224_40\",\r\n\"address_line1\": \"Po Box 1809\",\r\n\"address_line2\": \"\",\r\n\"city\": \"Alpharetta\",\r\n\"state\": \"GA\",\r\n\"zipcode\": \"30023-1809\",\r\n\"email\": \"\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"phone\": \"8005212651\",\r\n\"insurance_company_id\": \"3224_40\",\r\n\"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/3224_40\",\r\n\"insurance_company_name\": \"Delta Dental Of GA\",\r\n\"fax\": \"\",\r\n\"payor_id\": \"94276\",\r\n\"payor_type\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payors/3223_5\",\r\n\"address_line1\": \"Po Box 981282\",\r\n\"address_line2\": \"\",\r\n\"city\": \"El Paso\",\r\n\"state\": \"TX\",\r\n\"zipcode\": \"79998-1282\",\r\n\"email\": \"\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"phone\": \"8776383379\",\r\n\"insurance_company_id\": \"3223_5\",\r\n\"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/3223_5\",\r\n\"insurance_company_name\": \"Metlife Dental\",\r\n\"fax\": \"8593896505\",\r\n\"payor_id\": \"65978\",\r\n\"payor_type\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payors/3222_21\",\r\n\"address_line1\": \"Po Box 981572\",\r\n\"address_line2\": \"\",\r\n\"city\": \"El Paso\",\r\n\"state\": \"TX\",\r\n\"zipcode\": \"79998-1572\",\r\n\"email\": \"\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"phone\": \"8005417846\",\r\n\"insurance_company_id\": \"3222_21\",\r\n\"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/3222_21\",\r\n\"insurance_company_name\": \"Guardian\",\r\n\"fax\": \"\",\r\n\"payor_id\": \"64246\",\r\n\"payor_type\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/payors/3221_10\",\r\n\"address_line1\": \"Po Box 9085\",\r\n\"address_line2\": \"\",\r\n\"city\": \"Farmington Hills\",\r\n\"state\": \"MI\",\r\n\"zipcode\": \"48333-9085\",\r\n\"email\": \"\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"phone\": \"8002920626\",\r\n\"insurance_company_id\": \"3221_10\",\r\n\"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/3221_10\",\r\n\"insurance_company_name\": \"Delta Dental\",\r\n\"fax\": \"\",\r\n\"payor_id\": \"\",\r\n\"payor_type\": \"\"\r\n}\r\n]\r\n}"},{"id":"06d4051a-8be0-4c43-b540-14d598714079","name":"payors?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/payors?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","payors"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/payors?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/payors?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/payors?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/payors?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/payors/xxxx\",\r\n            \"address_line1\": \"address line1\",\r\n            \"address_line2\": \"address line2\",\r\n            \"city\": \"city\",\r\n            \"state\": \"state\",\r\n            \"zipcode\": \"zipcode\",\r\n            \"email\": \"email\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"phone\": \"phone\",\r\n            \"insurance_company_id\": \"insurance company id\",\r\n            \"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/insurance_companies/xxxx\",\r\n            \"insurance_company_name\": \"insurance company name\",\r\n            \"fax\": \"fax\",\r\n            \"payor_id\": \"payor id\",\r\n            \"payor_type\": \"payor type\",\r\n            \"rendering_provider_address\": \"rendering provider address\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"c6d2e62d-1476-4ecb-9f72-49951a143d97"},{"name":"pet_documents","id":"59de24db-ed0a-4878-b2c7-bbac5fa7d5f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns pet documents data path from veterinary practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id from practice ( in case of veterinary , this is pet id) </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id from practice ( in case of veterinary , this is pet id) </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"59de24db-ed0a-4878-b2c7-bbac5fa7d5f7"},{"name":"procedure_categories","id":"2e390f74-679e-46dc-a5c9-f4b507040123","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns procedure codes category data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"category-optional\">category <code>optional</code></h6>\n<blockquote>\n<p>procedure category name </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"category-default\">category <code>default</code></h6>\n<blockquote>\n<p>procedure category name </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>Practice id of office</p>\n</blockquote>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"339d2746-f96a-43f8-af0e-63c0d145b4a6","name":"procedure_categories","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/procedure_categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"5\",\r\n\"total_count\": \"15\",\r\n\"execution_time\": \"16\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/procedure_categories?offset=0&limit=5\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/procedure_categories?offset=0&limit=5\",\r\n\"next\": \"http://api.sikkasoft.com/v4/procedure_categories?offset=1&limit=5\",\r\n\"last\": \"http://api.sikkasoft.com/v4/procedure_categories?offset=2&limit=5\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_categories/Restorative - Major\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"category\": \"Restorative - Major\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_categories/Restorative - Basic\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"category\": \"Restorative - Basic\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_categories/Prosthodontics Removable\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"category\": \"Prosthodontics Removable\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_categories/Prosthodontics Fixed\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"category\": \"Prosthodontics Fixed\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_categories/Preventive\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"category\": \"Preventive\"\r\n}\r\n]\r\n}"},{"id":"7b11a8b1-90d6-4021-b989-3243193e67ed","name":"procedure_categories?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/procedure_categories?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","procedure_categories"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/procedure_categories?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/procedure_categories?offset=xx&limit=xx\",\r\n        \"next\": \"next\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/procedure_categories?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/procedure_categories/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"category\": \"category\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"2e390f74-679e-46dc-a5c9-f4b507040123"},{"name":"procedure_category_mapping","id":"84cb6138-eb5e-4f61-a0e6-525e72d6ab88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns proceudre categories with procdure codes , if procedure codes are mapped with category in practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"customer_id-optional\">customer_id <code>optional</code></h6>\n<blockquote>\n<p>Customer Id </p>\n</blockquote>\n<h6 id=\"procedure_code-optional\">procedure_code <code>optional</code></h6>\n<blockquote>\n<p>Procedure code as per practice management system </p>\n</blockquote>\n<p>category <code>optional</code></p>\n<blockquote>\n<p>procedure category name for getting the list of codes mapped into veterinary dictionary </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"category-default\">category <code>default</code></h6>\n<blockquote>\n<p>procedure category name for getting the list of codes mapped into veterinary dictionary </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h6 id=\"procedure_code\">procedure_code</h6>\n<blockquote>\n<p>Procedure code as per practice management system</p>\n</blockquote>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"84cb6138-eb5e-4f61-a0e6-525e72d6ab88"},{"name":"purchase_orders","id":"373122a1-e436-4d34-bb5b-f1589d84bd7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns purchase orders data from practice ( mostly applicable to veterinary practice)</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"vendor_id-optional\">vendor_id <code>optional</code></h6>\n<blockquote>\n<p>vendor id from practice </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"procedure_code_id-optional\">procedure_code_id <code>optional</code></h6>\n<blockquote>\n<p>Procedure code id is same as procedure code. </p>\n</blockquote>\n<h6 id=\"order_number-optional\">order_number <code>optional</code></h6>\n<blockquote>\n<p>Order number </p>\n</blockquote>\n<h6 id=\"order_date-optional\">order_date <code>optional</code></h6>\n<blockquote>\n<p>Order date </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"vendor_id-default\">vendor_id <code>default</code></h6>\n<blockquote>\n<p>vendor id from practice </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"procedure_code_id\">procedure_code_id</h6>\n<blockquote>\n<p>Procedure code id is same as procedure code.</p>\n</blockquote>\n","urlObject":{"query":[],"variable":[]}},"response":[{"id":"feafb5f5-67de-4ae3-a401-edb2b35343a9","name":"purchase_orders","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/purchase_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"5\",\r\n\"total_count\": \"15502\",\r\n\"execution_time\": \"37\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/purchase_orders?offset=0&limit=5\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/purchase_orders?offset=0&limit=5\",\r\n\"next\": \"http://api.sikkasoft.com/v4/purchase_orders?offset=1&limit=5\",\r\n\"last\": \"http://api.sikkasoft.com/v4/purchase_orders?offset=3100&limit=5\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/purchase_orders/152\",\r\n\"status\": \"Completed\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"invoice_number\": \"\",\r\n\"quantity\": \"36\",\r\n\"location\": \"Pharmacy\",\r\n\"vendor_id\": \"152\",\r\n\"vendor_href\": \"https://api.sikkasoft.com/v4/practices/1/vendors/152\",\r\n\"procedure_code_id\": \"3204\",\r\n\"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_codes/3204\",\r\n\"cost\": \"95.4\",\r\n\"tax\": \"0\",\r\n\"order_number\": \"06021501\",\r\n\"order_date\": \"2008-02-15T00:00:00\",\r\n\"unit_cost\": \"2.65\",\r\n\"item_description\": \"Amoxicillin 50 mg/mL (15 mL)\",\r\n\"receipt_date\": \"2008-02-15T00:00:00\",\r\n\"receipt_number\": \"\",\r\n\"freight\": \"\",\r\n\"invoice_amount\": \"0\",\r\n\"invoice_date\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/purchase_orders/152\",\r\n\"status\": \"Completed\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"invoice_number\": \"\",\r\n\"quantity\": \"220\",\r\n\"location\": \"Pharmacy\",\r\n\"vendor_id\": \"152\",\r\n\"vendor_href\": \"https://api.sikkasoft.com/v4/practices/1/vendors/152\",\r\n\"procedure_code_id\": \"3204\",\r\n\"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_codes/3204\",\r\n\"cost\": \"583\",\r\n\"tax\": \"0\",\r\n\"order_number\": \"06021501\",\r\n\"order_date\": \"2008-02-15T00:00:00\",\r\n\"unit_cost\": \"2.65\",\r\n\"item_description\": \"Amoxicillin 50 mg/mL (15 mL)\",\r\n\"receipt_date\": \"2008-02-15T00:00:00\",\r\n\"receipt_number\": \"\",\r\n\"freight\": \"\",\r\n\"invoice_amount\": \"0\",\r\n\"invoice_date\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/purchase_orders/151\",\r\n\"status\": \"Completed\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"invoice_number\": \"\",\r\n\"quantity\": \"14\",\r\n\"location\": \"Pharmacy\",\r\n\"vendor_id\": \"151\",\r\n\"vendor_href\": \"https://api.sikkasoft.com/v4/practices/1/vendors/151\",\r\n\"procedure_code_id\": \"3205\",\r\n\"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_codes/3205\",\r\n\"cost\": \"58.8\",\r\n\"tax\": \"0\",\r\n\"order_number\": \"06021501\",\r\n\"order_date\": \"2008-02-15T00:00:00\",\r\n\"unit_cost\": \"4.2\",\r\n\"item_description\": \"Amoxicillin 50 mg/mL (30mL)\",\r\n\"receipt_date\": \"2008-02-15T00:00:00\",\r\n\"receipt_number\": \"\",\r\n\"freight\": \"\",\r\n\"invoice_amount\": \"0\",\r\n\"invoice_date\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/purchase_orders/144\",\r\n\"status\": \"Completed\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"invoice_number\": \"2030876\",\r\n\"quantity\": \"24\",\r\n\"location\": \"Clinic\",\r\n\"vendor_id\": \"144\",\r\n\"vendor_href\": \"https://api.sikkasoft.com/v4/practices/1/vendors/144\",\r\n\"procedure_code_id\": \"WFRS3\",\r\n\"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_codes/WFRS3\",\r\n\"cost\": \"18.768\",\r\n\"tax\": \"0\",\r\n\"order_number\": \"03012801\",\r\n\"order_date\": \"2005-01-28T00:00:00\",\r\n\"unit_cost\": \"0.782\",\r\n\"item_description\": \"Waltham Feline Renal Support Can 5.8 oz\",\r\n\"receipt_date\": \"2005-01-28T00:00:00\",\r\n\"receipt_number\": \"\",\r\n\"freight\": \"\",\r\n\"invoice_amount\": \"0\",\r\n\"invoice_date\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/purchase_orders/144\",\r\n\"status\": \"Completed\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"invoice_number\": \"2042416\",\r\n\"quantity\": \"2\",\r\n\"location\": \"Pantry\",\r\n\"vendor_id\": \"144\",\r\n\"vendor_href\": \"https://api.sikkasoft.com/v4/practices/1/vendors/144\",\r\n\"procedure_code_id\": \"WCLF17\",\r\n\"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_codes/WCLF17\",\r\n\"cost\": \"46.1\",\r\n\"tax\": \"0\",\r\n\"order_number\": \"03032803\",\r\n\"order_date\": \"2005-03-27T00:00:00\",\r\n\"unit_cost\": \"23.05\",\r\n\"item_description\": \"Waltham Canine Low Fat 17.6 lbs\",\r\n\"receipt_date\": \"2005-03-27T00:00:00\",\r\n\"receipt_number\": \"\",\r\n\"freight\": \"\",\r\n\"invoice_amount\": \"0\",\r\n\"invoice_date\": \"\"\r\n}\r\n]\r\n}"},{"id":"a608fb21-07bd-411a-abfc-b90902a5d993","name":"purchase_orders?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/purchase_orders?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","purchase_orders"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/purchase_orders?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/purchase_orders?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/purchase_orders?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/purchase_orders?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/purchase_orders/xxxx\",\r\n            \"status\": \"status\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"invoice_number\": \"invoice number\",\r\n            \"quantity\": \"quantity\",\r\n            \"location\": \"location\",\r\n            \"vendor_id\": \"vendor id\",\r\n            \"vendor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/vendors/xxxx\",\r\n            \"procedure_code_id\": \"procedure code id\",\r\n            \"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/procedure_codes/xxxx\",\r\n            \"cost\": \"cost\",\r\n            \"tax\": \"tax\",\r\n            \"order_number\": \"order number\",\r\n            \"order_date\": \"order date\",\r\n            \"unit_cost\": \"unit cost\",\r\n            \"item_description\": \"item description\",\r\n            \"receipt_date\": \"receipt date\",\r\n            \"receipt_number\": \"receipt number\",\r\n            \"freight\": \"freight\",\r\n            \"invoice_amount\": \"invoice amount\",\r\n            \"invoice_date\": \"invoice date\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"373122a1-e436-4d34-bb5b-f1589d84bd7b"},{"name":"shelter_patients","id":"8dee5feb-1826-429f-b26e-b3a39e7a0eec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/shelter_patients","description":"<p>Returns shelter patients data from practice ( applicable to veterinary practices. Shelter pets referred as patients here)</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id from practice </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>Status of patient </p>\n</blockquote>\n<h6 id=\"search-optional\">search <code>optional</code></h6>\n<blockquote>\n<p>Search patient by petname </p>\n</blockquote>\n<h6 id=\"phone-optional\">phone <code>optional</code></h6>\n<blockquote>\n<p>phone number </p>\n</blockquote>\n<h6 id=\"homephone-optional\">homephone <code>optional</code></h6>\n<blockquote>\n<p>home phone number </p>\n</blockquote>\n<h6 id=\"workphone-optional\">workphone <code>optional</code></h6>\n<blockquote>\n<p>work phone number </p>\n</blockquote>\n<h6 id=\"cell-optional\">cell <code>optional</code></h6>\n<blockquote>\n<p>Cell numbetr </p>\n</blockquote>\n<h6 id=\"email-optional\">email <code>optional</code></h6>\n<blockquote>\n<p>email id </p>\n</blockquote>\n<h6 id=\"firstname-optional\">firstname <code>optional</code></h6>\n<blockquote>\n<p>first name of patient </p>\n</blockquote>\n<h6 id=\"lastname-optional\">lastname <code>optional</code></h6>\n<blockquote>\n<p>last name of patient </p>\n</blockquote>\n<h6 id=\"first_visit-optional\">first_visit <code>optional</code></h6>\n<blockquote>\n<p>first visit </p>\n</blockquote>\n<h6 id=\"last_visit-optional\">last_visit <code>optional</code></h6>\n<blockquote>\n<p>last visit </p>\n</blockquote>\n<h6 id=\"microchip-optional\">microchip <code>optional</code></h6>\n<blockquote>\n<p>microchip Id </p>\n</blockquote>\n<h6 id=\"petname-optional\">petname <code>optional</code></h6>\n<blockquote>\n<p>petname </p>\n</blockquote>\n<h6 id=\"adoption_status_date-optional\">adoption_status_date <code>optional</code></h6>\n<blockquote>\n<p>Filter on adoption_status_date field, format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>Provider id as per practice management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>Guarantor id as per practice management systems </p>\n</blockquote>\n<h6 id=\"rabies-optional\">rabies <code>optional</code></h6>\n<blockquote>\n<p>Rabies ID </p>\n</blockquote>\n<h6 id=\"sortby\">Sortby</h6>\n<h6 id=\"firstname\">firstname</h6>\n<blockquote>\n<p>first name of patient </p>\n</blockquote>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id from practice </p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","shelter_patients"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"89de14fe-5cc4-4114-bf92-adabfc42a5ed","name":"shelter_patients","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/shelter_patients"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"82c2a92a-f267-4577-8ba0-4b06a3e2fdf9","name":"shelter_patients?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/shelter_patients?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","shelter_patients"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/shelter_patients?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/shelter_patients?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/shelter_patients?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/shelter_patients?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"guarantor_id\": \"guarantor id\",\r\n            \"firstname\": \"firstname\",\r\n            \"middlename\": \"middlename\",\r\n            \"lastname\": \"lastname\",\r\n            \"preferred_name\": \"preferred name\",\r\n            \"salutation\": \"salutation\",\r\n            \"birthdate\": \"birthdate\",\r\n            \"status\": \"status\",\r\n            \"patient_note\": \"patient note\",\r\n            \"medical_note\": \"medical note\",\r\n            \"alert_note\": \"alert note\",\r\n            \"other_note\": \"other note\",\r\n            \"gender\": \"gender\",\r\n            \"address_line1\": \"address line1\",\r\n            \"address_line2\": \"address line2\",\r\n            \"city\": \"city\",\r\n            \"state\": \"state\",\r\n            \"zipcode\": \"zipcode\",\r\n            \"homephone\": \"homephone\",\r\n            \"workphone\": \"workphone\",\r\n            \"cell\": \"cell\",\r\n            \"email\": \"email\",\r\n            \"employer_id\": \"employer id\",\r\n            \"employer_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/employers/\",\r\n            \"billing_type\": \"billing type\",\r\n            \"first_visit\": \"first visit\",\r\n            \"last_visit\": \"last visit\",\r\n            \"provider_id\": \"provider id\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxxx/providers/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/appointments?patient_id=xxxx\",\r\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors/xxxx\",\r\n            \"primary_insurance_company_id\": \"primary insurance company id\",\r\n            \"primary_insurance_company_href\": \"\",\r\n            \"secondary_insurance_company_id\": \"secondary insurance company id\",\r\n            \"secondary_insurance_company_href\": \"\",\r\n            \"primary_relationship\": \"primary relationship\",\r\n            \"country\": \"country\",\r\n            \"primary_medical_insurance\": \"primary medical insurance\",\r\n            \"primary_medical_insurance_id\": \"primary medical insurance id\",\r\n            \"primary_medical_relationship\": \"primary medical relationship\",\r\n            \"primary_medical_subscriber_id\": \"primary medical subscriber id\",\r\n            \"secondary_medical_insurance\": \"secondary medical insurance\",\r\n            \"secondary_medical_insurance_id\": \"secondary medical insurance id\",\r\n            \"secondary_medical_relationship\": \"secondary medical relationship\",\r\n            \"secondary_medical_subscriber_id\": \"secondary medical subscriber id\",\r\n            \"secondary_relationship\": \"secondary relationship\",\r\n            \"subscriber_id\": \"subscriber id\",\r\n            \"patient_account_id\": \"patient account id\",\r\n            \"other_referral\": \"other referral\",\r\n            \"patient_referral\": \"patient referral\",\r\n            \"referred_out\": \"referred out\",\r\n            \"referred_by_provider_id\": \"referred by provider id\",\r\n            \"referred_by_patient_id\": \"referred by patient id\",\r\n            \"image\": \"image\",\r\n            \"thumb_image\": \"thumb image\",\r\n            \"fee_no\": \"fee no\",\r\n            \"guarantor_first_name\": \"guarantor first name\",\r\n            \"guarantor_last_name\": \"guarantor last name\",\r\n            \"created_date\": \"created date\",\r\n            \"primary_insurance\": \"primary insurance\",\r\n            \"secondary_insurance\": \"secondary insurance\",\r\n            \"other_phone\": \"other phone\",\r\n            \"preferred_communication_method\": \"preferred communication method\",\r\n            \"type\": \"type\",\r\n            \"ui_patient_id\": \"ui patient id\",\r\n            \"petname\": \"petname\",\r\n            \"breed\": \"breed\",\r\n            \"weight\": \"weight\",\r\n            \"age\": \"age\",\r\n            \"microchip\": \"microchip\",\r\n            \"primary_or_secondary_color\": \"primary or secondary color\",\r\n            \"contact_location\": \"contact location\",\r\n            \"adoption_status_date\": \"adoption status date\",\r\n            \"record_type\": \"record type\",\r\n            \"size\": \"size\",\r\n            \"source\": \"source\",\r\n            \"spayed_neutered\": \"spayed neutered\",\r\n            \"veterinary_clinic_id\": \"veterinary clinic id\",\r\n            \"cust_id\": \"cust id\",\r\n            \"guarantor_bill_type\": \"guarantor bill type\",\r\n            \"guarantor_bill_type_description\": \"guarantor bill type description\",\r\n            \"bill_type\": \"bill type\",\r\n            \"guarantor_patient_id\": \"guarantor patient id\",\r\n            \"rowhash\": \"rowhash\",\r\n            \"chart_number\": \"chart number\",\r\n            \"preferred_recall_method\": \"preferred recall method\",\r\n            \"exclude_message\": \"exclude message\",\r\n            \"extension\": \"extension\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"8dee5feb-1826-429f-b26e-b3a39e7a0eec"},{"name":"subscribers","id":"4427a4db-e78b-4067-94cd-2a60c94809a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/subscribers","description":"<p>Returns subsribers data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id from practice </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"subscriber_id-optional\">subscriber_id <code>optional</code></h6>\n<blockquote>\n<p>subscriber id of office </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id from practice </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","subscribers"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"750cc7da-fb4e-419d-b0a4-86c71ccc1548","name":"subscribers","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/subscribers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"2\",\r\n\"total_count\": \"1748\",\r\n\"execution_time\": \"12\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/subscribers?offset=0&limit=2\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/subscribers?offset=0&limit=2\",\r\n\"next\": \"http://api.sikkasoft.com/v4/subscribers?offset=1&limit=2\",\r\n\"last\": \"http://api.sikkasoft.com/v4/subscribers?offset=873&limit=2\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/subscribers/994\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/994\",\r\n\"patient_id\": \"994\",\r\n\"firstname\": \"te\",\r\n\"middlename\": \"\",\r\n\"lastname\": \"Sr\",\r\n\"salutation\": \"\",\r\n\"birthdate\": \"1945-03-20T00:00:00\",\r\n\"gender\": \"M\",\r\n\"address_line1\": \"3 AVENUE\",\r\n\"address_line2\": \"\",\r\n\"city\": \"Miami\",\r\n\"state\": \"FL\",\r\n\"zipcode\": \"33155\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"subscriber_id\": \"217_35\",\r\n\"type\": \"Dental Primary\",\r\n\"insurance_company_id\": \"217\",\r\n\"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/217\",\r\n\"employer_name\": \"ADVANCE AUTO PARTS\",\r\n\"patient_relation\": \"Self\",\r\n\"identification_type\": \"Pat_Insd\",\r\n\"individual_used\": \"1450.0000\",\r\n\"individual_used_treatment_plan\": \"\",\r\n\"individual_deductible_remaining\": \"50.0000\",\r\n\"ortho_used\": \"\",\r\n\"ortho_used_treatment_plan\": \"\",\r\n\"insurance_effective_date\": \"\",\r\n\"family_deductible_reamining\": \"\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/subscribers/993\",\r\n\"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/993\",\r\n\"patient_id\": \"993\",\r\n\"firstname\": \"Rtes\"\r\n\"lastname\": \"Jr.\",\r\n\"salutation\": \"\",\r\n\"birthdate\": \"1945-12-12T00:00:00\",\r\n\"gender\": \"M\",\r\n\"address_line1\": \"3815 S.W. 82  AVE\",\r\n\"address_line2\": \"\",\r\n\"city\": \"Miates\",\r\n\"state\": \"FL\",\r\n\"zipcode\": \"33155\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"subscriber_id\": \"217_35\",\r\n\"type\": \"Dental Primary\",\r\n\"insurance_company_id\": \"217\",\r\n\"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_companies/217\",\r\n\"employer_name\": \"ADVANCE AUTO PARTS\",\r\n\"patient_relation\": \"Child\",\r\n\"identification_type\": \"Pat_Insd\",\r\n\"individual_used\": \"1450.0000\",\r\n\"individual_used_treatment_plan\": \"\",\r\n\"individual_deductible_remaining\": \"50.0000\",\r\n\"ortho_used\": \"\",\r\n\"ortho_used_treatment_plan\": \"\",\r\n\"insurance_effective_date\": \"\",\r\n\"family_deductible_reamining\": \"\"\r\n}\r\n]\r\n}"},{"id":"8b890633-7076-4c85-bd69-86051ea0d072","name":"subscribers?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/subscribers?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","subscribers"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/subscribers?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/subscribers?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/subscribers?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/subscribers?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/subscribers/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"firstname\": \"firstname\",\r\n            \"middlename\": \"middlename\",\r\n            \"lastname\": \"lastname\",\r\n            \"salutation\": \"salutation\",\r\n            \"birthdate\": \"birthdate\",\r\n            \"gender\": \"gender\",\r\n            \"address_line1\": \"address line1\",\r\n            \"address_line2\": \"address line2\",\r\n            \"city\": \"city\",\r\n            \"state\": \"state\",\r\n            \"zipcode\": \"zipcode\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"subscriber_id\": \"subscriber id\",\r\n            \"type\": \"type\",\r\n            \"insurance_company_id\": \"insurance company id\",\r\n            \"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/insurance_companies/xxxx\",\r\n            \"employer_name\": \"employer name\",\r\n            \"patient_relation\": \"patient relation\",\r\n            \"identification_type\": \"identification type\",\r\n            \"individual_used\": \"individual used\",\r\n            \"individual_used_treatment_plan\": \"individual used treatment plan\",\r\n            \"individual_deductible_remaining\": \"individual deductible remaining\",\r\n            \"ortho_used\": \"ortho used\",\r\n            \"ortho_used_treatment_plan\": \"ortho used treatment plan\",\r\n            \"insurance_effective_date\": \"insurance effective date\",\r\n            \"family_deductible_reamining\": \"family deductible reamining\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"4427a4db-e78b-4067-94cd-2a60c94809a4"},{"name":"treatment_plan_phases","id":"3c921047-fb30-4075-9313-9035ef7a9523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/treatment_plan_phases","description":"<p>Returns treatment plan phases information from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>Guarantor id as per practice management systems </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>Provider id as per practice management system </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"date_filter_onoptional\">date_filter_on<code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: last_updated_by or entry_date or procedure_date(default)</p>\n</blockquote>\n<h6 id=\"procedure_code-optional\">procedure_code <code>optional</code></h6>\n<blockquote>\n<p>Procedure code as per practice management system </p>\n</blockquote>\n<h6 id=\"treatment_plan_status-optional\">treatment_plan_status <code>optional</code></h6>\n<blockquote>\n<p>Filter by Treatment plan status </p>\n</blockquote>\n<h6 id=\"treatment_plan_id-optional\">treatment_plan_id <code>optional</code></h6>\n<blockquote>\n<p>Filter by Treatment plan id </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"treatment_plan_sr_no-default\">treatment_plan_sr_no <code>default</code></h6>\n<blockquote>\n<p>Treatment plan serial number from Practice management System </p>\n</blockquote>\n<h6 id=\"amount\">amount</h6>\n<blockquote>\n<p>Ampunt </p>\n</blockquote>\n<h6 id=\"procedure_date\">procedure_date</h6>\n<blockquote>\n<p>Procedure date as per practice management system </p>\n</blockquote>\n<h6 id=\"entry_date\">entry_date</h6>\n<blockquote>\n<p>Entry Date</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","treatment_plan_phases"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"bc01ba2e-5526-4ac0-9e9e-c6250efc88b0","name":"treatment_plan_phases","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/treatment_plan_phases"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null},{"id":"fdc080be-de8e-4e73-9102-a0814de54851","name":"treatment_plan_phases?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/treatment_plan_phases?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","treatment_plan_phases"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/treatment_plan_phases?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/treatment_plan_phases?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/treatment_plan_phases?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/treatment_plan_phases?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/treatment_plan_phases/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"guarantor_id\": \"guarantor id\",\r\n            \"provider_id\": \"provider id\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/providers/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"appointment_href\": \"\",\r\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors/xxxx\",\r\n            \"procedure_code\": \"procedure code\",\r\n            \"amount\": \"amount\",\r\n            \"tooth_from\": \"tooth from\",\r\n            \"tooth_to\": \"tooth to\",\r\n            \"surface\": \"surface\",\r\n            \"clinical_condition_id\": \"clinical condition id\",\r\n            \"collection_provider_id\": \"collection provider id\",\r\n            \"created_by\": \"created by\",\r\n            \"last_updated_by\": \"last updated by\",\r\n            \"primary_insurance_estimate\": \"primary insurance estimate\",\r\n            \"secondary_insurance_estimate\": \"secondary insurance estimate\",\r\n            \"surface_quadrant_type\": \"surface quadrant type\",\r\n            \"appointment_sr_no\": \"appointment sr no\",\r\n            \"description\": \"description\",\r\n            \"plan_sr_no\": \"plan sr no\",\r\n            \"entry_date\": \"entry date\",\r\n            \"insurance_payment\": \"insurance payment\",\r\n            \"treatment_plan_status\": \"treatment plan status\",\r\n            \"procedure_date\": \"procedure date\",\r\n            \"phase\": \"phase\",\r\n            \"treatment_plan_id\": \"treatment plan id\",\r\n            \"plan_name\": \"plan name\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"3c921047-fb30-4075-9313-9035ef7a9523"},{"name":"vendors","id":"6689c6c4-04a8-41a5-b3c2-a0a66d00768c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/vendors","description":"<p>Returns vendors data from practice (applicable to veterinary)</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"vendor_code-optional\">vendor_code <code>optional</code></h6>\n<blockquote>\n<p>vendor code from office </p>\n</blockquote>\n<h6 id=\"vendor_id-optional\">vendor_id <code>optional</code></h6>\n<blockquote>\n<p>Vendor id as per the practice management system </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"vendor_id-default\">vendor_id <code>default</code></h6>\n<blockquote>\n<p>Vendor id as per the practice management system</p>\n</blockquote>\n<h6 id=\"vendor_code\">vendor_code</h6>\n<blockquote>\n<p>vendor code from office </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","vendors"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"da096e5e-80e9-4bab-a83e-70d02f78dee5","name":"vendors","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/vendors"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n\"offset\": \"0\",\r\n\"limit\": \"2\",\r\n\"total_count\": \"35\",\r\n\"execution_time\": \"14\",\r\n\"pagination\": {\r\n\"first\": \"http://api.sikkasoft.com/v4/vendors?offset=0&limit=2\",\r\n\"previous\": \"\",\r\n\"current\": \"http://api.sikkasoft.com/v4/vendors?offset=0&limit=2\",\r\n\"next\": \"http://api.sikkasoft.com/v4/vendors?offset=1&limit=2\",\r\n\"last\": \"http://api.sikkasoft.com/v4/vendors?offset=17&limit=2\"\r\n},\r\n\"items\": [\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/vendors/10064\",\r\n\"city\": \"\",\r\n\"state\": \"\",\r\n\"email\": \"\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"name\": \"Grass Technologies\",\r\n\"phone\": \"4018284000\",\r\n\"website\": \"\",\r\n\"fax\": \"\",\r\n\"contact\": \"\",\r\n\"vendor_id\": \"10064\",\r\n\"address\": \"\",\r\n\"vendor_code\": \"10064\",\r\n\"account\": \"GRASS\",\r\n\"zip\": \"\",\r\n\"terms\": \"\",\r\n\"other\": \"\",\r\n\"vendor_type\": \"\",\r\n\"vendor_status\": \"Active\"\r\n},\r\n{\r\n\"href\": \"https://api.sikkasoft.com/v4/practices/1/vendors/10063\",\r\n\"city\": \"Kennewick\",\r\n\"state\": \"WA\",\r\n\"email\": \"AlanD@cal.com\",\r\n\"practice_id\": \"1\",\r\n\"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n\"name\": \"Cadwell Laboratories\",\r\n\"phone\": \"8002453001\",\r\n\"website\": \"\",\r\n\"fax\": \"5097836503\",\r\n\"contact\": \"\",\r\n\"vendor_id\": \"10063\",\r\n\"address\": \"909 N. Kellogg Street\",\r\n\"vendor_code\": \"10063\",\r\n\"account\": \"CADWE\",\r\n\"zip\": \"99336\",\r\n\"terms\": \"\",\r\n\"other\": \"\",\r\n\"vendor_type\": \"\",\r\n\"vendor_status\": \"Active\"\r\n}\r\n]\r\n}"},{"id":"86ac6dcd-70dc-4b78-a82e-e1364d1bd92c","name":"vendors?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/vendors?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","vendors"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/vendors?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/vendors?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/vendors?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/vendors?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/vendors/xxxx\",\r\n            \"city\": \"city\",\r\n            \"state\": \"state\",\r\n            \"email\": \"email\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"name\": \"name\",\r\n            \"phone\": \"phone\",\r\n            \"website\": \"website\",\r\n            \"fax\": \"fax\",\r\n            \"contact\": \"contact\",\r\n            \"vendor_id\": \"vendor id\",\r\n            \"address\": \"address\",\r\n            \"vendor_code\": \"vendor code\",\r\n            \"account\": \"account\",\r\n            \"zip\": \"zip\",\r\n            \"terms\": \"terms\",\r\n            \"other\": \"other\",\r\n            \"vendor_type\": \"vendor type\",\r\n            \"vendor_status\": \"vendor status\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"6689c6c4-04a8-41a5-b3c2-a0a66d00768c"},{"name":"veterinary_clinics","id":"064df785-5b38-4651-a988-7cc067b9d80e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/veterinary_clinics","description":"<p>Returns veterinary clinic information</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"veterinary_clinic_id-optional\">veterinary_clinic_id <code>optional</code></h6>\n<blockquote>\n<p>Veterinary clinic id </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"name\">name</h6>\n<blockquote>\n<p>Veterinary clinic name </p>\n</blockquote>\n<h6 id=\"veterinary_clinic_id-default\">veterinary_clinic_id <code>default</code></h6>\n<blockquote>\n<p>Veterinary clinic id</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","veterinary_clinics"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"f7e88d40-c440-45c3-b500-93cfdcb3ddcb","name":"veterinary_clinics","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/veterinary_clinics"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"064df785-5b38-4651-a988-7cc067b9d80e"},{"name":"insurance_eligibility","id":"9bd3c454-6d13-439f-8ed3-8e5f0b6e1e6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"8144697490baf400fbf5bc9109a2c1a1","type":"default"}],"url":"https://api.sikkasoft.com/v4/insurance_eligibility?patient_id=320801","description":"<p>Returns insurance eligibility</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id of office </p>\n</blockquote>\n<h6 id=\"member-id-optional\">member id <code>optional</code></h6>\n<blockquote>\n<p>member id of office </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>Guarantor id as per practice management systems </p>\n</blockquote>\n<h6 id=\"firstname-optional\">firstname <code>optional</code></h6>\n<blockquote>\n<p>First name of patient </p>\n</blockquote>\n<h6 id=\"lastname-optional\">lastname <code>optional</code></h6>\n<blockquote>\n<p>last name of patient </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id of office</p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"guarantor_id\">guarantor_id</h6>\n<blockquote>\n<p>Guarantor id as per practice management systems </p>\n</blockquote>\n<h6 id=\"member_id\">member_id</h6>\n<blockquote>\n<p>member id of office </p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","insurance_eligibility"],"host":["api","sikkasoft","com"],"query":[{"key":"patient_id","value":"320801"}],"variable":[]}},"response":[{"id":"db0f2c4b-9c7f-46a9-8207-66983d53b4bc","name":"insurance_eligibility","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"default"}],"url":"https://api.sikkasoft.com/v4/insurance_eligibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 10 Jan 2022 10:17:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Tue, 11 Jan 2022 10:11:44 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"500\",\n    \"total_count\": \"1\",\n    \"execution_time\": \"12\",\n    \"pagination\": {\n        \"first\": \"http://api.sikkasoft.com/v4/insurance_eligibility?offset=0&limit=500\",\n        \"previous\": \"\",\n        \"current\": \"http://api.sikkasoft.com/v4/insurance_eligibility?offset=0&limit=500\",\n        \"next\": \"\",\n        \"last\": \"http://api.sikkasoft.com/v4/insurance_eligibility?offset=0&limit=500\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/insurance_eligibility/320801\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/320801\",\n            \"patient_id\": \"320801\",\n            \"guarantor_id\": \"320800\",\n            \"firstname\": \"Francisco\",\n            \"lastname\": \"Rodriguez Jr.\",\n            \"birthdate\": \"1980-06-11T00:00:00\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/320800\",\n            \"insurance_company_name\": \"Delta Dental\",\n            \"domain\": \"N/A\",\n            \"customer_id\": \"1\",\n            \"member_id\": \"602740968\",\n            \"responsible_patient_name\": \"N/A\",\n            \"responsible_patient_birthdate\": \"N/A\",\n            \"error\": \"The information entered did not match the records in the database Please check your information and try again\",\n            \"eligibility_type\": \"N/A\",\n            \"header\": \"N/A\",\n            \"ppo_individual\": \"N/A\",\n            \"ppo_family\": \"N/A\",\n            \"premier_individual\": \"N/A\",\n            \"premier_family\": \"N/A\",\n            \"outofnetwork_individual\": \"N/A\",\n            \"outofnetwork_family\": \"N/A\"\n        }\n    ]\n}"}],"_postman_id":"9bd3c454-6d13-439f-8ed3-8e5f0b6e1e6e"},{"name":"optometry_product_details","id":"2fa2205e-a074-4cb4-a0cd-de387816b271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"{request key}","type":"text"}],"url":"https://api.sikkasoft.com/v4/optometry_product_details?fields=get_all","description":"<p>Return the list of optometry products</p>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"product_id-optional\">product_id <code>optional</code></h6>\n<blockquote>\n<p>product id of office </p>\n</blockquote>\n<h6 id=\"product_detail_number-optional\">product_detail_number <code>optional</code></h6>\n<blockquote>\n<p>Product details number </p>\n</blockquote>\n<h6 id=\"product_code-optional\">product_code <code>optional</code></h6>\n<blockquote>\n<p>Product code </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"product_id-default\">product_id <code>default</code></h6>\n<blockquote>\n<p>ID of product based on practice management system </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","optometry_product_details"],"host":["api","sikkasoft","com"],"query":[{"key":"fields","value":"get_all"}],"variable":[]}},"response":[{"id":"121edf9b-624b-4861-82f3-4d49a408f076","name":"optometry_product_details","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{request key}","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/optometry_product_details?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","optometry_product_details"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 31 Jan 2022 03:03:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Tue, 01 Feb 2022 02:46:28 GMT"},{"key":"X-Rate-Limit-Limit","value":"120"},{"key":"X-Rate-Limit-Remaining","value":"118"},{"key":"X-Rate-Limit-Reset","value":"49"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"1\",\n    \"total_count\": \"19550\",\n    \"execution_time\": \"48\",\n    \"pagination\": {\n        \"first\": \"http://api.sikkasoft.com/v4/optometry_product_details?offset=0&limit=1\",\n        \"previous\": \"\",\n        \"current\": \"http://api.sikkasoft.com/v4/optometry_product_details?offset=0&limit=1\",\n        \"next\": \"http://api.sikkasoft.com/v4/optometry_product_details?offset=1&limit=1\",\n        \"last\": \"http://api.sikkasoft.com/v4/optometry_product_details?offset=19549&limit=1\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-2/optometry_product_details/999\",\n            \"practice_id\": \"1-2\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-2\",\n            \"cust_id\": \"1\",\n            \"product_id\": \"999\",\n            \"product_detail_number\": \"1190\",\n            \"product_code\": \"482\",\n            \"base_curve\": \"8.6\",\n            \"diameter\": \"14.5\",\n            \"sphere\": \"0\",\n            \"cylinder\": \"0\",\n            \"axis\": \"0\",\n            \"add\": \"0\",\n            \"delete_description\": \"N\",\n            \"consign\": \"N\",\n            \"reorder\": \"N\",\n            \"frame_eye\": \"0\",\n            \"frame_a\": \"0\",\n            \"frame_b\": \"0\",\n            \"frame_ed\": \"0\",\n            \"frame_dbl\": \"0\",\n            \"frame_temple\": \"\",\n            \"frame_bridge\": \"0\",\n            \"color_description\": \"\",\n            \"board_location\": \"\",\n            \"quantity_on_hand\": \"0\",\n            \"quantity_on_order\": \"0\",\n            \"stock_level\": \"1\",\n            \"minimum\": \"1\",\n            \"quantity_sold_ptd\": \"0\",\n            \"quantity_return_ptd\": \"0\",\n            \"amount_sold_ptd\": \"0.0000\",\n            \"cogs_ptd\": \"0.0000\",\n            \"gross_profit_ptd\": \"0.0000\",\n            \"issued_ptd\": \"0\",\n            \"quantity_sold_ytd\": \"0\",\n            \"quantity_return_ytd\": \"0\",\n            \"amount_sold_ytd\": \"0.0000\",\n            \"cogs_ytd\": \"0.0000\",\n            \"gross_profit_ytd\": \"0.0000\",\n            \"last_sold_date\": \"\",\n            \"last_received_date\": \"\",\n            \"total_cost\": \"24.9900\",\n            \"attribute1_description\": \"Soft Toric\",\n            \"attribute2_description\": \"\",\n            \"attribute3_description\": \"\",\n            \"attribute4_description\": \"\",\n            \"attribute5_description\": \"\",\n            \"attribute6_description\": \"\",\n            \"attribute7_description\": \"\",\n            \"attribute1_cost\": \"24.9900\",\n            \"attribute2_cost\": \"0.0000\",\n            \"attribute3_cost\": \"0.0000\",\n            \"attribute4_cost\": \"0.0000\",\n            \"attribute5_cost\": \"0.0000\",\n            \"attribute6_cost\": \"0.0000\",\n            \"attribute7_cost\": \"0.0000\",\n            \"attribute1_fee\": \"55.0000\",\n            \"attribute2_fee\": \"0.0000\",\n            \"attribute3_fee\": \"0.0000\",\n            \"attribute4_fee\": \"0.0000\",\n            \"attribute5_fee\": \"0.0000\",\n            \"attribute6_fee\": \"0.0000\",\n            \"attribute7_fee\": \"0.0000\",\n            \"attribute1_cost_changed\": \"2014-04-22T00:00:00\",\n            \"attribute2_cost_changed\": \"\",\n            \"attribute3_cost_changed\": \"\",\n            \"attribute4_cost_changed\": \"\",\n            \"attribute5_cost_changed\": \"\",\n            \"attribute6_cost_changed\": \"\",\n            \"attribute7_cost_changed\": \"\",\n            \"attribute1_fee_changed\": \"2014-04-22T00:00:00\",\n            \"attribute2_fee_changed\": \"\",\n            \"attribute3_fee_changed\": \"\",\n            \"attribute4_fee_changed\": \"\",\n            \"attribute5_fee_changed\": \"\",\n            \"attribute6_fee_changed\": \"\",\n            \"attribute7_fee_changed\": \"\",\n            \"upc_code\": \"\"\n        }\n    ]\n}"}],"_postman_id":"2fa2205e-a074-4cb4-a0cd-de387816b271"},{"name":"lab_test_details","id":"11f22881-500b-4dc0-bb65-07fd165e7889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/lab_test_details?category=labname","description":"<p>Return the lab test details</p>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"category-optional\">category <code>optional</code></h6>\n<blockquote>\n<p>category </p>\n</blockquote>\n<h6 id=\"item-optional\">item <code>optional</code></h6>\n<blockquote>\n<p>item </p>\n</blockquote>\n<h6 id=\"lab_id-optional\">lab_id <code>optional</code></h6>\n<blockquote>\n<p>Lab ID </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"category-default\">category <code>default</code></h6>\n<blockquote>\n<p>category</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","lab_test_details"],"host":["api","sikkasoft","com"],"query":[{"key":"category","value":"labname"}],"variable":[]}},"response":[{"id":"8f02f6c4-d97d-42a2-a952-60b6bff3eb41","name":"lab_test_details","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/lab_test_details?category=labname","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","lab_test_details"],"query":[{"key":"category","value":"labname"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"500\",\n    \"total_count\": \"3\",\n    \"execution_time\": \"35\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/lab_test_details?offset=0&limit=500\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/lab_test_details?offset=0&limit=500\",\n        \"next\": \"\",\n        \"last\": \"https://api.sikkasoft.com/v4/lab_test_details?offset=0&limit=500\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_test_details/Labname\",\n            \"practice_id\": \"1-1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\n            \"description\": \"\",\n            \"cust_id\": \"1\",\n            \"category\": \"Labname\",\n            \"item\": \"IDEXX Reference Laboratory\"\n        },\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_test_details/Labname\",\n            \"practice_id\": \"1-1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\n            \"description\": \"\",\n            \"cust_id\": \"1\",\n            \"category\": \"Labname\",\n            \"item\": \"IDEXX VetLab In-clinic Laboratory\"\n        },\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/lab_test_details/Labname\",\n            \"practice_id\": \"1-1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\n            \"description\": \"\",\n            \"cust_id\": \"1\",\n            \"category\": \"Labname\",\n            \"item\": \"Z- Antech Diagnostics (East)\"\n        }\n    ]\n}"}],"_postman_id":"11f22881-500b-4dc0-bb65-07fd165e7889"},{"name":"patient_documents_display","id":"a41a6e35-04d0-46bd-8357-8e72a376e22e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_documents_display","description":"<p>Return patient documents stored in practice management systems. You can download actual document from link provided in API response. Link will be valid 24 hours.</p>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id of office </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id of office</p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient_documents_display"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"b1139215-0215-43b4-aee5-92037acb71a3","name":"patient_documents_display","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_documents_display"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"1\",\n    \"total_count\": \"9145\",\n    \"execution_time\": \"984\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/patient_documents_display?offset=0&limit=1\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/patient_documents_display?offset=0&limit=1\",\n        \"next\": \"https://api.sikkasoft.com/v4/patient_documents_display?offset=1&limit=1\",\n        \"last\": \"https://api.sikkasoft.com/v4/patient_documents_display?offset=9144&limit=1\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/patient_documents_display/1179\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/1179\",\n            \"patient_id\": \"1179\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"document_path\": \"\\\\\\\\D5T62DP2\\\\OpenDentImages\\\\N\\\\NalamadguAchyuth1179\\\\NalamadguAchyuth10006.pdf\",\n            \"customer_id\": \"1\",\n            \"rowhash\": \"8F-F6-91-E5-F4-5A-02\",\n            \"link\": \"https://centraldata.s3.amazonaws.com/images/d34001/1/patientdocuments/9788c02a-f15e-44b3-a73b-585e8ffe1f42_NalamadguAchyuth10006.pdf?AWSAccessKeyId=****************&Expires=1656767500&Signature=M8dHWbgTYVsH%2BoslMDTYm4kiCfc%3D\",\n            \"uploaded_time\": \"2022-06-30T01:06:19\"\n        }\n    ]\n}"},{"id":"46268f99-1acb-4a2c-a60c-929dd88a2b54","name":"patient_documents_display?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/patient_documents_display?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","patient_documents_display"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/patient_documents_display?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/patient_documents_display?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/patient_documents_display?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/patient_documents_display?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patient_documents_display/xxxx\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\n            \"patient_id\": \"patient id\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"cust_id\": \"cust id\",\n            \"document_path\": \"document path\",\n            \"rowhash\": \"rowhash\",\n            \"link\": \"link\",\n            \"uploaded_time\": \"uploaded time\",\n            \"document_name\": \"document name\",\n            \"document_upload_date\": \"document upload date\"\n        }\n    ]\n}"}],"_postman_id":"a41a6e35-04d0-46bd-8357-8e72a376e22e"},{"name":"patient_balance","id":"f24e3b18-ddee-48c5-a44e-79dbc281ffa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_balance","description":"<p>Return patient balance from practice management systems.</p>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id of office </p>\n</blockquote>\n<h6 id=\"customer_id-optional\">customer_id <code>optional</code></h6>\n<blockquote>\n<p>customer id of office </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>patient id of office </p>\n</blockquote>\n<h6 id=\"customer_id\">customer_id</h6>\n<blockquote>\n<p>customer id of office </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient_balance"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"92626fea-3acd-42cc-8836-e86c141dc81e","name":"patient_balance","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/patient_balance?offset=0&limit=xx\",\n        \"previous\": \"https://api.sikkasoft.com/v4/patient_balance?offset=0&limit=xx\",\n        \"current\": \"https://api.sikkasoft.com/v4/patient_balance?offset=0&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/patient_balance?offset=x&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/patient_balance?offset=x&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"patient_id\": \"patient_id\",\n            \"firstname\": \"firstname\",\n            \"lastname\": \"lastname\",\n            \"practice_id\": \"practice_id\",\n            \"current_date\": \"current_date\",\n            \"practice_name\": \"practice_name\",\n            \"customer_id\": \"customer_id\",\n            \"chart_number\": \"chart_number\",\n            \"patient_amount_less_than_30\": \"patient_amount_less_than_30\",\n            \"patient_amount_between_30_60\": \"patient_amount_between_30_60\",\n            \"patient_amount_between_60_90\": \"patient_amount_between_60_90\",\n            \"patient_amount_greater_than_90\": \"patient_amount_greater_than_90\",\n            \"insurance_amount_less_than_30\": \"insurance_amount_less_than_30\",\n            \"insurance_amount_between_30_60\": \"insurance_amount_between_30_60\",\n            \"insurance_amount_between_60_90\": \"insurance_amount_between_60_90\",\n            \"insurance_amount_greater_than_90\": \"insurance_amount_greater_than_90\",\n            \"patient_balance\": \"patient_balance\",\n            \"unapplied\": \"unapplied\",\n            \"insurance_due\": \"insurance_due\",\n            \"patient_due\": \"patient_due\",\n            \"account_balance\": \"account_balance\",\n            \"write_off\": \"write_off\"\n        }\n    ]\n}"},{"id":"1141e329-a381-471f-8c04-d748bde93787","name":"patient_balance?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/patient_balance?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","patient_balance"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/patient_balance?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/patient_balance?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/patient_balance?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/patient_balance?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"patient_id\": \"patient id\",\n            \"firstname\": \"firstname\",\n            \"lastname\": \"lastname\",\n            \"practice_id\": \"practice id\",\n            \"current_date\": \"current date\",\n            \"practice_name\": \"practice name\",\n            \"customer_id\": \"customer id\",\n            \"chart_number\": \"chart number\",\n            \"patient_amount_less_than_30\": \"patient amount less than 30\",\n            \"patient_amount_between_30_60\": \"patient amount between 30 60\",\n            \"patient_amount_between_60_90\": \"patient amount between 60 90\",\n            \"patient_amount_greater_than_90\": \"patient amount greater than 90\",\n            \"insurance_amount_less_than_30\": \"insurance amount less than 30\",\n            \"insurance_amount_between_30_60\": \"insurance amount between 30 60\",\n            \"insurance_amount_between_60_90\": \"insurance amount between 60 90\",\n            \"insurance_amount_greater_than_90\": \"insurance amount greater than 90\",\n            \"patient_balance\": \"patient balance\",\n            \"unapplied\": \"unapplied\",\n            \"insurance_due\": \"insurance due\",\n            \"patient_due\": \"patient due\",\n            \"account_balance\": \"account balance\",\n            \"write_off\": \"write off\"\n        }\n    ]\n}"},{"id":"d4f939be-2be3-4d3b-bc0c-7fd0da9a16b4","name":"patient_balance","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_balance"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f24e3b18-ddee-48c5-a44e-79dbc281ffa7"},{"name":"suspended_credit_transactions","id":"21813ac3-7bc6-4e4d-91de-61024da2dbe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/suspended_credit_transactions","description":"<p>Return patient's suspended credit transactions balance from practice management systems.</p>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>patient id of office </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id of office </p>\n</blockquote>\n<h6 id=\"procedure_code-optional\">procedure_code <code>optional</code></h6>\n<blockquote>\n<p>procedure code </p>\n</blockquote>\n<h6 id=\"claim_sr_no-optional\">claim_sr_no <code>optional</code></h6>\n<blockquote>\n<p>claim serial number id </p>\n</blockquote>\n<h6 id=\"procedure_description-optional\">procedure_description <code>optional</code></h6>\n<blockquote>\n<p>procedure description </p>\n</blockquote>\n<h6 id=\"customer_id-optional\">customer_id <code>optional</code></h6>\n<blockquote>\n<p>customer id description </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"date_filter_on-optional\">date_filter_on <code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: transaction_entry_date or transaction_date(default) </p>\n</blockquote>\n<h6 id=\"transaction_sr_no-optional\">transaction_sr_no <code>optional</code></h6>\n<blockquote>\n<p>Transaction serial number from Practice management System </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"transaction_date\">transaction_date</h6>\n<blockquote>\n<p>format: yyyy-mm-dd, transaction date </p>\n</blockquote>\n<h6 id=\"transaction_sr_no-default\">transaction_sr_no <code>default</code></h6>\n<blockquote>\n<p>Transaction serial number from Practice management System </p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","suspended_credit_transactions"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"d94c0f68-7c64-40e2-a148-22e09184df4a","name":"suspended_credit_transactions","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/suspended_credit_transactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xxx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/suspended_credit_transactions?offset=0&limit=xx\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/suspended_credit_transactions?offset=0&limit=xx\",\n        \"next\": \"\",\n        \"last\": \"https://api.sikkasoft.com/v4/suspended_credit_transactions?offset=0&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/suspended_credit_transactions/{transaction_sr_no}\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/patients/{patient_id}\",\n            \"patient_id\": \"patient_id\",\n            \"guarantor_id\": \"guarantor_id\",\n            \"practice_id\": \"practice_id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/guarantors/{guarantor_id}\",\n            \"transaction_sr_no\": \"transaction_sr_no\",\n            \"transaction_date\": \"transaction_date\",\n            \"procedure_code\": \"procedure_code\",\n            \"procedure_description\": \"procedure_description\",\n            \"amount\": \"amount\",\n            \"transaction_entry_date\": \"transaction_entry_date\",\n            \"claim_sr_no\": \"claim_sr_no\",\n            \"claim_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/claims/{claim_sr_no}\",\n            \"created_by\": \"created_by\",\n            \"cust_id\": \"cust_id\",\n            \"do_not_bill_to_dental\": \"do_not_bill_to_dental\",\n            \"bank\": \"bank\"\n        }\n    ]\n}"}],"_postman_id":"21813ac3-7bc6-4e4d-91de-61024da2dbe9"},{"name":"preregistered_appointments","id":"3ddebff6-40ab-4ce7-b72b-01fb0e2e1df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/preregistered_appointments","description":"<p>Return incoming or referral patient information, before they are actually added as an official patient.</p>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>provider id of office </p>\n</blockquote>\n<h6 id=\"operatory-optional\">operatory <code>optional</code></h6>\n<blockquote>\n<p>operatory value </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"date_filter_on-optional\">date_filter_on <code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: next_appointment_date, appointment_made_date, confirmed_on_date, cancelled_date or appointment_date(default) </p>\n</blockquote>\n<h6 id=\"preregistration_id-optional\">preregistration_id <code>optional</code></h6>\n<blockquote>\n<p>preRegistration id </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"preregistration_id-default\">preregistration_id <code>default</code></h6>\n<blockquote>\n<p>preRegistration id </p>\n</blockquote>\n<h6 id=\"appointment_date\">appointment_date</h6>\n<blockquote>\n<p>format: yyyy-mm-dd, appoiment date </p>\n</blockquote>\n<h6 id=\"appointment_time\">appointment_time</h6>\n<blockquote>\n<p>appointment time </p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","preregistered_appointments"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"3ddae861-b49c-4d8e-9a3e-e3a0aec969c3","name":"preregistered_appointments","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/preregistered_appointments?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","preregistered_appointments"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xxx\",\r\n    \"execution_time\": \"xxx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/preregistered_appointments?offset=0&limit=xx\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/preregistered_appointments?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/preregistered_appointments?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/preregistered_appointments?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/preregistered_appointments/{preregistration_id}\",\r\n            \"provider_id\": \"{provider_id}\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/providers/{provider_id}\",\r\n            \"practice_id\": \"{practice_id}\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}\",\r\n            \"note\": \"note\",\r\n            \"operatory\": \"operatory\",\r\n            \"date\": \"appointment date\",\r\n            \"appointment_made_date\": \"appointment made date\",\r\n            \"confirmed_on_date\": \"confirmed on date\",\r\n            \"patient_name\": \"name of the patient\",\r\n            \"tooth_number\": \"tooth number\",\r\n            \"cust_id\": \"cust id\",\r\n            \"rowhash\": \"rowhash\",\r\n            \"preregistration_id\": \"{preregistration_id}\",\r\n            \"terminate_date\": \"terminate date\",\r\n            \"active_date\": \"active date\",\r\n            \"next_appointment_date\": \"next appointment date\",\r\n            \"next_appointment_location\": \"next appointment location\",\r\n            \"time_units\": \"time units\",\r\n            \"tooth_area\": \"tooth area\",\r\n            \"appointment_made_reason\": \"reason for appointment\",\r\n            \"cancelled_date\": \"cancelled date\",\r\n            \"cancellation_type\": \"cancellation type\",\r\n            \"cancelled_on_location\": \"cancelled on location\",\r\n            \"cancelled_on_workstation\": \"cancelled on workstation\",\r\n            \"needs_to_be_seen\": \"needs to be seen\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"3ddebff6-40ab-4ce7-b72b-01fb0e2e1df8"},{"name":"preregistered_patients","id":"286c6ad1-2dd5-4e95-b83e-217fdf18ee3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/preregistered_patients","description":"<p>Return incoming or referral patient information, before they are actually added as an official patient.</p>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"email-optional\">email <code>optional</code></h6>\n<blockquote>\n<p>Email id. </p>\n</blockquote>\n<h6 id=\"preregistration_id-optional\">preregistration_id <code>optional</code></h6>\n<blockquote>\n<p>Preregistration ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"firstname-optional\">firstname <code>optional</code></h6>\n<blockquote>\n<p>First name of patient </p>\n</blockquote>\n<h6 id=\"lastname-optional\">lastname <code>optional</code></h6>\n<blockquote>\n<p>Last name of patient </p>\n</blockquote>\n<h6 id=\"cell-optional\">cell <code>optional</code></h6>\n<blockquote>\n<p>Cell Number </p>\n</blockquote>\n<h6 id=\"search-optional\">search <code>optional</code></h6>\n<blockquote>\n<p>Search patient by firstname , lastname , email , city, state, zipcode, homephone, workphone, cell </p>\n</blockquote>\n<h6 id=\"phone-optional\">phone <code>optional</code></h6>\n<blockquote>\n<p>Phone Number </p>\n</blockquote>\n<h6 id=\"homephone-optional\">homephone <code>optional</code></h6>\n<blockquote>\n<p>Home phone Number </p>\n</blockquote>\n<h6 id=\"workphone-optional\">workphone <code>optional</code></h6>\n<blockquote>\n<p>Work phone Number </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"preregistration_id-default\">preregistration_id <code>default</code></h6>\n<blockquote>\n<p>Preregistration ID as per the practice management system. </p>\n</blockquote>\n<h6 id=\"firstname\">firstname</h6>\n<blockquote>\n<p>First Name as per the practice management system. </p>\n</blockquote>\n<h6 id=\"lastname\">lastname</h6>\n<blockquote>\n<p>Last Name as per the practice management system. </p>\n</blockquote>\n<h6 id=\"zipcode\">zipcode</h6>\n<blockquote>\n<p>Zip Code of patient.</p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","preregistered_patients"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"9fb12066-0346-4d39-94d1-f97ce4a6819c","name":"preregistered_patients","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/preregistered_patients?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","preregistered_patients"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xxx\",\r\n    \"execution_time\": \"xxx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/preregistered_patients?offset=0&limit=xx\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/preregistered_patients?offset=xxx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/preregistered_patients?offset=xxx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/preregistered_patients?offset=xxx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/preregistered_patients/{preregistration_id}\",\r\n            \"guarantor_id\": \"guarantor id\",\r\n            \"firstname\": \"first name\",\r\n            \"lastname\": \"last name\",\r\n            \"salutation\": \"salutation\",\r\n            \"birthdate\": \"date of birth\",\r\n            \"gender\": \"gender\",\r\n            \"address_line1\": \"address line1\",\r\n            \"address_line2\": \"address line2\",\r\n            \"city\": \"city\",\r\n            \"state\": \"state\",\r\n            \"zipcode\": \"zipcode\",\r\n            \"homephone\": \"homephone\",\r\n            \"workphone\": \"workphone\",\r\n            \"cell\": \"cell\",\r\n            \"email\": \"email\",\r\n            \"practice_id\": \"{practice_id}\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}\",\r\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/{practice_id}/guarantors/\",\r\n            \"primary_relationship\": \"primary relationship\",\r\n            \"guarantor_first_name\": \"guarantor first name\",\r\n            \"guarantor_last_name\": \"guarantor last name\",\r\n            \"primary_insurance\": \"primary insurance\",\r\n            \"other_phone\": \"other phone\",\r\n            \"cust_id\": \"cust id\",\r\n            \"fax\": \"fax\",\r\n            \"deductible\": \"deductible\",\r\n            \"comments\": \"comments/notes\",            \r\n            \"chart_number\": \"chart number\",\r\n            \"preregistration_id\": \"{preregistration_id}\",\r\n            \"original_contact_date\": \"original contact date\",\r\n            \"source_of_contact\": \"source of contact\",\r\n            \"general_dentist_firstname\": \"general dentist firstname\",\r\n            \"general_dentist_lastname\": \"general dentist lastname\",\r\n            \"referrer_firstname\": \"referrer firstname\",\r\n            \"referrer_lastname\": \"referrer lastname\",\r\n            \"level_of_discomfort\": \"level of discomfort\",\r\n            \"discomfort_days\": \"discomfort days\",\r\n            \"premedicate\": \"premedicate\",\r\n            \"reason_to_premedicate\": \"reason to premedicate\",\r\n            \"latex_allergy\": \"latex allergy\",\r\n            \"service\": \"service\",\r\n            \"requested_provider\": \"requested provider id\",\r\n            \"primary_insurance_employer\": \"primary insurance employer\",\r\n            \"primary_insurance_employee_lastname\": \"primary insurance employee lastname\",\r\n            \"primary_insurance_employee_firstname\": \"primary insurance employee firstname\",\r\n            \"primary_insurance_subscriber_id\": \"primary insurance subscriber id\",\r\n            \"benefits\": \"benefits\",\r\n            \"group_number\": \"group number\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"286c6ad1-2dd5-4e95-b83e-217fdf18ee3a"},{"name":"guarantor_patient_mapping","id":"3d31da06-326a-4a5b-816f-bceba37ad9c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/guarantor_patient_mapping","description":"<p>Returns guarantors details associated with patient</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h5 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h5>\n<blockquote>\n<p>Guarantor id as per practice management systems </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h5 id=\"guarantor_id-default\">guarantor_id <code>default</code></h5>\n<blockquote>\n<p>Guarantor id as per practice management systems </p>\n</blockquote>\n<h5 id=\"firstname-or-first_name\">firstname OR first_name</h5>\n<blockquote>\n<p>First name of patient, provider or guarantor </p>\n</blockquote>\n<h5 id=\"lastname-or-last_name\">lastname OR last_name</h5>\n<blockquote>\n<p>Last name of patient, provider or guarantor </p>\n</blockquote>\n<h5 id=\"zipcode\">zipcode</h5>\n<blockquote>\n<p>Zipcode</p>\n</blockquote>\n<h5 id=\"rowhash\">rowhash</h5>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","guarantor_patient_mapping"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"60cf0917-37a6-4e0f-877d-c40eb69a358e","name":"guarantor_patient_mapping","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/guarantor_patient_mapping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"offset\": \"xx\",\r\n  \"limit\": \"xx\",\r\n  \"total_count\": \"xx\",\r\n  \"execution_time\": \"xx\",\r\n  \"pagination\": {\r\n    \"first\": \"https://api.sikkasoft.com/v4/guarantor_patient_mapping?offset=xx&limit=xx\",\r\n    \"previous\": \"\",\r\n    \"current\": \"https://api.sikkasoft.com/v4/guarantor_patient_mapping?offset=xx&limit=xx\",\r\n    \"next\": \"\",\r\n    \"last\": \"https://api.sikkasoft.com/v4/guarantor_patient_mapping?offset=xx&limit=xx\"\r\n  },\r\n  \"items\": [\r\n    {\r\n    \"href\": \"href\",\r\n    \"patient_href\": \"patient href\",\r\n    \"patient_id\": \"patient id\",\r\n    \"guarantor_id\": \"guarantor id\",\r\n    \"firstname\": \"firstname\",\r\n    \"middlename\": \"middlename\",\r\n    \"lastname\": \"lastname\",\r\n    \"salutation\": \"salutation\",\r\n    \"birthdate\": \"birthdate\",\r\n    \"status\": \"status\",\r\n    \"address_line1\": \"address line1\",\r\n    \"city\": \"city\",\r\n    \"state\": \"state\",\r\n    \"zipcode\": \"zipcode\",\r\n    \"workphone\": \"workphone\",\r\n    \"cell\": \"cell\",\r\n    \"email\": \"email\",\r\n    \"employer_id\": \"employer id\",\r\n    \"employer_href\": \"employer href\",\r\n    \"practice_id\": \"practice id\",\r\n    \"practice_href\": \"practice href\",\r\n    \"guarantor_href\": \"guarantor href\",\r\n    \"suspended_date\": \"suspended date\",\r\n    \"phone\": \"phone\"\r\n}\r\n  ]\r\n}"},{"id":"c504f863-9749-4049-ab4c-63b879f1f9d7","name":"guarantor_patient_mapping?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/guarantor_patient_mapping?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","guarantor_patient_mapping"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/guarantor_patient_mapping?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/guarantor_patient_mapping?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/guarantor_patient_mapping?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/guarantor_patient_mapping?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantor_patient_mapping/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"guarantor_id\": \"guarantor id\",\r\n            \"firstname\": \"firstname\",\r\n            \"middlename\": \"middlename\",\r\n            \"lastname\": \"lastname\",\r\n            \"preferred_name\": \"preferred name\",\r\n            \"salutation\": \"salutation\",\r\n            \"birthdate\": \"birthdate\",\r\n            \"status\": \"status\",\r\n            \"address_line1\": \"address line1\",\r\n            \"address_line2\": \"address line2\",\r\n            \"city\": \"city\",\r\n            \"state\": \"state\",\r\n            \"zipcode\": \"zipcode\",\r\n            \"workphone\": \"workphone\",\r\n            \"cell\": \"cell\",\r\n            \"email\": \"email\",\r\n            \"employer_id\": \"employer id\",\r\n            \"employer_href\": \"\",\r\n            \"billing_type\": \"billing type\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors/xxxx\",\r\n            \"country\": \"country\",\r\n            \"preferred_contact\": \"preferred contact\",\r\n            \"suspended_date\": \"suspended date\",\r\n            \"guarantor_class\": \"guarantor class\",\r\n            \"phone\": \"phone\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"3d31da06-326a-4a5b-816f-bceba37ad9c1"},{"name":"patient_addresses","id":"23998fcc-c429-43a7-814d-ca5809a82399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_addresses","description":"<p>Returns patient address details</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"patient_id-optional\">patient_id <code>optional</code></h4>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h4 id=\"practice_id-optional\">practice_id <code>optional</code></h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"patient_id-default\">patient_id <code>default</code></h4>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h4 id=\"practice_id\">practice_id</h4>\n<blockquote>\n<p>Practice ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient_addresses"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"89510e8b-ece3-43fc-961c-b9b786f19149","name":"patient_addresses","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"offset\": \"xx\",\r\n  \"limit\": \"xx\",\r\n  \"total_count\": \"xx\",\r\n  \"execution_time\": \"xx\",\r\n  \"pagination\": {\r\n    \"first\": \"https://api.sikkasoft.com/v4/patient_addresses?offset=xx&limit=xx\",\r\n    \"previous\": \"\",\r\n    \"current\": \"https://api.sikkasoft.com/v4/patient_addresses?offset=xx&limit=xx\",\r\n    \"next\": \"https://api.sikkasoft.com/v4/patient_addresses?offset=xx&limit=xx\",\r\n    \"last\": \"https://api.sikkasoft.com/v4/patient_addresses?offset=xx&limit=xx\"\r\n  },\r\n  \"items\": [\r\n    {\r\n      \"href\": \"https://api.sikkasoft.com/v4/practices/xx/patient_addresses/xxxx\",\r\n      \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xx/patients/xxx\",\r\n      \"patient_id\": \"patient id\",\r\n      \"address_line1\": \"address line1\",\r\n      \"address_line2\": \"address line2\",\r\n      \"city\": \"city\",\r\n      \"state\": \"state\",\r\n      \"zipcode\": \"zipcode\",\r\n      \"practice_id\": \"practice id\",\r\n      \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\"\r\n    }\r\n    \r\n  ]\r\n}"},{"id":"ff53b678-85ea-49d7-a32f-41220be80589","name":"patient_addresses?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/patient_addresses?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","patient_addresses"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/patient_addresses?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/patient_addresses?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/patient_addresses?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/patient_addresses?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patient_addresses/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"address_line1\": \"address line1\",\r\n            \"address_line2\": \"address line2\",\r\n            \"city\": \"city\",\r\n            \"state\": \"state\",\r\n            \"zipcode\": \"zipcode\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"rank\": \"rank\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"23998fcc-c429-43a7-814d-ca5809a82399"},{"name":"patient_charts","id":"e34933c7-81bc-42d5-a108-a0fbc3ceb3e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_charts","description":"<p>Returns patient charts details with surface, chart date and tooth number.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"patient_id-optional\">patient_id <code>optional</code></h4>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h4 id=\"practice_id-optional\">practice_id <code>optional</code></h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h4 id=\"date-optional\">date <code>optional</code></h4>\n<blockquote>\n<p>Filter on date field, format: yyyy-mm-dd </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"patient_id-default\">patient_id <code>default</code></h4>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h4 id=\"practice_id\">practice_id</h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h4 id=\"date-or-chart_date\">date OR chart_date</h4>\n<blockquote>\n<p>Filter on date field, format: yyyy-mm-dd</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient_charts"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"63b93103-065d-4a97-a1b1-ef2859178f89","name":"patient_charts","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_charts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"offset\": \"xx\",\r\n  \"limit\": \"xx\",\r\n  \"total_count\": \"xxxx\",\r\n  \"execution_time\": \"xxx\",\r\n  \"pagination\": {\r\n    \"first\": \"https://api.sikkasoft.com/v4/patient_charts?offset=xx&limit=xx\",\r\n    \"previous\": \"\",\r\n    \"current\": \"https://api.sikkasoft.com/v4/patient_charts?offset=xx&limit=xx\",\r\n    \"next\": \"https://api.sikkasoft.com/v4/patient_charts?offset=xx&limit=xx\",\r\n    \"last\": \"https://api.sikkasoft.com/v4/patient_charts?offset=xx&limit=xx\"\r\n  },\r\n  \"items\": [\r\n    {\r\n      \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patient_charts/xxx\",\r\n      \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxx\",\r\n      \"patient_id\": \"patient id\",\r\n      \"practice_id\": \"practice id\",\r\n      \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n      \"surface\": \"surface\",\r\n      \"description\": \"description\",\r\n      \"type\": \"type\",\r\n      \"tooth_number\": \"tooth number\",\r\n      \"chart_date\": \"chart date\"\r\n},\r\n{\r\n      \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patient_charts/xxx\",\r\n      \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxx\",\r\n      \"patient_id\": \"patient id\",\r\n      \"practice_id\": \"practice id\",\r\n      \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n      \"surface\": \"surface\",\r\n      \"description\": \"description\",\r\n      \"type\": \"type\",\r\n      \"tooth_number\": \"tooth number\",\r\n      \"chart_date\": \"chart date\"\r\n}\r\n  ]\r\n}"},{"id":"2a128ad7-6b68-4543-929e-268e62834165","name":"patient_charts?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/patient_charts?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","patient_charts"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/patient_charts?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/patient_charts?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/patient_charts?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/patient_charts?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patient_charts/xxxx\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\r\n            \"patient_id\": \"patient id\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"surface\": \"surface\",\r\n            \"description\": \"description\",\r\n            \"type\": \"type\",\r\n            \"tooth_number\": \"tooth number\",\r\n            \"chart_date\": \"chart date\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"e34933c7-81bc-42d5-a108-a0fbc3ceb3e2"},{"name":"many_guarantors_one_patient","id":"92b50c05-0517-4e0a-8214-86a58c30f4d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/many_guarantors_one_patient","description":"<p>Returns guarantors details associated with patient</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"patient_id-optional\">patient_id <code>optional</code></h4>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h4 id=\"practice_id-optional\">practice_id <code>optional</code></h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h4 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h4>\n<blockquote>\n<p>Guarantor id as per practice management systems </p>\n</blockquote>\n<h4 id=\"cell-optional\">cell <code>optional</code></h4>\n<blockquote>\n<p>Cell Number </p>\n</blockquote>\n<h4 id=\"phone-optional\">phone <code>optional</code></h4>\n<blockquote>\n<p>Phone Number </p>\n</blockquote>\n<h4 id=\"email-optional\">email <code>optional</code></h4>\n<blockquote>\n<p>Email ID </p>\n</blockquote>\n<h4 id=\"firstname-optional\">firstname <code>optional</code></h4>\n<blockquote>\n<p>First name of patient, provider or guarantor </p>\n</blockquote>\n<h4 id=\"lastname-optional\">lastname <code>optional</code></h4>\n<blockquote>\n<p>Last name of patient, provider or guarantor </p>\n</blockquote>\n<h4 id=\"workphone-optional\">workphone <code>optional</code></h4>\n<blockquote>\n<p>Work phone number </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"patient_id-default\">patient_id <code>default</code></h4>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h4 id=\"practice_id\">practice_id</h4>\n<blockquote>\n<p>Practice ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","many_guarantors_one_patient"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"fbec6518-d56b-4ffd-b6a7-ba7f06d58e65","name":"many_guarantors_one_patient","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/many_guarantors_one_patient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xxxx\",\n    \"execution_time\": \"xxxx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/many_guarantors_one_patient?offset=xx&limit=xx\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/many_guarantors_one_patient?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/many_guarantors_one_patient?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/many_guarantors_one_patient?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxx/many_guarantors_one_patient/xxx\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxx/patients/xxx\",\n            \"patient_id\": \"patient id\",\n            \"guarantor_id\": \"guarantor id\",\n            \"firstname\": \"firstname\",\n            \"middlename\": \"middlename\",\n            \"lastname\": \"lastname\",\n            \"salutation\": \"salutation\",\n            \"birthdate\": \"birthdate\",\n            \"gender\": \"gender\",\n            \"address_line1\": \"address line1\",\n            \"address_line2\": \"address line2\",\n            \"city\": \"city\",\n            \"state\": \"state\",\n            \"zipcode\": \"zipcode\",\n            \"workphone\": \"workphone\",\n            \"cell\": \"cell\",\n            \"email\": \"email\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxx\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxx/guarantors/xxx\",\n            \"country\": \"country\",\n            \"marital_status\": \"marital status\",\n            \"phone\": \"phone\",\n            \"fax\": \"fax\",\n            \"otherphone\": \"otherphone\",\n            \"ext\": \"ext\",\n            \"relationship\": \"relationship\",\n            \"guarantor_bill_type\": \"guarantor bill type\",\n            \"guarantor_bill_type_description\": \"guarantor bill type description\"\n        }\n    ]\n}"},{"id":"9bae5f9d-17da-45c9-b62f-965f9b41e3c7","name":"many_guarantors_one_patient?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/many_guarantors_one_patient?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","many_guarantors_one_patient"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/many_guarantors_one_patient?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/many_guarantors_one_patient?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/many_guarantors_one_patient?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/many_guarantors_one_patient?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/many_guarantors_one_patient/xxxx\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\n            \"patient_id\": \"patient id\",\n            \"guarantor_id\": \"guarantor id\",\n            \"firstname\": \"firstname\",\n            \"middlename\": \"middlename\",\n            \"lastname\": \"lastname\",\n            \"salutation\": \"salutation\",\n            \"birthdate\": \"birthdate\",\n            \"gender\": \"gender\",\n            \"address_line1\": \"address line1\",\n            \"address_line2\": \"address line2\",\n            \"city\": \"city\",\n            \"state\": \"state\",\n            \"zipcode\": \"zipcode\",\n            \"workphone\": \"workphone\",\n            \"cell\": \"cell\",\n            \"email\": \"email\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/guarantors/xxxx\",\n            \"country\": \"country\",\n            \"marital_status\": \"marital status\",\n            \"phone\": \"phone\",\n            \"fax\": \"fax\",\n            \"otherphone\": \"otherphone\",\n            \"ext\": \"ext\",\n            \"relationship\": \"relationship\",\n            \"guarantor_bill_type\": \"guarantor bill type\",\n            \"guarantor_bill_type_description\": \"guarantor bill type description\",\n            \"guarantor_is_send_statements\": \"guarantor is send statements\",\n            \"guarantor_no_email_statements\": \"guarantor no email statements\"\n        }\n    ]\n}"}],"_postman_id":"92b50c05-0517-4e0a-8214-86a58c30f4d2"},{"name":"provider_mapping","id":"ebfa354c-1edc-434d-8921-340996cebbcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/provider_mapping","description":"<p>Returns provider mapping</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"provider_id-optional\">provider_id <code>optional</code></h4>\n<blockquote>\n<p>Provider ID as per the management system </p>\n</blockquote>\n<h4 id=\"practice_id-optional\">practice_id <code>optional</code></h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"practice_id\">practice_id</h4>\n<blockquote>\n<p>Practice ID</p>\n</blockquote>\n<h4 id=\"provider_id-default\">provider_id <code>default</code></h4>\n<blockquote>\n<p>Provider ID as per the management system</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","provider_mapping"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"746593e0-81a1-4815-b466-5ffa9a29342c","name":"provider_mapping","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/provider_mapping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"offset\": \"xx\",\r\n  \"limit\": \"xx\",\r\n  \"total_count\": \"xx\",\r\n  \"execution_time\": \"xx\",\r\n  \"pagination\": {\r\n    \"first\": \"https://api.sikkasoft.com/v4/provider_mapping?offset=xx&limit=xx\",\r\n    \"previous\": \"\",\r\n    \"current\": \"https://api.sikkasoft.com/v4/provider_mapping?offset=xx&limit=xx\",\r\n    \"next\": \"https://api.sikkasoft.com/v4/provider_mapping?offset=xx&limit=xx\",\r\n    \"last\": \"https://api.sikkasoft.com/v4/provider_mapping?offset=xx&limit=xx\"\r\n  },\r\n  \"items\": [\r\n    {\r\n      \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/provider_mapping/xxxx\",\r\n      \"provider_id\": \"provider id\",\r\n      \"practice_id\": \"practice id\",\r\n      \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n      \"description\": \"description\",\r\n      \"name\": \"name\",\r\n      \"cust_id\": \"cust id\",\r\n      \"title\": \"title\",\r\n      \"assign_to_provider\": \"assign to provider\",\r\n      \"selected\": \"selected\",\r\n      \"display_name\": \"display name\",\r\n      \"active\": \"active\"\r\n\t\t}\r\n  ]\r\n}"},{"id":"13e64a8e-d866-4489-a5f3-f46ae5f2a3a6","name":"provider_mapping?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/provider_mapping?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","provider_mapping"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/provider_mapping?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/provider_mapping?offset=xx&limit=xx\",\r\n        \"next\": \"next\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/provider_mapping?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/provider_mapping/xxxx\",\r\n            \"provider_id\": \"provider id\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"description\": \"description\",\r\n            \"name\": \"name\",\r\n            \"cust_id\": \"cust id\",\r\n            \"title\": \"title\",\r\n            \"assign_to_provider\": \"assign to provider\",\r\n            \"selected\": \"selected\",\r\n            \"display_name\": \"display name\",\r\n            \"active\": \"active\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"ebfa354c-1edc-434d-8921-340996cebbcc"},{"name":"authorized_practices","id":"e6385d30-cfdc-43fb-ab01-6b592c047173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/authorized_practices","description":"<p>Return your authorized practices with Sikka practice utility last refresh and data insert time.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"practice_management_system_refresh_date_time_zone-optional\">practice_management_system_refresh_date_time_zone <code>optional</code></h4>\n<blockquote>\n<p>Practice management system refresh date time zone </p>\n</blockquote>\n<h4 id=\"show-optional\">show <code>optional</code></h4>\n<blockquote>\n<p>value should be 'all'. API returns by default practice id 1. you can get all practices using this parameter.</p>\n</blockquote>\n<h4 id=\"practice_id-optional\">practice_id <code>optional</code></h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h4 id=\"practice_name-optional\">practice_name <code>optional</code></h4>\n<blockquote>\n<p>Practice name </p>\n</blockquote>\n<h4 id=\"practice_management_system-optional\">practice_management_system <code>optional</code></h4>\n<blockquote>\n<p>Practice management system </p>\n</blockquote>\n<h4 id=\"practice_management_system_version-optional\">practice_management_system_version <code>optional</code></h4>\n<blockquote>\n<p>Practice management system version </p>\n</blockquote>\n<h4 id=\"financial_system-optional\">financial_system <code>optional</code></h4>\n<blockquote>\n<p>Financial system </p>\n</blockquote>\n<h4 id=\"financial_system_version-optional\">financial_system_version <code>optional</code></h4>\n<blockquote>\n<p>Financial system version </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"office_id-default\">office_id <code>default</code></h4>\n<blockquote>\n<p>Office ID </p>\n</blockquote>\n<h4 id=\"practice_id-default\">practice_id <code>default</code></h4>\n<blockquote>\n<p>Practice ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","authorized_practices"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"ce3b31eb-910f-4fc7-bece-bb8e3548fd19","name":"authorized_practices","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/authorized_practices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"offset\": \"xx\",\r\n  \"limit\": \"xx\",\r\n  \"total_count\": \"xx\",\r\n  \"execution_time\": \"xx\",\r\n  \"pagination\": {\r\n    \"first\": \"https://api.sikkasoft.com/v4/authorized_practices?offset=xx&limit=xx\",\r\n    \"previous\": \"\",\r\n    \"current\": \"https://api.sikkasoft.com/v4/authorized_practices?offset=xx&limit=xx\",\r\n    \"next\": \"https://api.sikkasoft.com/v4/authorized_practices?offset=xx&limit=xx\",\r\n    \"last\": \"https://api.sikkasoft.com/v4/authorized_practices?offset=xx&limit=xx\"\r\n  },\r\n  \"items\": [\r\n    {\r\n      \"href\": \"https://api.sikkasoft.com/v4/authorized_practices/xxxx\",\r\n      \"city\": \"city\",\r\n      \"state\": \"state\",\r\n      \"practice_id\": \"practice id\",\r\n      \"address\": \"address\",\r\n      \"zip\": \"zip\",\r\n      \"office_id\": \"office id\",\r\n      \"domain\": \"domain\",\r\n      \"secret_key\": \"secret key\",\r\n      \"practice_name\": \"practice name\",\r\n      \"practice_management_system\": \"practice management system\",\r\n      \"financial_system\": \"financial system\",\r\n      \"practice_management_system_refresh_date\": \"practice management system refresh date\",\r\n      \"data_synchronization_date\": \"data synchronization date\",\r\n      \"data_insert_date\": \"data insert date\",\r\n      \"practice_management_system_version\": \"practice management system version\",\r\n      \"practice_management_system_refresh_date_time_zone\": \"practice management system refresh date time zone\",\r\n      \"partner_id\": \"partner id\",\r\n      \"financial_system_refresh_date\": \"financial system refresh date\",\r\n      \"financial_system_version\": \"financial system version\",\r\n      \"difference_in_minutes\": \"difference in minutes\"\r\n}\r\n  ]\r\n}"},{"id":"9bf43424-b014-4c73-b2d6-baee452f2251","name":"authorized_practices?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/authorized_practices?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","authorized_practices"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/authorized_practices?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/authorized_practices?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/authorized_practices?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/authorized_practices?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/authorized_practices/xxxx\",\r\n            \"city\": \"city\",\r\n            \"state\": \"state\",\r\n            \"practice_id\": \"practice id\",\r\n            \"address\": \"address\",\r\n            \"zip\": \"zip\",\r\n            \"office_id\": \"office id\",\r\n            \"domain\": \"domain\",\r\n            \"secret_key\": \"secret key\",\r\n            \"practice_name\": \"practice name\",\r\n            \"practice_management_system\": \"practice management system\",\r\n            \"financial_system\": \"financial system\",\r\n            \"practice_management_system_refresh_date\": \"practice management system refresh date\",\r\n            \"data_synchronization_date\": \"data synchronization date\",\r\n            \"data_insert_date\": \"data insert date\",\r\n            \"practice_management_system_version\": \"practice management system version\",\r\n            \"practice_management_system_refresh_date_time_zone\": \"practice management system refresh date time zone\",\r\n            \"partner_id\": \"partner id\",\r\n            \"financial_system_refresh_date\": \"financial system refresh date\",\r\n            \"financial_system_version\": \"financial system version\",\r\n            \"difference_in_minutes\": \"difference in minutes\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"e6385d30-cfdc-43fb-ab01-6b592c047173"},{"name":"applications","id":"3ea74ba0-e640-4521-a4ca-e7086b2fea3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/applications","description":"<p>Returns your application details.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"app_id-required\">app_id <code>required</code></h4>\n<blockquote>\n<p>This is the ID assigned to the application when the application is registered on API portal </p>\n</blockquote>\n<h4 id=\"app_key-required\">app_key <code>required</code></h4>\n<blockquote>\n<p>This is the unique key generated when the application is registered on API portal</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","applications"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"261db9a8-a166-49ca-9946-aeb33d1a58d9","name":"applications","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/applications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/applications?offset=xx&limit=xx\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/applications?offset=xx&limit=xx\",\n        \"next\": \"\",\n        \"last\": \"https://api.sikkasoft.com/v4/applications?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"status\": \"status\",\n            \"scope\": \"scope\",\n            \"description\": \"description\",\n            \"name\": \"name\",\n            \"website\": \"website\",\n            \"expiry_date\": \"expiry date\",\n            \"app_id\": \"app id\",\n            \"registration_date\": \"registration date\",\n            \"activation_date\": \"activation date\",\n            \"parent_master_customer_id\": \"parent master customer id\",\n            \"logo\": \"logo\",\n            \"developers\": [\n                {\n                    \"user_name\": \"user name\",\n                    \"developer_id\": \"developer id\",\n                    \"registration_date\": \"registration date\",\n                    \"status\": \"status\",\n                    \"name\": \"name\",\n                    \"address_line1\": \"address line1\",\n                    \"address_line2\": \"address line2\",\n                    \"phone\": \"phone\",\n                    \"cell\": \"cell\",\n                    \"city\": \"city\",\n                    \"state\": \"state\",\n                    \"country\": \"country\",\n                    \"zipcode\": \"zipcode\",\n                    \"user_type\": \"user type\",\n                    \"parent_developer_id\": \"parent developer id\"\n                },\n                {\n                    \"user_name\": \"user name\",\n                    \"developer_id\": \"developer id\",\n                    \"registration_date\": \"registration date\",\n                    \"status\": \"status\",\n                    \"name\": \"name\",\n                    \"address_line1\": \"address line1\",\n                    \"address_line2\": \"address line2\",\n                    \"phone\": \"phone\",\n                    \"cell\": \"cell\",\n                    \"city\": \"city\",\n                    \"state\": \"state\",\n                    \"country\": \"country\",\n                    \"zipcode\": \"zipcode\",\n                    \"user_type\": \"user type\",\n                    \"parent_developer_id\": \"parent developer id\"\n                },\n                {\n                    \"user_name\": \"user name\",\n                    \"developer_id\": \"developer id\",\n                    \"registration_date\": \"registration date\",\n                    \"status\": \"status\",\n                    \"name\": \"name\",\n                    \"address_line1\": \"address line1\",\n                    \"address_line2\": \"address line2\",\n                    \"phone\": \"phone\",\n                    \"cell\": \"cell\",\n                    \"city\": \"city\",\n                    \"state\": \"state\",\n                    \"country\": \"country\",\n                    \"zipcode\": \"zipcode\",\n                    \"user_type\": \"user type\",\n                    \"parent_developer_id\": \"parent developer id\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"578d6539-2914-4679-bbbb-db15329af6b3","name":"applications?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/applications?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","applications"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/applications?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/applications?offset=xx&limit=xx\",\n        \"next\": \"next\",\n        \"last\": \"https://api.sikkasoft.com/v4/applications?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"status\": \"status\",\n            \"scope\": \"scope\",\n            \"description\": \"description\",\n            \"name\": \"name\",\n            \"website\": \"https://api.sikkasoft.com\",\n            \"expiry_date\": \"expiry date\",\n            \"app_id\": \"app id\",\n            \"registration_date\": \"registration date\",\n            \"activation_date\": \"activation date\",\n            \"parent_master_customer_id\": \"parent master customer id\",\n            \"logo\": \"https://centraldata.s3.amazonaws.com/images/api_partner_logos/xxxx\",\n            \"developers\": [\n                {\n                    \"user_name\": \"user name\",\n                    \"developer_id\": \"developer id\",\n                    \"registration_date\": \"registration date\",\n                    \"status\": \"status\",\n                    \"name\": \"name\",\n                    \"address_line1\": \"address line1\",\n                    \"address_line2\": \"address line2\",\n                    \"phone\": \"phone\",\n                    \"cell\": \"cell\",\n                    \"city\": \"city\",\n                    \"state\": \"state\",\n                    \"country\": \"country\",\n                    \"zipcode\": \"zipcode\",\n                    \"user_type\": \"user type\",\n                    \"parent_developer_id\": \"parent developer id\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"3ea74ba0-e640-4521-a4ca-e7086b2fea3d"},{"name":"animal_vital_signs","id":"a5d54b8f-be66-460b-b6b3-d6469078477f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/animal_vital_signs","description":"<p>Returns vital signs details of pat. This API is for veterinary practices.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"patient_id-optional\">patient_id <code>optional</code></h4>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h4 id=\"date-optional\">date <code>optional</code></h4>\n<blockquote>\n<p>Filter on date field, format: yyyy-mm-dd </p>\n</blockquote>\n<h4 id=\"vital_sign_name-optional\">vital_sign_name <code>optional</code></h4>\n<blockquote>\n<p>Vital sign name </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"patient_id-default\">patient_id <code>default</code></h4>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h4 id=\"date\">date</h4>\n<blockquote>\n<p>Sorting on date field, format: yyyy-mm-dd </p>\n</blockquote>\n<h4 id=\"practice_id\">practice_id</h4>\n<blockquote>\n<p>Practice ID as per the management system</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","animal_vital_signs"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"87b2c903-548d-46d5-971a-93df67a2cbb2","name":"animal_vital_signs","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/animal_vital_signs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"xx\",\n  \"limit\": \"xx\",\n  \"total_count\": \"xx\",\n  \"execution_time\": \"xx\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/animal_vital_signs?offset=xx&limit=xx\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/animal_vital_signs?offset=xx&limit=xx\",\n    \"next\": \"https://api.sikkasoft.com/v4/animal_vital_signs?offset=xx&limit=xx\",\n    \"last\": \"https://api.sikkasoft.com/v4/animal_vital_signs?offset=xx&limit=xx\"\n  },\n  \"items\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/###/animal_vital_signs/###\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/###/patients/###\",\n    \"patient_id\": \"patient id\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/###\",\n    \"date\": \"date\",\n    \"vital_sign_name\": \"vital sign name\",\n    \"vital_sign_value\": \"vital sign value\",\n    \"vital_sign_status\": \"vital sign status\",\n    \"comments\": \"comments\",\n    \"vital_sign_unit\": \"vital sign unit\"\n},{\n    \"href\": \"https://api.sikkasoft.com/v4/practices/###/animal_vital_signs/###\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/###/patients/###\",\n    \"patient_id\": \"patient id\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/###\",\n    \"date\": \"date\",\n    \"vital_sign_name\": \"vital sign name\",\n    \"vital_sign_value\": \"vital sign value\",\n    \"vital_sign_status\": \"vital sign status\",\n    \"comments\": \"comments\",\n    \"vital_sign_unit\": \"vital sign unit\"\n}\n   \n  ]\n}"},{"id":"1280018f-b68b-4ee1-93d1-dd4b669e60ee","name":"animal_vital_signs?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/animal_vital_signs?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","animal_vital_signs"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/animal_vital_signs?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/animal_vital_signs?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/animal_vital_signs?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/animal_vital_signs?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/animal_vital_signs/xxxx\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/patients/xxxx\",\n            \"patient_id\": \"patient id\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"date\": \"date\",\n            \"vital_sign_name\": \"vital sign name\",\n            \"vital_sign_value\": \"vital sign value\",\n            \"vital_sign_status\": \"vital sign status\",\n            \"comments\": \"comments\",\n            \"vital_sign_unit\": \"vital sign unit\"\n        }\n    ]\n}"}],"_postman_id":"a5d54b8f-be66-460b-b6b3-d6469078477f"},{"name":"practice_schedule","id":"517d3041-3e21-40df-b3d8-9bdda5d1abb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/practice_schedule","description":"<p>Returns practice schedule details.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"resource_id-optional\">resource_id <code>optional</code></h4>\n<blockquote>\n<p>it can be practice_id , operatory id , provider_id </p>\n</blockquote>\n<h4 id=\"resource_type-optional\">resource_type <code>optional</code></h4>\n<blockquote>\n<p>Resource type </p>\n</blockquote>\n<h4 id=\"date-optional\">date <code>optional</code></h4>\n<blockquote>\n<p>\"date\" field in the response contains the start date for a week </p>\n</blockquote>\n<h4 id=\"resource_type_id-optional\">resource_type_id <code>optional</code></h4>\n<blockquote>\n<p>Resource Type ID </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"resource_id-default\">resource_id <code>default</code></h4>\n<blockquote>\n<p>it can be practice_id , operatory id , provider_id </p>\n</blockquote>\n<h4 id=\"practice_id\">practice_id</h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h4 id=\"date\">date</h4>\n<blockquote>\n<p>\"date\" field in the response contains the start date for a week </p>\n</blockquote>\n<h4 id=\"resource_type\">resource_type</h4>\n<blockquote>\n<p>Resource type</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","practice_schedule"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"5d1d6602-0089-46f9-bdfb-32067eec30e1","name":"practice_schedule","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/practice_schedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"##\",\n  \"limit\": \"##\",\n  \"total_count\": \"##\",\n  \"execution_time\": \"##\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/practice_schedule?offset=##&limit=##\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/practice_schedule?offset=##&limit=##\",\n    \"next\": \"\",\n    \"last\": \"https://api.sikkasoft.com/v4/practice_schedule?offset=##&limit=##\"\n  },\n  \"items\": [\n        {\n        \"href\": \"https://api.sikkasoft.com/v4/practices/##/practice_schedule/##\",\n        \"practice_id\": \"practice id\",\n        \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n        \"date\": \"date\",\n        \"cust_id\": \"cust id\",\n        \"resource_type\": \"resource type\",\n        \"resource_id\": \"resource id\"\n      },\n      {\n          \"href\": \"https://api.sikkasoft.com/v4/practices/##/practice_schedule/##\",\n          \"practice_id\": \"practice id\",\n          \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n          \"date\": \"date\",\n          \"cust_id\": \"cust id\",\n          \"resource_type\": \"resource type\",\n          \"resource_id\": \"resource id\"\n      }\n  ]\n}"},{"id":"233e6116-3471-4ad4-94d6-642cb9841fd6","name":"practice_schedule?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/practice_schedule?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","practice_schedule"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/practice_schedule?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/practice_schedule?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/practice_schedule?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/practice_schedule?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/practice_schedule/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"date\": \"date\",\n            \"cust_id\": \"cust id\",\n            \"resource_type\": \"resource type\",\n            \"resource_id\": \"resource id\",\n            \"sunday_start_1\": \"sunday start 1\",\n            \"sunday_end_1\": \"sunday end 1\",\n            \"sunday_start_2\": \"sunday start 2\",\n            \"sunday_end_2\": \"sunday end 2\",\n            \"sunday_start_3\": \"sunday start 3\",\n            \"sunday_end_3\": \"sunday end 3\",\n            \"monday_start_1\": \"monday start 1\",\n            \"monday_end_1\": \"monday end 1\",\n            \"monday_start_2\": \"monday start 2\",\n            \"monday_end_2\": \"monday end 2\",\n            \"monday_start_3\": \"monday start 3\",\n            \"monday_end_3\": \"monday end 3\",\n            \"tuesday_start_1\": \"tuesday start 1\",\n            \"tuesday_end_1\": \"tuesday end 1\",\n            \"tuesday_start_2\": \"tuesday start 2\",\n            \"tuesday_end_2\": \"tuesday end 2\",\n            \"tuesday_start_3\": \"tuesday start 3\",\n            \"tuesday_end_3\": \"tuesday end 3\",\n            \"wednesday_start_1\": \"wednesday start 1\",\n            \"wednesday_end_1\": \"wednesday end 1\",\n            \"wednesday_start_2\": \"wednesday start 2\",\n            \"wednesday_end_2\": \"wednesday end 2\",\n            \"wednesday_start_3\": \"wednesday start 3\",\n            \"wednesday_end_3\": \"wednesday end 3\",\n            \"thursday_start_1\": \"thursday start 1\",\n            \"thursday_end_1\": \"thursday end 1\",\n            \"thursday_start_2\": \"thursday start 2\",\n            \"thursday_end_2\": \"thursday end 2\",\n            \"thursday_start_3\": \"thursday start 3\",\n            \"thursday_end_3\": \"thursday end 3\",\n            \"friday_start_1\": \"friday start 1\",\n            \"friday_end_1\": \"friday end 1\",\n            \"friday_start_2\": \"friday start 2\",\n            \"friday_end_2\": \"friday end 2\",\n            \"friday_start_3\": \"friday start 3\",\n            \"friday_end_3\": \"friday end 3\",\n            \"saturday_start_1\": \"saturday start 1\",\n            \"saturday_end_1\": \"saturday end 1\",\n            \"saturday_start_2\": \"saturday start 2\",\n            \"saturday_end_2\": \"saturday end 2\",\n            \"saturday_start_3\": \"saturday start 3\",\n            \"saturday_end_3\": \"saturday end 3\",\n            \"sunday_holiday\": \"sunday holiday\",\n            \"monday_holiday\": \"monday holiday\",\n            \"tuesday_holiday\": \"tuesday holiday\",\n            \"wednesday_holiday\": \"wednesday holiday\",\n            \"thursday_holiday\": \"thursday holiday\",\n            \"friday_holiday\": \"friday holiday\",\n            \"saturday_holiday\": \"saturday holiday\"\n        }\n    ]\n}"}],"_postman_id":"517d3041-3e21-40df-b3d8-9bdda5d1abb7"},{"name":"veterinary_product_details","id":"49936fcd-a37a-47a5-8aef-9bbc0ec46b03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/veterinary_product_details","description":"<p>Returns product details for veterinary practice.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"vendor_id-optional\">vendor_id <code>optional</code></h4>\n<blockquote>\n<p>Vendor id as per the practice management system </p>\n</blockquote>\n<h4 id=\"order_number-optional\">order_number <code>optional</code></h4>\n<blockquote>\n<p>Order Number </p>\n</blockquote>\n<h4 id=\"provider_id-optional\">provider_id <code>optional</code></h4>\n<blockquote>\n<p>Provider id as per practice management system </p>\n</blockquote>\n<h4 id=\"product_id-optional\">product_id <code>optional</code></h4>\n<blockquote>\n<p>ID of product based on practice management system </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"product_id-default\">product_id <code>default</code></h4>\n<blockquote>\n<p>ID of product based on practice management system </p>\n</blockquote>\n<h4 id=\"practice_id\">practice_id</h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h4 id=\"vendor_id\">vendor_id</h4>\n<blockquote>\n<p>Vendor id as per the practice management system</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","veterinary_product_details"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"388dd5cb-8c37-46d5-8116-805cb7ad47a8","name":"veterinary_product_details","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/veterinary_product_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"##\",\n  \"limit\": \"##\",\n  \"total_count\": \"##\",\n  \"execution_time\": \"##\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/veterinary_product_details?offset=##&limit=##\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/veterinary_product_details?offset=##&limit=##\",\n    \"next\": \"https://api.sikkasoft.com/v4/veterinary_product_details?offset=##&limit=##\",\n    \"last\": \"https://api.sikkasoft.com/v4/veterinary_product_details?offset=##0&limit=##\"\n  },\n  \"items\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/##/veterinary_product_details/####\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n    \"expires_in\": \"expires in\",\n    \"description\": \"description\",\n    \"location\": \"location\",\n    \"category\": \"category\",\n    \"product_id\": \"product id\",\n    \"price\": \"price\",\n    \"on_hand_quantity\": \"on hand quantity\",\n    \"measure\": \"measure\",\n    \"vendor_item_id\": \"vendor item id\",\n    \"manufacturing_number\": \"manufacturing number\",\n    \"vendor_id\": \"vendor id\",\n    \"vendor_href\": \"https://api.sikkasoft.com/v4/practices/##/vendors/###\",\n    \"cost\": \"cost\",\n    \"package_cost\": \"package cost\",\n    \"UPC\": \"UPC\",\n    \"NDC\": \"NDC\",\n    \"mark_up_package_cost\": \"mark up package cost\",\n    \"mark_up_unit_cost\": \"mark up unit cost\",\n    \"expired_date\": \"expired date\",\n    \"mark_up_percent\": \"mark up percent\",\n    \"months\": \"months\",\n    \"container\": \"container\",\n    \"on_order\": \"on order\",\n    \"order_quantity\": \"order quantity\",\n    \"order_pack\": \"order pack\",\n    \"alloted_quantity\": \"alloted quantity\",\n    \"average_unit_cost\": \"average unit cost\",\n    \"average_package_cost\": \"average package cost\",\n    \"discount_class\": \"discount class\",\n    \"received_date\": \"received date\",\n    \"order_number\": \"order number\"\n}\n  ]\n}"},{"id":"e71ae91c-4505-453f-bac6-475eebd42e77","name":"veterinary_product_details?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/veterinary_product_details?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","veterinary_product_details"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/veterinary_product_details?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/veterinary_product_details?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/veterinary_product_details?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/veterinary_product_details?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/veterinary_product_details/xxxx\",\n            \"provider_id\": \"provider id\",\n            \"provider_href\": \"\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"expires_in\": \"expires in\",\n            \"description\": \"description\",\n            \"location\": \"location\",\n            \"category\": \"category\",\n            \"product_id\": \"product id\",\n            \"price\": \"price\",\n            \"on_hand_quantity\": \"on hand quantity\",\n            \"measure\": \"measure\",\n            \"vendor_item_id\": \"vendor item id\",\n            \"manufacturing_number\": \"manufacturing number\",\n            \"vendor_id\": \"vendor id\",\n            \"vendor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/vendors/xxxx\",\n            \"cost\": \"cost\",\n            \"package_cost\": \"package cost\",\n            \"UPC\": \"UPC\",\n            \"NDC\": \"NDC\",\n            \"mark_up_package_cost\": \"mark up package cost\",\n            \"mark_up_unit_cost\": \"mark up unit cost\",\n            \"expired_date\": \"expired date\",\n            \"mark_up_percent\": \"mark up percent\",\n            \"months\": \"months\",\n            \"container\": \"container\",\n            \"on_order\": \"on order\",\n            \"order_quantity\": \"order quantity\",\n            \"order_pack\": \"order pack\",\n            \"alloted_quantity\": \"alloted quantity\",\n            \"average_unit_cost\": \"average unit cost\",\n            \"average_package_cost\": \"average package cost\",\n            \"discount_class\": \"discount class\",\n            \"received_date\": \"received date\",\n            \"order_number\": \"order number\"\n        }\n    ]\n}"}],"_postman_id":"49936fcd-a37a-47a5-8aef-9bbc0ec46b03"},{"name":"products","id":"83f778a5-481a-4b3c-b13c-9a2bbee71813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/products","description":"<p>Returns product list. This API is for veterinary practices.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"domain-optional\">domain <code>optional</code></h4>\n<blockquote>\n<p>Domain catagory </p>\n</blockquote>\n<h4 id=\"product_id-optional\">product_id <code>optional</code></h4>\n<blockquote>\n<p>ID of product based on practice management system </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"practice_id-default\">practice_id <code>default</code></h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h4 id=\"product_id\">product_id</h4>\n<blockquote>\n<p>ID of product based on practice management system</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","products"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"8991096c-0686-43e6-8d4c-6c0ea88b7091","name":"products","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"##\",\n  \"limit\": \"##\",\n  \"total_count\": \"####\",\n  \"execution_time\": \"####\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/products?offset=##&limit=##\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/products?offset=##&limit=##\",\n    \"next\": \"https://api.sikkasoft.com/v4/products?offset=##&limit=##\",\n    \"last\": \"https://api.sikkasoft.com/v4/products?offset=##&limit=##\"\n  },\n  \"items\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/##/products/####\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n    \"description\": \"description\",\n    \"product_id\": \"product id\",\n    \"cost\": \"cost\",\n    \"product_detail_href\": \"https://api.sikkasoft.com/v4/practices/##/veterinary_product_details/####\"\n    },\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/##/products/####\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n    \"description\": \"description\",\n    \"product_id\": \"product id\",\n    \"cost\": \"cost\",\n    \"product_detail_href\": \"https://api.sikkasoft.com/v4/practices/##/veterinary_product_details/####\"\n    }\n    \n  ]\n}"},{"id":"d4c0ca2c-ca6e-4bbf-931a-f7c373dc2773","name":"products?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/products?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","products"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/products?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/products?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/products?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/products?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/products/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"description\": \"description\",\n            \"product_id\": \"product id\",\n            \"cost\": \"cost\",\n            \"product_detail_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/veterinary_product_details/xxxx\"\n        }\n    ]\n}"}],"_postman_id":"83f778a5-481a-4b3c-b13c-9a2bbee71813"},{"name":"practice_resources","id":"dba51927-5c71-4784-b73d-054d184856ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/practice_resources","description":"<p>Return practice resources.</p>\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"id-optional\">id <code>optional</code></h4>\n<blockquote>\n<p>ID as per the response </p>\n</blockquote>\n<h4 id=\"resource-optional\">resource <code>optional</code></h4>\n<blockquote>\n<p>Resource is API name </p>\n</blockquote>\n<h4 id=\"common_resource-optional\">common_resource <code>optional</code></h4>\n<blockquote>\n<p>Common resource </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"resourceid-default\">resourceid <code>default</code></h4>\n<blockquote>\n<p>Resource ID </p>\n</blockquote>\n<h4 id=\"resource\">resource</h4>\n<blockquote>\n<p>Resource is API name </p>\n</blockquote>\n<h4 id=\"common_resource\">common_resource</h4>\n<blockquote>\n<p>Common resource </p>\n</blockquote>\n<h4 id=\"practice_id\">practice_id</h4>\n<blockquote>\n<p>Practice ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","practice_resources"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"609d078d-2773-4ae1-add8-eebfcfc50e41","name":"practice_resources","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/practice_resources"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"##\",\n  \"limit\": \"##\",\n  \"total_count\": \"##\",\n  \"execution_time\": \"##\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/practice_resources?offset=##&limit=##\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/practice_resources?offset=##&limit=##\",\n    \"next\": \"https://api.sikkasoft.com/v4/practice_resources?offset=##&limit=##\",\n    \"last\": \"https://api.sikkasoft.com/v4/practice_resources?offset=##&limit=##\"\n  },\n  \"items\": [\n  {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/##/practice_resources/##\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n    \"cust_id\": \"cust id\",\n    \"id\": \"id\",\n    \"resource\": \"resource\",\n    \"common_resource\": \"common resource\"\n  },\n  {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/##/practice_resources/##\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n    \"cust_id\": \"cust id\",\n    \"id\": \"id\",\n    \"resource\": \"resource\",\n    \"common_resource\": \"common resource\"\n  }\n]\n}"},{"id":"e8cb2c17-52c1-487b-98b4-62879e8b992b","name":"practice_resources?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/practice_resources?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","practice_resources"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/practice_resources?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/practice_resources?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/practice_resources?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/practice_resources?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/practice_resources/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"cust_id\": \"cust id\",\n            \"id\": \"id\",\n            \"resource\": \"resource\",\n            \"common_resource\": \"common resource\"\n        }\n    ]\n}"}],"_postman_id":"dba51927-5c71-4784-b73d-054d184856ed"},{"name":"veterinary_product_inventory","id":"58b3bf55-871e-4a0e-9631-7932955c5ab4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/veterinary_product_inventory","description":"<p>Returns product inventory for the veterinary practices.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"product_id-optional\">product_id <code>optional</code></h4>\n<blockquote>\n<p>ID of product based on practice management system </p>\n</blockquote>\n<h4 id=\"code-optional\">Code <code>optional</code></h4>\n<blockquote>\n<p>Code </p>\n</blockquote>\n<h4 id=\"practice_id-optional\">practice_id <code>optional</code></h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"code-default\">Code <code>default</code></h4>\n<blockquote>\n<p>Code</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","veterinary_product_inventory"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"e1254faa-50d0-40bf-83f9-322d18e2288a","name":"veterinary_product_inventory","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/veterinary_product_inventory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"##\",\n  \"limit\": \"##\",\n  \"total_count\": \"##\",\n  \"execution_time\": \"##\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/veterinary_product_inventory?offset=##&limit=##\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/veterinary_product_inventory?offset=##&limit=##\",\n    \"next\": \"https://api.sikkasoft.com/v4/veterinary_product_inventory?offset=##&limit=##\",\n    \"last\": \"https://api.sikkasoft.com/v4/veterinary_product_inventory?offset=##&limit=##\"\n  },\n  \"items\": [\n       {\n        \"href\": \"https://api.sikkasoft.com/v4/practices/####/veterinary_product_inventory/####\",\n        \"practice_id\": \"practice id\",\n        \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n        \"description\": \"description\",\n        \"category\": \"category\",\n        \"product_id\": \"product id\",\n        \"price\": \"price\",\n        \"on_hand_quantity\": \"on hand quantity\",\n        \"measure\": \"measure\",\n        \"vendor_item_id\": \"vendor item id\",\n        \"manufacturing_number\": \"manufacturing number\",\n        \"vendor_id\": \"vendor id\",\n        \"vendor_href\": \"https://api.sikkasoft.com/v4/practices/####/vendors/##\"\n    },\n    {\n        \"href\": \"https://api.sikkasoft.com/v4/practices/####/veterinary_product_inventory/####\",\n        \"practice_id\": \"practice id\",\n        \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n        \"description\": \"description\",\n        \"category\": \"category\",\n        \"product_id\": \"product id\",\n        \"price\": \"price\",\n        \"on_hand_quantity\": \"on hand quantity\",\n        \"measure\": \"measure\",\n        \"vendor_item_id\": \"vendor item id\",\n        \"manufacturing_number\": \"manufacturing number\",\n        \"vendor_id\": \"vendor id\",\n        \"vendor_href\": \"https://api.sikkasoft.com/v4/practices/####/vendors/##\"\n    }\n  ]\n}"},{"id":"7bd8608e-9f18-408d-9948-4c2bf0f7899b","name":"veterinary_product_inventory?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/veterinary_product_inventory?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","veterinary_product_inventory"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/veterinary_product_inventory?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/veterinary_product_inventory?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/veterinary_product_inventory?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/veterinary_product_inventory?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/veterinary_product_inventory/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"description\": \"description\",\n            \"category\": \"category\",\n            \"product_id\": \"product id\",\n            \"price\": \"price\",\n            \"on_hand_quantity\": \"on hand quantity\",\n            \"measure\": \"measure\",\n            \"vendor_item_id\": \"vendor item id\",\n            \"manufacturing_number\": \"manufacturing number\",\n            \"vendor_id\": \"vendor id\",\n            \"vendor_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/vendors/xxxx\"\n        }\n    ]\n}"}],"_postman_id":"58b3bf55-871e-4a0e-9631-7932955c5ab4"},{"name":"lab_results","id":"f1ab39d9-b621-4621-af26-4517c7668c26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/lab_results","description":"<p>Returns lab results details. This API is for veterinary practices.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"lab_panel_id-optional\">lab_panel_id <code>optional</code></h4>\n<blockquote>\n<p>Lab Panel ID </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"lab_panel_id-default\">lab_panel_id <code>default</code></h4>\n<blockquote>\n<p>Lab Panel ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","lab_results"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"1bfa09c7-9fc1-464a-a26b-b7398b99fb56","name":"lab_results","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/lab_results"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"##\",\n  \"limit\": \"##\",\n  \"total_count\": \"##\",\n  \"execution_time\": \"##\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/lab_results?offset=##&limit=##\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/lab_results?offset=##&limit=##\",\n    \"next\": \"https://api.sikkasoft.com/v4/lab_results?offset=##&limit=##\",\n    \"last\": \"https://api.sikkasoft.com/v4/lab_results?offset=##&limit=##\"\n  },\n  \"items\": [\n      {\n      \"href\": \"https://api.sikkasoft.com/v4/practices/##/lab_results/####\",\n      \"practice_id\": \"practice id\",\n      \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n      \"comments\": \"comments\",\n      \"lab_panel_id\": \"lab panel id\",\n      \"lab_panel_href\": \"https://api.sikkasoft.com/v4/practices/##/lab_panels/####\",\n      \"result_date\": \"result date\",\n      \"test_name\": \"test name\",\n      \"measure_unit\": \"measure unit\",\n      \"result\": \"result\",\n      \"result_type\": \"result type\",\n      \"critical_low\": \"critical low\",\n      \"critical_high\": \"critical high\",\n      \"reference_low\": \"reference low\",\n      \"reference_high\": \"reference high\",\n      \"reference_range\": \"reference range\",\n      \"lab_machine_name\": \"lab machine name\",\n      \"lab_machine_type\": \"lab machine type\",\n      \"lab_result_name\": \"lab result name\"\n  },{\n      \"href\": \"https://api.sikkasoft.com/v4/practices/##/lab_results/####\",\n      \"practice_id\": \"practice id\",\n      \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n      \"comments\": \"comments\",\n      \"lab_panel_id\": \"lab panel id\",\n      \"lab_panel_href\": \"https://api.sikkasoft.com/v4/practices/##/lab_panels/####\",\n      \"result_date\": \"result date\",\n      \"test_name\": \"test name\",\n      \"measure_unit\": \"measure unit\",\n      \"result\": \"result\",\n      \"result_type\": \"result type\",\n      \"critical_low\": \"critical low\",\n      \"critical_high\": \"critical high\",\n      \"reference_low\": \"reference low\",\n      \"reference_high\": \"reference high\",\n      \"reference_range\": \"reference range\",\n      \"lab_machine_name\": \"lab machine name\",\n      \"lab_machine_type\": \"lab machine type\",\n      \"lab_result_name\": \"lab result name\"\n  }\n  ]\n}"},{"id":"7262529c-7a9f-4b94-bb45-0a01e2c994a5","name":"lab_results?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/lab_results?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","lab_results"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/lab_results?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/lab_results?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/lab_results?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/lab_results?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/lab_results/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"comments\": \"comments\",\n            \"lab_panel_id\": \"lab panel id\",\n            \"lab_panel_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/lab_panels/xxxx\",\n            \"result_date\": \"result date\",\n            \"test_name\": \"test name\",\n            \"measure_unit\": \"measure unit\",\n            \"result\": \"result\",\n            \"result_type\": \"result type\",\n            \"critical_low\": \"critical low\",\n            \"critical_high\": \"critical high\",\n            \"reference_low\": \"reference low\",\n            \"reference_high\": \"reference high\",\n            \"reference_range\": \"reference range\",\n            \"lab_machine_name\": \"lab machine name\",\n            \"lab_machine_type\": \"lab machine type\",\n            \"lab_result_name\": \"lab result name\"\n        }\n    ]\n}"}],"_postman_id":"f1ab39d9-b621-4621-af26-4517c7668c26"},{"name":"hearing_aid_products","id":"ca9e933a-52aa-4a06-937e-7072aa8fae1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/hearing_aid_products","description":"<p>Returns product list for hearing care.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"model_id-optional\">model_id <code>optional</code></h4>\n<blockquote>\n<p>Model ID </p>\n</blockquote>\n<h4 id=\"manufacturer_id-optional\">manufacturer_id <code>optional</code></h4>\n<blockquote>\n<p>Manufacturer ID </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"model_id-or-modelid-default\">model_id OR modelID <code>default</code></h4>\n<blockquote>\n<p>Model ID </p>\n</blockquote>\n<h4 id=\"manufacturer_id\">manufacturer_id</h4>\n<blockquote>\n<p>Manufacturer ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","hearing_aid_products"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"1022ca8f-5b82-4ad4-9c97-5732283b6f52","name":"hearing_aid_products","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/hearing_aid_products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"##\",\n  \"limit\": \"##\",\n  \"total_count\": \"##\",\n  \"execution_time\": \"##\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/hearing_aid_products?offset##&limit=##\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/hearing_aid_products?offset##&limit=##\",\n    \"next\": \"https://api.sikkasoft.com/v4/hearing_aid_products?offset=##&limit=##\",\n    \"last\": \"https://api.sikkasoft.com/v4/hearing_aid_products?offset=##&limit=##\"\n  },\n  \"items\": [\n      {\n      \"href\": \"https://api.sikkasoft.com/v4/practices/####/hearing_aid_products/####\",\n      \"practice_id\": \"practice id\",\n      \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n      \"type\": \"type\",\n      \"price\": \"price\",\n      \"manufacturer_id\": \"manufacturer id\",\n      \"manufacturer\": \"manufacturer\",\n      \"battery\": \"battery\",\n      \"tax\": \"tax\",\n      \"technology\": \"technology\",\n      \"manufacturer_href\": \"https://api.sikkasoft.com/v4/practices/####/manufacturers/####\",\n      \"model_id\": \"model id\",\n      \"qb_id\": \"qb id\",\n      \"model\": \"model\"\n  }\n  ]\n}"},{"id":"29e88a81-a97f-43ab-96e1-1901e56b95a9","name":"hearing_aid_products?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/hearing_aid_products?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","hearing_aid_products"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/hearing_aid_products?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/hearing_aid_products?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/hearing_aid_products?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/hearing_aid_products?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx-xxxx/hearing_aid_products/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"type\": \"type\",\n            \"price\": \"price\",\n            \"manufacturer_id\": \"manufacturer id\",\n            \"manufacturer\": \"manufacturer\",\n            \"battery\": \"battery\",\n            \"tax\": \"tax\",\n            \"technology\": \"technology\",\n            \"manufacturer_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/manufacturers/xxxx\",\n            \"model_id\": \"model id\",\n            \"qb_id\": \"qb id\",\n            \"model\": \"model\"\n        }\n    ]\n}"}],"_postman_id":"ca9e933a-52aa-4a06-937e-7072aa8fae1f"},{"name":"hearing_care_product_details","id":"185831f3-1372-42b7-9245-d84b075e169e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/hearing_care_product_details","description":"<p>Returns product details for hearing care.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"product_id-optional\">product_id <code>optional</code></h4>\n<blockquote>\n<p>ID of product based on practice management system </p>\n</blockquote>\n<h4 id=\"practice_id-optional\">practice_id <code>optional</code></h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"product_id-default\">product_id <code>default</code></h4>\n<blockquote>\n<p>ID of product based on practice management system </p>\n</blockquote>\n<h4 id=\"practice_id\">practice_id</h4>\n<blockquote>\n<p>Practice ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","hearing_care_product_details"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"4bfae317-2f19-418e-9a99-4b3dd9dc155c","name":"hearing_care_product_details","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/hearing_care_product_details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"##\",\n  \"limit\": \"##\",\n  \"total_count\": \"##\",\n  \"execution_time\": \"##\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/hearing_care_product_details?offset=##&limit=##\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/hearing_care_product_details?offset=##&limit=##\",\n    \"next\": \"https://api.sikkasoft.com/v4/hearing_care_product_details?offset=##&limit=##\",\n    \"last\": \"https://api.sikkasoft.com/v4/hearing_care_product_details?offset=##&limit=##\"\n  },\n  \"items\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/hearing_care_product_details/####\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"product_id\": \"product id\",\n    \"price\": \"price\",\n    \"manufacturer_id\": \"manufacturer id\",\n    \"battery\": \"battery\",\n    \"quickbooks_id\": \"quickbooks id\",\n    \"tax\": \"tax\",\n    \"technology\": \"technology\",\n    \"HAtype\": \"HAtype\",\n    \"manufacturer_href\": \"https://api.sikkasoft.com/v4/practices/####/manufacturers/####\"\n\t}\n  ]\n}"},{"id":"87da3fd6-4aab-4ec8-bb66-d94a2613177c","name":"hearing_care_product_details?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/hearing_care_product_details?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","hearing_care_product_details"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/hearing_care_product_details?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/hearing_care_product_details?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/hearing_care_product_details?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/hearing_care_product_details?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/vxxxx/practices/xxxx/hearing_care_product_details/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"product_id\": \"product id\",\n            \"price\": \"price\",\n            \"manufacturer_id\": \"manufacturer id\",\n            \"battery\": \"battery\",\n            \"quickbooks_id\": \"quickbooks id\",\n            \"tax\": \"tax\",\n            \"technology\": \"technology\",\n            \"HAtype\": \"HAtype\",\n            \"manufacturer_href\": \"https://api.sikkasoft.com/v4/practices/xxxx/manufacturers/xxxx\"\n        }\n    ]\n}"}],"_postman_id":"185831f3-1372-42b7-9245-d84b075e169e"},{"name":"manufacturers","id":"f062260e-2ddb-48da-9f5c-20b862ad9694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/manufacturers","description":"<p>Return manufactures details with contact details.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"manufacturer_id-optional\">manufacturer_id <code>optional</code></h4>\n<blockquote>\n<p>Manufacturer Id </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"manufacturer_id-default\">manufacturer_id <code>default</code></h4>\n<blockquote>\n<p>Manufacturer Id</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","manufacturers"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"1f391a36-7f78-459b-8815-1979eba6f1a6","name":"manufacturers","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/manufacturers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"##\",\n  \"limit\": \"##\",\n  \"total_count\": \"##\",\n  \"execution_time\": \"##\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/manufacturers?offset=##&limit=##\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/manufacturers?offset=##&limit=##\",\n    \"next\": \"\",\n    \"last\": \"https://api.sikkasoft.com/v4/manufacturers?offset=##&limit=##\"\n  },\n  \"items\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/manufacturers/####\",\n    \"status\": \"status\",\n    \"address_line1\": \"address line1\",\n    \"address_line2\": \"address line2\",\n    \"city\": \"city\",\n    \"state\": \"state\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"name\": \"name\",\n    \"phone\": \"phone\",\n    \"notes\": \"notes\",\n    \"fax\": \"fax\",\n    \"contact\": \"contact\",\n    \"manufacturer_id\": \"manufacturer id\",\n    \"updated_date\": \"updated date\",\n    \"zip_code\": \"zip code\"\n    }\n    \n  ]\n}"},{"id":"54b50605-9783-44ad-bb4b-da810bad0c15","name":"manufacturers?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/manufacturers?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","manufacturers"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/manufacturers?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/manufacturers?offset=xx&limit=xx\",\n        \"next\": \"next\",\n        \"last\": \"https://api.sikkasoft.com/v4/manufacturers?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/xxxx/manufacturers/xxxx\",\n            \"status\": \"status\",\n            \"address_line1\": \"address line1\",\n            \"address_line2\": \"address line2\",\n            \"city\": \"city\",\n            \"state\": \"state\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"name\": \"name\",\n            \"phone\": \"phone\",\n            \"notes\": \"notes\",\n            \"fax\": \"fax\",\n            \"contact\": \"contact\",\n            \"manufacturer_id\": \"manufacturer id\",\n            \"updated_date\": \"updated date\",\n            \"zip_code\": \"zip code\"\n        }\n    ]\n}"}],"_postman_id":"f062260e-2ddb-48da-9f5c-20b862ad9694"},{"name":"operatories","id":"664a5d7e-a51b-4e37-95dd-a9bba44432aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/operatories","description":"<p>Returns operatories available in practice.<br />The <code>provider_id</code> is returned only for <strong>EagleSoft</strong>. If a single operatory is assigned to multiple providers, the API returns all provider IDs in the <code>provider_id</code> field, separated by a pipe (<code>|</code>) character.  </p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"cust_id-mandatory\">cust_id <code>mandatory</code></h4>\n<blockquote>\n<p>Customer Id </p>\n</blockquote>\n<h4 id=\"is_hidden-optional\">is_hidden <code>optional</code></h4>\n<blockquote>\n<p>Is Hidden. Value should be T/F </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"operatory-default\">operatory <code>default</code></h4>\n<blockquote>\n<p>Operatory</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","operatories"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"78e9772a-b81d-4c48-9c9c-6ef19ab93356","name":"operatories","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{Reques-Key}","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/operatories?cust_id={cust_id}&is_hidded={is_hidden}","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","operatories"],"query":[{"key":"cust_id","value":"{cust_id}"},{"key":"is_hidded","value":"{is_hidden}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.0"},{"key":"Date","value":"Mon, 08 Jul 2024 17:11:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Key-Expires","value":"Tue, 09 Jul 2024 17:04:31 GMT"},{"key":"X-Rate-Limit-Limit","value":"250"},{"key":"X-Rate-Limit-Remaining","value":"249"},{"key":"X-Rate-Limit-Reset","value":"60"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Expose-Headers","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"50\",\n    \"total_count\": \"11\",\n    \"execution_time\": \"7\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/operatories?offset=0&limit=50\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/operatories?offset=0&limit=50\",\n        \"next\": \"\",\n        \"last\": \"https://api.sikkasoft.com/v4/operatories?offset=0&limit=50\"\n    },\n    \"items\": [\n        {\n            \"provider_id\":\"\",\n            \"practice_id\": \"1-0\",\n            \"operatory\": \"Test1\",\n            \"cust_id\": \"1\",\n            \"is_hidden\": \"F\",\n            \"abbreviation\": \"OP-9\"\n        },\n        {\n            \"provider_id\":\"\",\n            \"practice_id\": \"1-0\",\n            \"operatory\": \"Test2\",\n            \"cust_id\": \"1\",\n            \"is_hidden\": \"F\",\n            \"abbreviation\": \"OP-6\"\n        }\n    ]\n}"},{"id":"08a8db7f-95ae-4edf-99e7-5c3ec293c76e","name":"operatories?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{Reques-Key}","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/operatories?cust_id={cust_id}&is_hidded={is_hidden}&fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","operatories"],"query":[{"key":"cust_id","value":"{cust_id}"},{"key":"is_hidded","value":"{is_hidden}"},{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.22.0"},{"key":"Date","value":"Mon, 08 Jul 2024 17:11:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Key-Expires","value":"Tue, 09 Jul 2024 17:04:31 GMT"},{"key":"X-Rate-Limit-Limit","value":"250"},{"key":"X-Rate-Limit-Remaining","value":"249"},{"key":"X-Rate-Limit-Reset","value":"60"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Access-Control-Expose-Headers","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/operatories?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/operatories?offset=xx&limit=xx\",\n        \"next\": \"next\",\n        \"last\": \"https://api.sikkasoft.com/v4/operatories?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"provider_id\":\"\",\n            \"practice_id\": \"1-0\",\n            \"operatory\": \"Test1\",\n            \"cust_id\": \"1\",\n            \"is_hidden\": \"F\",\n            \"abbreviation\": \"OP-9\"\n        }\n    ]\n}"}],"_postman_id":"664a5d7e-a51b-4e37-95dd-a9bba44432aa"},{"name":"pending_procedures","id":"9086881d-f5cc-4435-93fe-1ed8dec926ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/pending_procedures","description":"<p>Returns pending procedures for the patient with available balance data from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"procedure_code-optional\">procedure_code <code>optional</code></h6>\n<blockquote>\n<p>procedure code from appointments </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"procedure_date-optional\">procedure_date <code>optional</code></h6>\n<blockquote>\n<p>procedure date </p>\n</blockquote>\n<h6 id=\"provider_id-optional\">provider_id <code>optional</code></h6>\n<blockquote>\n<p>Provider id as per practice management system </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>Guarantor id as per practice management systems </p>\n</blockquote>\n<h6 id=\"cust_id-optional\">cust_id <code>optional</code></h6>\n<blockquote>\n<p>Cust ID </p>\n</blockquote>\n<h6 id=\"transaction_sr_no-optional\">transaction_sr_no <code>optional</code></h6>\n<blockquote>\n<p>Transaction serial number from Practice management System </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h6 id=\"procedure_code\">procedure_code</h6>\n<blockquote>\n<p>Procedure code as per practice management system </p>\n</blockquote>\n<h6 id=\"procedure_date\">procedure_date</h6>\n<blockquote>\n<p>Procedure Date </p>\n</blockquote>\n<h6 id=\"provider_id\">provider_id</h6>\n<blockquote>\n<p>Provider id as per practice management system </p>\n</blockquote>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"guarantor_id\">guarantor_id</h6>\n<blockquote>\n<p>Guarantor id as per practice management systems </p>\n</blockquote>\n<h6 id=\"transaction_sr_no\">transaction_sr_no</h6>\n<blockquote>\n<p>Transaction serial number from Practice management System </p>\n</blockquote>\n<h6 id=\"tooth\">tooth</h6>\n<blockquote>\n<p>Tooth </p>\n</blockquote>\n<h6 id=\"surface\">surface</h6>\n<blockquote>\n<p>Surface</p>\n</blockquote>\n<h6 id=\"balance\">balance</h6>\n<blockquote>\n<p>Balance</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","pending_procedures"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"d99fe0ca-ad00-4d5c-b433-2726c778c6c4","name":"pending_procedures","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/pending_procedures"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"1\",\r\n    \"limit\": \"1\",\r\n    \"total_count\": \"4\",\r\n    \"execution_time\": \"7479\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/pending_procedures?offset=0&limit=1\",\r\n        \"previous\": \"https://api.sikkasoft.com/v4/pending_procedures?offset=0&limit=1\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/pending_procedures?offset=1&limit=1\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/pending_procedures?offset=2&limit=1\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/pending_procedures?offset=3&limit=1\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/pending_procedures/5554\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/5554\",\r\n            \"patient_id\": \"5554\",\r\n            \"guarantor_id\": \"5554\",\r\n            \"provider_id\": \"EPM\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/EPM\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/5554\",\r\n            \"transaction_sr_no\": \"2991471\",\r\n            \"transaction_href\": \"https://api.sikkasoft.com/v4/practices/1/transactions/2991471\",\r\n            \"amount\": \"31.2300\",\r\n            \"surface\": \"\",\r\n            \"description\": \"Polish 1/2 Unit\",\r\n            \"cust_id\": \"1\",\r\n            \"procedure_date\": \"2021-06-02T00:00:00\",\r\n            \"tooth\": \"\",\r\n            \"procedure_code_id\": \"11107\",\r\n            \"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_codes/11107\",\r\n            \"balance\": \"31.2300\",\r\n            \"user_id\": \"EPM\"\r\n        }\r\n    ]\r\n}"},{"id":"f2ac8995-2b9f-464e-87cb-5de585eb3b34","name":"procedure_codes?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/pending_procedures?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","pending_procedures"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"1\",\r\n    \"limit\": \"1\",\r\n    \"total_count\": \"4\",\r\n    \"execution_time\": \"7479\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/pending_procedures?offset=0&limit=1\",\r\n        \"previous\": \"https://api.sikkasoft.com/v4/pending_procedures?offset=0&limit=1\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/pending_procedures?offset=1&limit=1\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/pending_procedures?offset=2&limit=1\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/pending_procedures?offset=3&limit=1\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/pending_procedures/5554\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/5554\",\r\n            \"patient_id\": \"5554\",\r\n            \"guarantor_id\": \"5554\",\r\n            \"provider_id\": \"EPM\",\r\n            \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/EPM\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/5554\",\r\n            \"transaction_sr_no\": \"2991471\",\r\n            \"transaction_href\": \"https://api.sikkasoft.com/v4/practices/1/transactions/2991471\",\r\n            \"amount\": \"31.2300\",\r\n            \"surface\": \"\",\r\n            \"description\": \"Polish 1/2 Unit\",\r\n            \"cust_id\": \"1\",\r\n            \"procedure_date\": \"2021-06-02T00:00:00\",\r\n            \"tooth\": \"\",\r\n            \"procedure_code_id\": \"11107\",\r\n            \"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/1/procedure_codes/11107\",\r\n            \"balance\": \"31.2300\",\r\n            \"user_id\": \"EPM\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"9086881d-f5cc-4435-93fe-1ed8dec926ce"},{"name":"patient360","id":"29115739-2d58-4d48-a876-4799cd03b645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient360","description":"<p>Returns patient details with appointments, transactions, claims, treatment plans. You can get patient 360 details available in the practice using this API.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"practice_id-required\">practice_id <code>Required</code></h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h4 id=\"patient_id-required\">patient_id <code>Required</code></h4>\n<blockquote>\n<p>Patient ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient360"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"e89b1c1e-8875-43fb-b547-69947ae547ea","name":"patient360","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient360"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"patients\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/patients/####\",\n    \"patient_id\": \"patient id\",\n    \"guarantor_id\": \"guarantor id\",\n    \"firstname\": \"firstname\",\n    \"middlename\": \"middlename\",\n    \"lastname\": \"lastname\",\n    \"preferred_name\": \"preferred name\",\n    \"salutation\": \"salutation\",\n    \"birthdate\": \"birthdate\",\n    \"status\": \"status\",\n    \"address_line1\": \"address line1\",\n    \"address_line2\": \"address line2\",\n    \"city\": \"city\",\n    \"state\": \"state\",\n    \"zipcode\": \"zipcode\",\n    \"cell\": \"cell\",\n    \"email\": \"email\",\n    \"first_visit\": \"first visit\",\n    \"last_visit\": \"last visit\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/####/providers/####\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/####/appointments?patient_id=####\",\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/####/guarantors/####\",\n    \"primary_insurance_company_id\": \"primary insurance company id\",\n    \"primary_insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/####/insurance_companies/####\",\n    \"primary_relationship\": \"primary relationship\",\n    \"subscriber_id\": \"subscriber id\",\n    \"guarantor_first_name\": \"guarantor first name\",\n    \"guarantor_last_name\": \"guarantor last name\",\n    \"created_date\": \"created date\",\n    \"preferred_communication_method\": \"preferred communication method\",\n    \"cust_id\": \"cust id\",\n    \"rowhash\": \"rowhash\"\n    }\n  ],\n  \"practices\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/####/patients\",\n    \"address_line1\": \"address line1\",\n    \"address_line2\": \"address line2\",\n    \"city\": \"city\",\n    \"state\": \"state\",\n    \"zipcode\": \"zipcode\",\n    \"email\": \"email\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/####/providers\",\n    \"practice_id\": \"practice id\",\n    \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/####/appointments\",\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/####/guarantors\",\n    \"transaction_href\": \"https://api.sikkasoft.com/v4/practices/####/transactions\",\n    \"description\": \"description\",\n    \"name\": \"name\",\n    \"cust_id\": \"cust id\",\n    \"phone\": \"phone\"\n}\n  ],\n  \"appointments\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/appointments/####\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/####/patients/####\",\n    \"patient_id\": \"patient id\",\n    \"guarantor_id\": \"guarantor id\",\n    \"status\": \"status\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/####/providers/####\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"guarantor_href\": \"\",\n    \"amount\": \"amount\",\n    \"note\": \"note\",\n    \"surface_quadrant_type\": \"surface quadrant type\",\n    \"appointment_sr_no\": \"appointment sr no\",\n    \"date\": \"date\",\n    \"time\": \"time\",\n    \"length\": \"length\",\n    \"description\": \"description\",\n    \"appointment_made_date\": \"appointment made date\",\n    \"type\": \"type\",\n    \"procedure_code1\": \"procedure code1\",\n    \"procedure_code1_amount\": \"procedure code1 amount\",\n    \"procedure_code2\": \"procedure code2\",\n    \"procedure_code2_amount\": \"procedure code2 amount\",\n    \"procedure_code3\": \"procedure code3\",\n    \"procedure_code3_amount\": \"procedure code3 amount\",\n    \"patient_name\": \"patient name\",\n    \"guarantor_name\": \"guarantor name\",\n    \"procedure_code1_time\": \"procedure code1 time\",\n    \"procedure_code2_time\": \"procedure code2 time\",\n    \"procedure_code3_time\": \"procedure code3 time\",\n    \"surface_quadrant\": \"surface quadrant\",\n    \"cust_id\": \"cust id\",\n    \"rowhash\": \"rowhash\"\n}\n    \n  ],\n  \"transactions\": [\n   {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/transactions/####\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/####/patients/####\",\n    \"patient_id\": \"patient id\",\n    \"guarantor_id\": \"guarantor id\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/####/providers/####\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/####/guarantors/####\",\n    \"transaction_sr_no\": \"transaction sr no\",\n    \"transaction_type\": \"transaction type\",\n    \"transaction_date\": \"transaction date\",\n    \"procedure_code\": \"procedure code\",\n    \"procedure_description\": \"procedure description\",\n    \"amount\": \"amount\",\n    \"transaction_entry_date\": \"transaction entry date\",\n    \"estimated_insurance_payment\": \"estimated insurance payment\",\n    \"tooth_from\": \"tooth from\",\n    \"tooth_to\": \"tooth to\",\n    \"quantity\": \"quantity\",\n    \"claim_sr_no\": \"claim sr no\",\n    \"claim_href\": \"\",\n    \"payment_type\": \"payment type\",\n    \"surface\": \"surface\",\n    \"note\": \"note\",\n    \"created_by\": \"created by\",\n    \"last_updated_by\": \"last updated by\",\n    \"primary_insurance_estimate\": \"primary insurance estimate\",\n    \"cust_id\": \"cust id\",\n    \"rowhash\": \"rowhash\"\n}\n  ],\n  \"treatment_plans\": [\n  {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/##/treatment_plans/####\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/##/patients/####\",\n    \"patient_id\": \"patient id\",\n    \"guarantor_id\": \"guarantor id\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/##/providers/####\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/##/guarantors/####\",\n    \"procedure_code\": \"procedure code\",\n    \"amount\": \"amount\",\n    \"tooth_from\": \"tooth from\",\n    \"tooth_to\": \"tooth to\",\n    \"claim_sr_no\": \"claim sr no\",\n    \"claim_href\": \"https://api.sikkasoft.com/v4/practices/##/claims/##\",\n    \"surface\": \"surface\",\n    \"clinical_condition_id\": \"clinical condition id\",\n    \"collection_provider_id\": \"collection provider id\",\n    \"created_by\": \"created by\",\n    \"last_updated_by\": \"last updated by\",\n    \"primary_insurance_estimate\": \"primary insurance estimate\",\n    \"secondary_insurance_estimate\": \"secondary insurance estimate\",\n    \"surface_quadrant_type\": \"surface quadrant type\",\n    \"appointment_sr_no\": \"appointment sr no\",\n    \"description\": \"description\",\n    \"cust_id\": \"cust id\",\n    \"plan_sr_no\": \"plan sr no\",\n    \"entry_date\": \"entry date\",\n    \"insurance_payment\": \"insurance payment\",\n    \"treatment_plan_status\": \"treatment plan status\",\n    \"procedure_date\": \"procedure date\"\n}\n],\n  \"claims\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/claims/##\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/####/patients/####\",\n    \"patient_id\": \"patient id\",\n    \"guarantor_id\": \"guarantor id\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/####/providers/####\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/####/guarantors/####\",\n    \"claim_sr_no\": \"claim sr no\",\n    \"note\": \"note\",\n    \"cheque_no\": \"cheque no\",\n    \"cust_id\": \"cust id\",\n    \"claim_description_id\": \"claim description id\",\n    \"claim_description_href\": \"\",\n    \"claim_sent_date\": \"claim sent date\",\n    \"total_billed_amount\": \"total billed amount\",\n    \"estimated_amount\": \"estimated amount\",\n    \"claim_payment_date\": \"claim payment date\",\n    \"payment_amount\": \"payment amount\",\n    \"claim_status\": \"claim status\",\n    \"primary_or_secondary\": \"primary or secondary\",\n    \"insurance_company_id\": \"insurance company id\",\n    \"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/####/insurance_companies/####\",\n    \"insurance_company_name\": \"insurance company name\",\n    \"claim_channel\": \"claim channel\",\n    \"rendering_provider\": \"rendering provider\",\n    \"payer_id\": \"payer id\",\n    \"tracer\": \"tracer\",\n    \"on_hold_date\": \"on hold date\",\n    \"resent_date\": \"resent date\",\n    \"creation_date\": \"creation date\",\n    \"total_paid_amount\": \"total paid amount\",\n    \"bank_no\": \"bank no\",\n    \"standard\": \"standard\",\n    \"preventive\": \"preventive\",\n    \"others\": \"others\",\n    \"pay_to_provider\": \"pay to provider\",\n    \"tp\": \"tp\",\n    \"sent_claim_status\": \"sent claim status\",\n    \"primary_claim_id\": \"primary claim id\",\n    \"carrier_id\": \"carrier id\",\n    \"rowhash\": \"rowhash\",\n    \"return_date\": \"return date\"\n}\n  ],\n  \"providers\": [\n   {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/providers/####\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/####/patients?provider_id=####\",\n    \"firstname\": \"firstname\",\n    \"lastname\": \"lastname\",\n    \"birthdate\": \"birthdate\",\n    \"status\": \"status\",\n    \"address_line1\": \"address line1\",\n    \"address_line2\": \"address line2\",\n    \"city\": \"city\",\n    \"state\": \"state\",\n    \"zipcode\": \"zipcode\",\n    \"email\": \"email\",\n    \"provider_id\": \"provider id\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/####/appointments?provider_id=####\",\n    \"cust_id\": \"cust id\",\n    \"provider_type\": \"provider type\",\n    \"tax_identification_number\": \"tax identification number\",\n    \"phone\": \"phone\",\n    \"specialty_code\": \"specialty code\"\n}\n  ],\n  \"accounts_receivables\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/accounts_receivables/####\",\n    \"guarantor_id\": \"guarantor id\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/####/guarantors/####\",\n    \"cust_id\": \"cust id\",\n    \"amount_between_0_30\": \"amount between 0 30\",\n    \"amount_between_31_60\": \"amount between 31 60\",\n    \"amount_between_61_90\": \"amount between 61 90\",\n    \"amount_greater_than_90\": \"amount greater than 90\",\n    \"current_date\": \"current date\",\n    \"entry_id\": \"entry id\",\n    \"write_off_estimate\": \"write off estimate\",\n    \"payment_plan_amount\": \"payment plan amount\",\n    \"unapplied_payments\": \"unapplied payments\"\n}\n  ],\n  \"medical_notes\": [\n{\n    \"href\": \"https://api.sikkasoft.com/v4/practices/1/medical_notes\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/##/patients/##\",\n    \"patient_id\": \"patient id\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/##/providers/##\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n    \"transaction_sr_no\": \"transaction sr no\",\n    \"transaction_href\": \"https://api.sikkasoft.com/v4/practices/##/transactions/##\",\n    \"surface\": \"surface\",\n    \"clinical_condition_id\": \"clinical condition id\",\n    \"date\": \"date\",\n    \"description\": \"description\",\n    \"type\": \"type\",\n    \"tooth_number\": \"tooth number\",\n    \"cust_id\": \"cust id\",\n    \"procedure_date\": \"procedure date\",\n    \"text\": \"text\",\n    \"procedure_code_id\": \"procedure code id\",\n    \"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/##/procedure_codes/##\"\n}\n  ]\n}"},{"id":"669d81b5-8ef5-4eee-9b3e-23fd4dd3743a","name":"patient360?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient360"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"patients\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/patients/####\",\n    \"patient_id\": \"patient id\",\n    \"guarantor_id\": \"guarantor id\",\n    \"firstname\": \"firstname\",\n    \"middlename\": \"middlename\",\n    \"lastname\": \"lastname\",\n    \"preferred_name\": \"preferred name\",\n    \"salutation\": \"salutation\",\n    \"birthdate\": \"birthdate\",\n    \"status\": \"status\",\n    \"address_line1\": \"address line1\",\n    \"address_line2\": \"address line2\",\n    \"city\": \"city\",\n    \"state\": \"state\",\n    \"zipcode\": \"zipcode\",\n    \"cell\": \"cell\",\n    \"email\": \"email\",\n    \"first_visit\": \"first visit\",\n    \"last_visit\": \"last visit\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/####/providers/####\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/####/appointments?patient_id=####\",\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/####/guarantors/####\",\n    \"primary_insurance_company_id\": \"primary insurance company id\",\n    \"primary_insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/####/insurance_companies/####\",\n    \"primary_relationship\": \"primary relationship\",\n    \"subscriber_id\": \"subscriber id\",\n    \"guarantor_first_name\": \"guarantor first name\",\n    \"guarantor_last_name\": \"guarantor last name\",\n    \"created_date\": \"created date\",\n    \"preferred_communication_method\": \"preferred communication method\",\n    \"cust_id\": \"cust id\",\n    \"rowhash\": \"rowhash\"\n    }\n  ],\n  \"practices\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/####/patients\",\n    \"address_line1\": \"address line1\",\n    \"address_line2\": \"address line2\",\n    \"city\": \"city\",\n    \"state\": \"state\",\n    \"zipcode\": \"zipcode\",\n    \"email\": \"email\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/####/providers\",\n    \"practice_id\": \"practice id\",\n    \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/####/appointments\",\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/####/guarantors\",\n    \"transaction_href\": \"https://api.sikkasoft.com/v4/practices/####/transactions\",\n    \"description\": \"description\",\n    \"name\": \"name\",\n    \"cust_id\": \"cust id\",\n    \"phone\": \"phone\"\n}\n  ],\n  \"appointments\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/appointments/####\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/####/patients/####\",\n    \"patient_id\": \"patient id\",\n    \"guarantor_id\": \"guarantor id\",\n    \"status\": \"status\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/####/providers/####\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"guarantor_href\": \"\",\n    \"amount\": \"amount\",\n    \"note\": \"note\",\n    \"surface_quadrant_type\": \"surface quadrant type\",\n    \"appointment_sr_no\": \"appointment sr no\",\n    \"date\": \"date\",\n    \"time\": \"time\",\n    \"length\": \"length\",\n    \"description\": \"description\",\n    \"appointment_made_date\": \"appointment made date\",\n    \"type\": \"type\",\n    \"procedure_code1\": \"procedure code1\",\n    \"procedure_code1_amount\": \"procedure code1 amount\",\n    \"procedure_code2\": \"procedure code2\",\n    \"procedure_code2_amount\": \"procedure code2 amount\",\n    \"procedure_code3\": \"procedure code3\",\n    \"procedure_code3_amount\": \"procedure code3 amount\",\n    \"patient_name\": \"patient name\",\n    \"guarantor_name\": \"guarantor name\",\n    \"procedure_code1_time\": \"procedure code1 time\",\n    \"procedure_code2_time\": \"procedure code2 time\",\n    \"procedure_code3_time\": \"procedure code3 time\",\n    \"surface_quadrant\": \"surface quadrant\",\n    \"cust_id\": \"cust id\",\n    \"rowhash\": \"rowhash\"\n}\n    \n  ],\n  \"transactions\": [\n   {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/transactions/####\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/####/patients/####\",\n    \"patient_id\": \"patient id\",\n    \"guarantor_id\": \"guarantor id\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/####/providers/####\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/####/guarantors/####\",\n    \"transaction_sr_no\": \"transaction sr no\",\n    \"transaction_type\": \"transaction type\",\n    \"transaction_date\": \"transaction date\",\n    \"procedure_code\": \"procedure code\",\n    \"procedure_description\": \"procedure description\",\n    \"amount\": \"amount\",\n    \"transaction_entry_date\": \"transaction entry date\",\n    \"estimated_insurance_payment\": \"estimated insurance payment\",\n    \"tooth_from\": \"tooth from\",\n    \"tooth_to\": \"tooth to\",\n    \"quantity\": \"quantity\",\n    \"claim_sr_no\": \"claim sr no\",\n    \"claim_href\": \"\",\n    \"payment_type\": \"payment type\",\n    \"surface\": \"surface\",\n    \"note\": \"note\",\n    \"created_by\": \"created by\",\n    \"last_updated_by\": \"last updated by\",\n    \"primary_insurance_estimate\": \"primary insurance estimate\",\n    \"cust_id\": \"cust id\",\n    \"rowhash\": \"rowhash\"\n}\n  ],\n  \"treatment_plans\": [\n  {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/##/treatment_plans/####\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/##/patients/####\",\n    \"patient_id\": \"patient id\",\n    \"guarantor_id\": \"guarantor id\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/##/providers/####\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/##/guarantors/####\",\n    \"procedure_code\": \"procedure code\",\n    \"amount\": \"amount\",\n    \"tooth_from\": \"tooth from\",\n    \"tooth_to\": \"tooth to\",\n    \"claim_sr_no\": \"claim sr no\",\n    \"claim_href\": \"https://api.sikkasoft.com/v4/practices/##/claims/##\",\n    \"surface\": \"surface\",\n    \"clinical_condition_id\": \"clinical condition id\",\n    \"collection_provider_id\": \"collection provider id\",\n    \"created_by\": \"created by\",\n    \"last_updated_by\": \"last updated by\",\n    \"primary_insurance_estimate\": \"primary insurance estimate\",\n    \"secondary_insurance_estimate\": \"secondary insurance estimate\",\n    \"surface_quadrant_type\": \"surface quadrant type\",\n    \"appointment_sr_no\": \"appointment sr no\",\n    \"description\": \"description\",\n    \"cust_id\": \"cust id\",\n    \"plan_sr_no\": \"plan sr no\",\n    \"entry_date\": \"entry date\",\n    \"insurance_payment\": \"insurance payment\",\n    \"treatment_plan_status\": \"treatment plan status\",\n    \"procedure_date\": \"procedure date\"\n}\n],\n  \"claims\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/claims/##\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/####/patients/####\",\n    \"patient_id\": \"patient id\",\n    \"guarantor_id\": \"guarantor id\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/####/providers/####\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/####/guarantors/####\",\n    \"claim_sr_no\": \"claim sr no\",\n    \"note\": \"note\",\n    \"cheque_no\": \"cheque no\",\n    \"cust_id\": \"cust id\",\n    \"claim_description_id\": \"claim description id\",\n    \"claim_description_href\": \"\",\n    \"claim_sent_date\": \"claim sent date\",\n    \"total_billed_amount\": \"total billed amount\",\n    \"estimated_amount\": \"estimated amount\",\n    \"claim_payment_date\": \"claim payment date\",\n    \"payment_amount\": \"payment amount\",\n    \"claim_status\": \"claim status\",\n    \"primary_or_secondary\": \"primary or secondary\",\n    \"insurance_company_id\": \"insurance company id\",\n    \"insurance_company_href\": \"https://api.sikkasoft.com/v4/practices/####/insurance_companies/####\",\n    \"insurance_company_name\": \"insurance company name\",\n    \"claim_channel\": \"claim channel\",\n    \"rendering_provider\": \"rendering provider\",\n    \"payer_id\": \"payer id\",\n    \"tracer\": \"tracer\",\n    \"on_hold_date\": \"on hold date\",\n    \"resent_date\": \"resent date\",\n    \"creation_date\": \"creation date\",\n    \"total_paid_amount\": \"total paid amount\",\n    \"bank_no\": \"bank no\",\n    \"standard\": \"standard\",\n    \"preventive\": \"preventive\",\n    \"others\": \"others\",\n    \"pay_to_provider\": \"pay to provider\",\n    \"tp\": \"tp\",\n    \"sent_claim_status\": \"sent claim status\",\n    \"primary_claim_id\": \"primary claim id\",\n    \"carrier_id\": \"carrier id\",\n    \"rowhash\": \"rowhash\",\n    \"return_date\": \"return date\"\n}\n  ],\n  \"providers\": [\n   {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/providers/####\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/####/patients?provider_id=####\",\n    \"firstname\": \"firstname\",\n    \"lastname\": \"lastname\",\n    \"birthdate\": \"birthdate\",\n    \"status\": \"status\",\n    \"address_line1\": \"address line1\",\n    \"address_line2\": \"address line2\",\n    \"city\": \"city\",\n    \"state\": \"state\",\n    \"zipcode\": \"zipcode\",\n    \"email\": \"email\",\n    \"provider_id\": \"provider id\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"appointment_href\": \"https://api.sikkasoft.com/v4/practices/####/appointments?provider_id=####\",\n    \"cust_id\": \"cust id\",\n    \"provider_type\": \"provider type\",\n    \"tax_identification_number\": \"tax identification number\",\n    \"phone\": \"phone\",\n    \"specialty_code\": \"specialty code\"\n}\n  ],\n  \"accounts_receivables\": [\n    {\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/accounts_receivables/####\",\n    \"guarantor_id\": \"guarantor id\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/####\",\n    \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/####/guarantors/####\",\n    \"cust_id\": \"cust id\",\n    \"amount_between_0_30\": \"amount between 0 30\",\n    \"amount_between_31_60\": \"amount between 31 60\",\n    \"amount_between_61_90\": \"amount between 61 90\",\n    \"amount_greater_than_90\": \"amount greater than 90\",\n    \"current_date\": \"current date\",\n    \"entry_id\": \"entry id\",\n    \"write_off_estimate\": \"write off estimate\",\n    \"payment_plan_amount\": \"payment plan amount\",\n    \"unapplied_payments\": \"unapplied payments\"\n}\n  ],\n  \"medical_notes\": [\n{\n    \"href\": \"https://api.sikkasoft.com/v4/practices/####/medical_notes\",\n    \"patient_href\": \"https://api.sikkasoft.com/v4/practices/##/patients/##\",\n    \"patient_id\": \"patient id\",\n    \"provider_id\": \"provider id\",\n    \"provider_href\": \"https://api.sikkasoft.com/v4/practices/##/providers/##\",\n    \"practice_id\": \"practice id\",\n    \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n    \"transaction_sr_no\": \"transaction sr no\",\n    \"transaction_href\": \"https://api.sikkasoft.com/v4/practices/##/transactions/##\",\n    \"surface\": \"surface\",\n    \"clinical_condition_id\": \"clinical condition id\",\n    \"date\": \"date\",\n    \"description\": \"description\",\n    \"type\": \"type\",\n    \"tooth_number\": \"tooth number\",\n    \"cust_id\": \"cust id\",\n    \"procedure_date\": \"procedure date\",\n    \"text\": \"text\",\n    \"procedure_code_id\": \"procedure code id\",\n    \"procedure_code_href\": \"https://api.sikkasoft.com/v4/practices/##/procedure_codes/##\"\n}\n  ]\n}"}],"_postman_id":"29115739-2d58-4d48-a876-4799cd03b645"},{"name":"xrays","id":"f8e6caef-6315-4f32-80fb-05efd551c8d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/xrays","description":"<p>Returns patientxray details.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"practice_id-optional\">practice_id <code>optional</code></h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h4 id=\"patient_id-optional\">patient_id <code>optional</code></h4>\n<blockquote>\n<p>Patient ID </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"patient_id-default\">patient_id <code>default</code></h4>\n<blockquote>\n<p>Patient ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","xrays"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"de31c83a-ee86-4e3b-b974-f027863fec33","name":"xrays","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/xrays"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"##\",\n  \"limit\": \"##\",\n  \"total_count\": \"##\",\n  \"execution_time\": \"##\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/xrays?offset=##&limit=##\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/xrays?offset=##&limit=##\",\n    \"next\": \"https://api.sikkasoft.com/v4/xrays?offset=##&limit=##\",\n    \"last\": \"https://api.sikkasoft.com/v4/xrays?offset=##&limit=##\"\n  },\n  \"items\": [\n    {\n      \"href\": \"https://api.sikkasoft.com/v4/practices/##/xrays/####\",\n      \"patient_href\": \"https://api.sikkasoft.com/v4/practices/##/patients/####\",\n      \"patient_id\": \"patient id\",\n      \"practice_id\": \"practice id\",\n      \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n      \"xray_link\": \"xray link\"\n    },\n    {\n      \"href\": \"https://api.sikkasoft.com/v4/practices/##/xrays/####\",\n      \"patient_href\": \"https://api.sikkasoft.com/v4/practices/##/patients/####\",\n      \"patient_id\": \"patient id\",\n      \"practice_id\": \"practice id\",\n      \"practice_href\": \"https://api.sikkasoft.com/v4/practices/##\",\n      \"xray_link\": \"xray link\"\n    }\n  ]\n}"}],"_postman_id":"f8e6caef-6315-4f32-80fb-05efd551c8d5"},{"name":"kpis","id":"033c595a-15bb-4f52-91b2-cebff8c7cfc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/kpis","description":"<h2 id=\"key-performance-indicators\">Key Performance Indicators</h2>\n<p>A key performance indicator (KPI) is a business metric used to evaluate factors that are crucial to the success of an organization.KPIs give you unique views of practice data that lead to action items to drive increased revenue and save valuable practice time.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"request_key-required\">request_key <code>required</code></h4>\n<blockquote>\n<p>Valid 32 characters alpha-numeric request key</p>\n</blockquote>\n<h4 id=\"kpi_name-optional\">kpi_name <code>optional</code></h4>\n<blockquote>\n<p>Kpi Name </p>\n</blockquote>\n<h5 id=\"there-are-over-300-key-performance-indicators-but-below-are-available-in-v4-right-now\">There are over 300 key performance indicators, but below are available in v4 right now.</h5>\n<h3 id=\"table\">Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Sr No</th>\n<th>Key Performance Indicators</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>accounts_receivable</td>\n</tr>\n<tr>\n<td>2</td>\n<td>active_patients</td>\n</tr>\n<tr>\n<td>3</td>\n<td>adjusted_collection</td>\n</tr>\n<tr>\n<td>4</td>\n<td>adjusted_production</td>\n</tr>\n<tr>\n<td>5</td>\n<td>adjusted_production_by_category</td>\n</tr>\n<tr>\n<td>6</td>\n<td>adjusted_production_by_dentist</td>\n</tr>\n<tr>\n<td>7</td>\n<td>adjusted_production_by_hygienist</td>\n</tr>\n<tr>\n<td>8</td>\n<td>adjusted_production_by_referral_source</td>\n</tr>\n<tr>\n<td>9</td>\n<td>adjusted_production_per_day</td>\n</tr>\n<tr>\n<td>10</td>\n<td>adult_prophy</td>\n</tr>\n<tr>\n<td>11</td>\n<td>all_hygienist_patient_visits</td>\n</tr>\n<tr>\n<td>12</td>\n<td>amount_by_transaction_type</td>\n</tr>\n<tr>\n<td>13</td>\n<td>average_daily_scheduled_production</td>\n</tr>\n<tr>\n<td>14</td>\n<td>collection_to_production</td>\n</tr>\n<tr>\n<td>15</td>\n<td>comprehensive_exams</td>\n</tr>\n<tr>\n<td>16</td>\n<td>hygiene_reappointment</td>\n</tr>\n<tr>\n<td>17</td>\n<td>new_patients</td>\n</tr>\n<tr>\n<td>18</td>\n<td>no_show_appointments</td>\n</tr>\n<tr>\n<td>19</td>\n<td>number_of_patients_seen</td>\n</tr>\n<tr>\n<td>20</td>\n<td>practice_report</td>\n</tr>\n<tr>\n<td>21</td>\n<td>provider_adjusted_production_per_hour</td>\n</tr>\n<tr>\n<td>22</td>\n<td>provider_total_production_per_hour</td>\n</tr>\n<tr>\n<td>23</td>\n<td>recall_potential_by_office_trend</td>\n</tr>\n<tr>\n<td>24</td>\n<td>recalls_by_office_trend</td>\n</tr>\n<tr>\n<td>25</td>\n<td>total_collection</td>\n</tr>\n<tr>\n<td>26</td>\n<td>total_patients</td>\n</tr>\n<tr>\n<td>27</td>\n<td>total_production</td>\n</tr>\n<tr>\n<td>28</td>\n<td>total_production_by_dentist</td>\n</tr>\n<tr>\n<td>29</td>\n<td>total_production_by_hygienist</td>\n</tr>\n<tr>\n<td>30</td>\n<td>total_production_by_provider_category</td>\n</tr>\n<tr>\n<td>31</td>\n<td>total_production_per_day</td>\n</tr>\n<tr>\n<td>32</td>\n<td>treatment_plan_analysis</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v4","kpis"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"25e61638-5e2a-4ef0-8ad5-0de9d6f8bb0b","name":"kpis","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/kpis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"##\",\n  \"limit\": \"##\",\n  \"total_count\": \"##\",\n  \"execution_time\": \"##\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/kpis?offset=##&limit=##\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/kpis?offset=##&limit=##\",\n    \"next\": \"\",\n    \"last\": \"https://api.sikkasoft.com/v4/kpis?offset=##&limit=##\"\n  },\n  \"items\": [\n    {\n      \"href\": \"http://api.sikkasoft.com/v4/kpis/kpi_name\",\n      \"name\": \"kpi_name\",\n      \"defination\": \"kpi name explanation\",\n      \"response_fields\": \"practice_id,practice_name,kpi_name\",\n      \"parameters\": \"startdate,enddate,practice_id\"\n    },\n    {\n    \"href\": \"http://api.sikkasoft.com/v4/kpis/kpi_name\",\n    \"name\": \"name\",\n    \"defination\": \"defination\",\n    \"response_fields\": \"response fields\",\n    \"parameters\": \"parameters\"\n    }\n  ]\n}"},{"id":"c9c7af05-be43-418c-9525-93cbedbeafa0","name":"kpis?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/kpis?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","kpis"],"query":[{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/kpis?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/kpis?offset=xx&limit=xx\",\n        \"next\": \"next\",\n        \"last\": \"https://api.sikkasoft.com/v4/kpis?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"http://api.sikkasoft.com/v4/kpis/{kpi_name}\",\n            \"name\": \"name\",\n            \"defination\": \"defination\",\n            \"response_fields\": \"response fields\",\n            \"parameters\": \"parameters\"\n        }\n    ]\n}"}],"_postman_id":"033c595a-15bb-4f52-91b2-cebff8c7cfc3"},{"name":"kpis details","id":"6ac954e1-f007-4b18-b716-9ad9b4abde44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/kpis?kpi_name&practice_id&startdate&enddate","description":"<h2 id=\"key-performance-indicators\">Key Performance Indicators</h2>\n<p>A key performance indicator (KPI) is a business metric used to evaluate factors that are crucial to the success of an organization. KPIs give you unique views of practice data that lead to action items to drive increased revenue and save valuable practice time.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"request_key-required\">request_key <code>required</code></h4>\n<blockquote>\n<p>Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h4 id=\"kpi_name-required\">kpi_name <code>Required</code></h4>\n<blockquote>\n<p>KPI name from KPI list </p>\n</blockquote>\n<h4 id=\"startdate-required\">startdate <code>Required</code></h4>\n<blockquote>\n<p>StartDate YYYY-MM-DD </p>\n</blockquote>\n<h4 id=\"enddate-required\">enddate <code>Required</code></h4>\n<blockquote>\n<p>EndDate YYYY-MM-DD </p>\n</blockquote>\n<h4 id=\"practice_id-required\">practice_id <code>Required</code></h4>\n<blockquote>\n<p>Practice ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","kpis"],"host":["api","sikkasoft","com"],"query":[{"key":"kpi_name","value":""},{"key":"practice_id","value":""},{"key":"startdate","value":""},{"key":"enddate","value":""}],"variable":[]}},"response":[{"id":"804248fa-0e1d-4058-a224-a51059809880","name":"kpis details","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/kpis?kpi_name&practice_id&startdate&enddate","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","kpis"],"query":[{"key":"kpi_name","value":null},{"key":"practice_id","value":null},{"key":"startdate","value":null},{"key":"enddate","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"##\",\n  \"limit\": \"##\",\n  \"total_count\": \"##\",\n  \"execution_time\": \"##\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/kpis?offset=##&limit=##\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/kpis?offset=##&limit=##\",\n    \"next\": \"\",\n    \"last\": \"https://api.sikkasoft.com/v4/kpis?offset=##&limit=##\"\n  },\n  \"items\": [\n    {\n      \"practice_id\": \"practice id\",\n      \"practice_name\": \"practice name\",\n      \"kpi name which you have selected\": \"kpi name\"\n    },\n    {\n      \"practice_id\": \"practice id\",\n      \"practice_name\": \"practice name\",\n      \"kpi name which you have selected\": \"kpi name\"\n    },\n    {\n      \"practice_id\": \"practice id\",\n      \"practice_name\": \"practice name\",\n      \"kpi name which you have selected\": \"kpi name\"\n    }\n  ]\n}"},{"id":"5557b18a-e96c-4bd7-88ec-780efefd6548","name":"kpis details?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/kpis/{kpi_name}?startdate=2024-08-01&enddate=2024-09-09&practice_id=1&fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","kpis","{kpi_name}"],"query":[{"key":"startdate","value":"2024-08-01"},{"key":"enddate","value":"2024-09-09"},{"key":"practice_id","value":"1"},{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/kpis?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/kpis?offset=xx&limit=xx\",\n        \"next\": \"next\",\n        \"last\": \"https://api.sikkasoft.com/v4/kpis?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"practice_id\": \"practice id\",\n            \"practice_name\": \"practice name\",\n            \"adjusted_collection\": \"adjusted collection\"\n        }\n    ]\n}"}],"_postman_id":"6ac954e1-f007-4b18-b716-9ad9b4abde44"},{"name":"patient_eligibility_payers","id":"d700de93-59a2-4b37-bb78-b42ca140d712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_eligibility_payers","description":"<p>API Returns supported payer list</p>\n<hr />\n","urlObject":{"protocol":"https","path":["v4","patient_eligibility_payers"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"97a4b467-4c64-457d-beca-1985751a7e27","name":"patient_eligibility_payers","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_eligibility_payers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"alt_payer_ids\": [\n            \"01901\",\n            \"01033\",\n            \"DDIC\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"94276\",\n        \"name\": \"Delta Dental - DDIC\",\n        \"onederfulPayerId\": \"DDIC\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"MNM01\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"35605\",\n        \"name\": \"Everence\",\n        \"onederfulPayerId\": \"EVERENCE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKWY1\",\n        \"name\": \"Medicaid of Wyoming\",\n        \"onederfulPayerId\": \"MEDICAID_WY\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"51022\",\n        \"name\": \"Delta Dental of Delaware\",\n        \"onederfulPayerId\": \"DD_DELAWARE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DD_CONNECTICUT\",\n            \"37307\",\n            \"DDNJ1\",\n            \"22189T1\",\n            \"TLU56\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"22189\",\n        \"name\": \"Delta Dental of New Jersey\",\n        \"onederfulPayerId\": \"DD_NEW_JERSEY\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CBNM1\",\n            \"G0079\",\n            \"00790\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"84100\",\n        \"name\": \"Blue Cross Blue Shield of New Mexico\",\n        \"onederfulPayerId\": \"BCBS_NEW_MEXICO\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"BCBSM\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"BBMDQ\",\n        \"name\": \"Blue Cross Blue Shield of Michigan/ Medicare Advantage\",\n        \"onederfulPayerId\": \"BCBS_MICHIGAN\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"53473\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CB870\",\n        \"name\": \"Blue Cross Blue Shield of Rhode Island\",\n        \"onederfulPayerId\": \"BCBS_RHODE_ISLAND\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"TLZ36\",\n            \"PUMR1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"79480\",\n        \"name\": \"UMR - Midwest\",\n        \"onederfulPayerId\": \"UMR\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"93200\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"00932\",\n        \"name\": \"Blue Cross Blue Shield of Washington (Regence)\",\n        \"onederfulPayerId\": \"BLUE_SHIELD_WASHINGTON\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKPA1\",\n        \"name\": \"Medicaid of Pennsylvania\",\n        \"onederfulPayerId\": \"MEDICAID_PA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"IDIND\",\n        \"name\": \"Delta Dental of Illinois (Individual)\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"63665\",\n            \"66893\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"80705\",\n        \"name\": \"Great West Healthcare\",\n        \"onederfulPayerId\": \"CIGNA_SELECT\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CBMT1\",\n            \"00751\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"TLU06\",\n        \"name\": \"Blue Cross Blue Shield of Montana\",\n        \"onederfulPayerId\": \"BCBS_MONTANA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DDAZ1\",\n            \"86207\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"86027\",\n        \"name\": \"Delta Dental of Arizona\",\n        \"onederfulPayerId\": \"DD_AZ\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DDPCO\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"84056\",\n        \"name\": \"Delta Dental of Colorado\",\n        \"onederfulPayerId\": \"DD_COLORADO\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DDCA3\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CDCAP\",\n        \"name\": \"DeltaCare USA / PMI - Encounters\",\n        \"onederfulPayerId\": \"DELTACARE_USA_ENCOUNTERS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"AD060\",\n            \"700\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"00700\",\n        \"name\": \"Blue Cross Blue Shield of Connecticut- Family Plan\",\n        \"onederfulPayerId\": \"ANTHEM_BCBS_CONNECTICUT\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"77034\",\n            \"CKGA1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKGA2\",\n        \"name\": \"Medicaid of Georgia(HFP)\",\n        \"onederfulPayerId\": \"MEDICAID_GEORGIA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DD_GEORGIA\",\n            \"DDGAO\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DDGA1\",\n        \"name\": \"Delta Dental of Georgia\",\n        \"onederfulPayerId\": \"DD_GEORGIA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"62179\",\n        \"name\": \"Health Choice Arizona \",\n        \"onederfulPayerId\": \"HEALTH_CHOICE_AZ\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DD_MARYLAND\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DDMD1\",\n        \"name\": \"Delta Dental of Maryland\",\n        \"onederfulPayerId\": \"DD_MARYLAND\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"MDWA1\",\n            \"CKWA1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"77045\",\n        \"name\": \"Medicaid of Washington\",\n        \"onederfulPayerId\": \"MEDICAID_WASHINGTON\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DD_NORTH_DAKOTA\",\n            \"3M\",\n            \"07000\",\n            \"07029\",\n            \"CDND1\",\n            \"0700\",\n            \"DDMN\",\n            \"DDND\",\n            \"7000\",\n            \"TFZ37\",\n            \"TFZ08\",\n            \"07000D\",\n            \"R7005\",\n            \"26004\",\n            \"MHP01\",\n            \"TLZ37\",\n            \"DDMN1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CDMN1\",\n        \"name\": \"Delta Dental of Minnesota\",\n        \"onederfulPayerId\": \"DD_MINNESOTA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"04356\",\n        \"name\": \"Dentaquest - Commercial\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CX068\",\n        \"name\": \"Physicians Mutual\",\n        \"onederfulPayerId\": \"PHYSICIANS_MUTUAL\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"PACIFICARE\",\n            \"BLUE_SHIELD_CALIFORNIA\",\n            \"CX060\",\n            \"CX053\",\n            \"BSCA1\",\n            \"5213\",\n            \"CX056\",\n            \"CX057\",\n            \"37060\",\n            \"94036\",\n            \"CX001\",\n            \"UHC01\",\n            \"52133T1\",\n            \"52133T3\",\n            \"52133T2\",\n            \"TPC06\",\n            \"TLW58\",\n            \"TLX81\",\n            \"TLW59\",\n            \"TLW68\",\n            \"TLX06\",\n            \"TBS03\",\n            \"TLW57\",\n            \"87726\",\n            \"TLU44\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"52133\",\n        \"name\": \"United Healthcare Dental\",\n        \"onederfulPayerId\": \"UNITED_HEALTHCARE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"52080\",\n        \"name\": \"AFLAC of New York\",\n        \"onederfulPayerId\": \"AFLAC_NY\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKWV1\",\n        \"name\": \"Medicaid of West Virgina\",\n        \"onederfulPayerId\": \"MEDICAID_WV\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"46278\",\n        \"name\": \"Envolve Dental\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DDCA2\",\n            \"DDCA3\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CDCA2\",\n        \"name\": \"DeltaCare USA / PMI - Claim\",\n        \"onederfulPayerId\": \"DELTACARE_CLAIMS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CKKY1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"TLU10\",\n        \"name\": \"Medicaid of Kentucky (Region 5 - KY Health Choice)\",\n        \"onederfulPayerId\": \"MEDICAID_KENTUKY_HEALTH_CHOICE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"22099T1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"22099\",\n        \"name\": \"Blue Cross Blue Shield of NJ (Horizon) \",\n        \"onederfulPayerId\": \"HORIZON\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"AARP1\",\n        \"name\": \"AARP Dental Insurance Plan\",\n        \"onederfulPayerId\": \"AARP\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DELTU\",\n            \"CDMI0\",\n            \"DDPM\",\n            \"DDPMI\",\n            \"CBMIO\",\n            \"DTPMI\",\n            \"CDMIO\",\n            \"97276\",\n            \"A1432\",\n            \"10004\",\n            \"UFC01\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DELTA\",\n        \"name\": \"Delta Dental of Michigan\",\n        \"onederfulPayerId\": \"DD_MICHIGAN\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DDPKS\",\n            \"E3960\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CDKS1\",\n        \"name\": \"Delta Dental of Kansas\",\n        \"onederfulPayerId\": \"DD_KS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"10002\",\n            \"99010\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DEHI1\",\n        \"name\": \"Hawaii Dental Services (Delta Dental of HI)\",\n        \"onederfulPayerId\": \"HAWAII_DENTAL_SERVICE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"E3240\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKMS1\",\n        \"name\": \"Medicaid of Mississippi\",\n        \"onederfulPayerId\": \"MEDICAID_MS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKIA1\",\n        \"name\": \"Medicaid of Iowa\",\n        \"onederfulPayerId\": \"MEDICAID_IA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"UNITED_CONCORDIA_FEDERAL_EMPLOYEES_PROGRAM\",\n            \"PERSONAL_CHOICE\",\n            \"HERSHEY_HEALTHSMILE\",\n            \"BLUE_SHIELD_PENNSYLVANNIA\",\n            \"UCCDP\",\n            \"54771\",\n            \"CX013\",\n            \"89070\",\n            \"CX007\",\n            \"CBPA2\",\n            \"CB865\",\n            \"CX002\",\n            \"DXTAS\",\n            \"18004\",\n            \"UCCTR\",\n            \"UCCMB\",\n            \"UCCEN\",\n            \"UCCDE\",\n            \"UCCAP\",\n            \"00864\",\n            \"TLW33\",\n            \"CXOO7\",\n            \"TLX74\",\n            \"CX008\",\n            \"TFQ25\",\n            \"CBMNU\",\n            \"CBAR2\",\n            \"TEMU1\",\n            \"99998\",\n            \"99994\",\n            \"TES03\",\n            \"99997\",\n            \"Z9901\",\n            \"99995\",\n            \"BCBS_LOUISIANA\",\n            \"MINNESOTA_BLUE_CROSS_DENTAL_(UCCI)\",\n            \"53287\",\n            \"BXMN1\",\n            \"TLU22\",\n            \"00720\",\n            \"CX004\",\n            \"00301\",\n            \"00800\",\n            \"TLX78\",\n            \"TLX12\",\n            \"CBNYW\",\n            \"CBNYE\",\n            \"55204\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"0000D\",\n        \"name\": \"United Concordia\",\n        \"onederfulPayerId\": \"UNITED_CONCORDIA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"90162\",\n            \"06120\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"91062\",\n        \"name\": \"Delta Dental of Washington\",\n        \"onederfulPayerId\": \"DD_WASHINGTON\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CX089\",\n            \"DX214\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"TFQ56\",\n        \"name\": \"Deseret Mutual Benefit Administrators\",\n        \"onederfulPayerId\": \"DESERET_MUTUAL_BENEFIT_ADMINISTRATORS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"BCBS_WASHINGTON\",\n            \"47570T3\",\n            \"47570T2\",\n            \"47570T1\",\n            \"00430\",\n            \"DX102\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"47570\",\n        \"name\": \"Blue Cross Blue Shield of Alaska (Premera)\",\n        \"onederfulPayerId\": \"BCBS_ALASKA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"BSC01\",\n            \"TLW74\",\n            \"BCSSC\",\n            \"DXSCF\",\n            \"BCBS_SOUTH_CAROLINA_FEP\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"38520\",\n        \"name\": \"Blue Cross Blue Shield of South Carolina\",\n        \"onederfulPayerId\": \"BCBS_SOUTH_CAROLINA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"43091\",\n        \"name\": \"Delta Dental of South Carolina\",\n        \"onederfulPayerId\": \"DELTA_DENTAL_SOUTH_CAROLINA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKME1\",\n        \"name\": \"Medicaid of Maine\",\n        \"onederfulPayerId\": \"MEDICAID_ME\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"TLY55\",\n            \"DNC00\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKNC1\",\n        \"name\": \"Medicaid of North Carolina\",\n        \"onederfulPayerId\": \"MEDICAID_NC\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CX091\",\n            \"TFQ19\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"86098\",\n        \"name\": \"AVESIS\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DD_LOUISIANA\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DDLA1\",\n        \"name\": \"Delta Dental of Louisiana\",\n        \"onederfulPayerId\": \"DD_LOUISIANA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CB833\",\n            \"TLU03\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"29076\",\n        \"name\": \"Medical Mutual of Ohio (MMO)\",\n        \"onederfulPayerId\": \"MMO\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"UFT_WELFARE_FUND\",\n            \"HEALTHSOURCE_PROVIDENT\",\n            \"CONNECTICUT_GENERAL_CIGNA\",\n            \"80840\",\n            \"TLX70\",\n            \"62308T2\",\n            \"62308T1\",\n            \"10050\",\n            \"CIGN1\",\n            \"TLX24\",\n            \"TLU64\",\n            \"71056\",\n            \"68195\",\n            \"CHLIC\",\n            \"CGHMO\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"62308\",\n        \"name\": \"Cigna\",\n        \"onederfulPayerId\": \"CIGNA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"BLUE_ADVANTAGE\",\n            \"CBAR1\",\n            \"CBAR5\",\n            \"P-US\",\n            \"TLY26\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"83470\",\n        \"name\": \"Blue Cross Blue Shield of Arkansas\",\n        \"onederfulPayerId\": \"BCBS_ARKANSAS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"ARIND\",\n        \"name\": \"Delta Dental of AR Indv\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"31096\",\n        \"name\": \"Delta Dental of West Virginia\",\n        \"onederfulPayerId\": \"DD_WEST_VIRGINIA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKMI1\",\n        \"name\": \"Medicaid of Michigan\",\n        \"onederfulPayerId\": \"MEDICAID_MICHIGAN\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"61101\",\n            \"10841\",\n            \"73288T2\",\n            \"73288T1\",\n            \"73288T6\",\n            \"73288T5\",\n            \"73288T4\",\n            \"73288T3\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"73288\",\n        \"name\": \"Humana Dental\",\n        \"onederfulPayerId\": \"HUMANA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKCT1\",\n        \"name\": \"Medicaid of Connecticut\",\n        \"onederfulPayerId\": \"MEDICAID_CONNECTICUT\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKOH1\",\n        \"name\": \"Medicaid of Ohio\",\n        \"onederfulPayerId\": \"MEDICAID_OH\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"39033\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"39069\",\n        \"name\": \"Delta Dental of Wisconsin\",\n        \"onederfulPayerId\": \"DD_WI\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"SKYGEN\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"SKYGN\",\n        \"name\": \"Molina Healthcare\",\n        \"onederfulPayerId\": \"MOLINA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CX036\",\n        \"name\": \"Group Dental Service\",\n        \"onederfulPayerId\": \"GROUP_DENTAL_SERVICE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"AD060\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"65358\",\n        \"name\": \"Blue Cross Blue Shield of Connecticut\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"AD265\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"84101\",\n        \"name\": \"Blue Cross Blue Shield of Nevada\",\n        \"onederfulPayerId\": \"ANTHEM_BCBS_NEVADA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CX107\",\n            \"SX107\",\n            \"30192\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"TPC17\",\n        \"name\": \"Select Health\",\n        \"onederfulPayerId\": \"SELECTHEALTH\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKNY1\",\n        \"name\": \"Medicaid of New York\",\n        \"onederfulPayerId\": \"MEDICAID_NEW_YORK\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CKNV1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"MCNV1\",\n        \"name\": \"Medicaid of Nevada\",\n        \"onederfulPayerId\": \"MEDICAID_NV\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"TXIX\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKWI1\",\n        \"name\": \"Medicaid of Wisconsin\",\n        \"onederfulPayerId\": \"MEDICAID_WI\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DX231\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"37242\",\n        \"name\": \"Aultra Administrative Group\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DX067\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"47171\",\n        \"name\": \"Blue Cross Blue Shield of Kansas City\",\n        \"onederfulPayerId\": \"BCBS_KANSAS_CITY_MO\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"44054\",\n        \"name\": \"GEHA Employee Program\",\n        \"onederfulPayerId\": \"GEHA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"AD270\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"BNH01\",\n        \"name\": \"Blue Cross Blue Shield of New Hampshire\",\n        \"onederfulPayerId\": \"ANTHEM_BCBS_NEW_HAMPSHIRE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"43471\",\n        \"name\": \"Benefit Management / Inetico\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"61603\",\n            \"61604\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"LX049\",\n        \"name\": \"Primewest Health\",\n        \"onederfulPayerId\": \"PRIMEWEST\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CX034\",\n            \"TDN02\",\n            \"TLY47\",\n            \"FX136\",\n            \"TLX87\",\n            \"TLZ09\",\n            \"TLX86\",\n            \"TLX85\",\n            \"TLU18\",\n            \"TLX88\",\n            \"TDN01\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"00580\",\n        \"name\": \"Blue Cross Blue Shield of Maryland / CAREFIRST\",\n        \"onederfulPayerId\": \"BCBS_MARYLAND\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"00850\",\n            \"85100\",\n            \"TLW13\",\n            \"CB850\",\n            \"REGENCE_BCBS_OREGON_OUT\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"00851\",\n        \"name\": \"Blue Cross Blue Shield of Oregon (Regence)\",\n        \"onederfulPayerId\": \"BCBS_OREGON\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"61424\",\n            \"TLW23\",\n            \"TPC02\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"61425\",\n        \"name\": \"Trustmark\",\n        \"onederfulPayerId\": \"TRUSTMARK\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKMO1\",\n        \"name\": \"Medicaid of Missouri\",\n        \"onederfulPayerId\": \"MEDICAID_MO\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"COUNCIL_CARPENTERS_WELFARE_FUND\",\n            \"ICW01\",\n            \"CDIN1\",\n            \"DDPIN\",\n            \"DDPI\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DELTI\",\n        \"name\": \"Delta Dental of Indiana\",\n        \"onederfulPayerId\": \"DD_INDIANA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"4614\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"04614\",\n        \"name\": \"Delta Dental of Massachusetts\",\n        \"onederfulPayerId\": \"DD_MA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKIN1\",\n        \"name\": \"Medicaid of Indiana\",\n        \"onederfulPayerId\": \"MEDICAID_INDIANA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"2027\",\n            \"02027T3\",\n            \"02027T2\",\n            \"02027T1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"02027\",\n        \"name\": \"Delta Dental of Northeast (ME NH VT)\",\n        \"onederfulPayerId\": \"DD_NORTHEAST\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"HUMANA_SPECIALTY_BENEFITS_STATE_FLORIDA_DENTAL\",\n            \"HUMANA_SPECIALTY_BENEFITS_FLORIDA_HEALTHY_KIDS_DENTAL\",\n            \"HUMANA_COMPBENEFITS_FEDERAL_PLAN_DENTAL\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CX021\",\n        \"name\": \"CompBenefits\",\n        \"onederfulPayerId\": \"COMPBENEFITS_AND_HUMANA_SPECIALTY_BENEFITS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CDIAM\",\n        \"name\": \"Delta Dental of Iowa - DWP\",\n        \"onederfulPayerId\": \"DD_IOWA_GOVERNMENT\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"14165\",\n            \"P-MVP\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"TLX30\",\n        \"name\": \"MVP Select Care\",\n        \"onederfulPayerId\": \"MVP_SELECT_CARE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKOK1\",\n        \"name\": \"Medicaid of Oklahoma\",\n        \"onederfulPayerId\": \"MEDICAID_OK\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"86001 - 86003\",\n            \"86047 - 86049\",\n            \"WT004 - WT006\",\n            \"WT006\",\n            \"WT005\",\n            \"WT004\",\n            \"86049\",\n            \"86048\",\n            \"86047\",\n            \"86003\",\n            \"86002\",\n            \"86001\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"GP133\",\n        \"name\": \"UHC Dental Government Programs\",\n        \"onederfulPayerId\": \"COMMUNITY_UNITED_HEALTHCARE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKMA1\",\n        \"name\": \"Medicaid of Massachusetts (Mass Health)\",\n        \"onederfulPayerId\": \"MEDICAID_MA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"UTUDD\",\n        \"name\": \"Dentist Direct\",\n        \"onederfulPayerId\": \"DENTIST_DIRECT\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DDPA1\",\n            \"23166T1\",\n            \"TLU51\",\n            \"TLX23\",\n            \"00008\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"23166\",\n        \"name\": \"Delta Dental of Pennsylvania\",\n        \"onederfulPayerId\": \"DD_PENNSYLVANIA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"Z0001\",\n            \"AD241\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"TLX52\",\n        \"name\": \"Blue Cross Blue Shield of Missouri\",\n        \"onederfulPayerId\": \"BCBS_MO\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DD_FLORIDA\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DDFL1\",\n        \"name\": \"Delta Dental of Florida\",\n        \"onederfulPayerId\": \"DD_FLORIDA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"01066\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"R7002\",\n        \"name\": \"Wilson Mcshane Corporation\",\n        \"onederfulPayerId\": \"WILSON_MCSHANE_CORP\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"77039\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKMT1\",\n        \"name\": \"Medicaid of Montana\",\n        \"onederfulPayerId\": \"MEDICAID_MT\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"ANTHEM_BCBS_OHIO\",\n            \"ANTHEM_BCBS_KENTUCKY\",\n            \"ANTHEM_BCBS_INDIANA\",\n            \"AD332\",\n            \"AD160\",\n            \"AD130\",\n            \"84105T3\",\n            \"84105T2\",\n            \"84105T1\",\n            \"TLU91\",\n            \"TLU89\",\n            \"TLU90\",\n            \"P-NYF\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"84105\",\n        \"name\": \"Blue Cross Blue Shield (Anthem)\",\n        \"onederfulPayerId\": \"ANTHEM\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"WDENC\",\n            \"01130\",\n            \"WT016\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"WT016\",\n        \"name\": \"Delta Dental - Individual\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CB900\",\n            \"31004\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"84980\",\n        \"name\": \"Blue Cross Blue Shield of Texas\",\n        \"onederfulPayerId\": \"BCBS_TEXAS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"47009\",\n            \"CX092\",\n            \"TLZ28\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"TLX77\",\n        \"name\": \"Security Life Insurance Co of America\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DDPAR\",\n            \"CDAR1\",\n            \"DEPAR\",\n            \"00001\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DELAR\",\n        \"name\": \"Delta Dental of Arkansas\",\n        \"onederfulPayerId\": \"DD_AR\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKNH1\",\n        \"name\": \"Medicaid of New Hampshire\",\n        \"onederfulPayerId\": \"MEDICAID_NH\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"72630\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"60033\",\n        \"name\": \"FIRST AMERITAS LIFE INSURANCE CORPORATION OF NY\",\n        \"onederfulPayerId\": \"AMERITAS_NEW_YORK\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKNJ1\",\n        \"name\": \"Medicaid of New Jersey\",\n        \"onederfulPayerId\": \"MEDICAID_NJ\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"HDSMH\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"TMCHI\",\n        \"name\": \"Medicaid of Hawaii (Hawaii Dental Services)\",\n        \"onederfulPayerId\": \"HDS_MEDICAID\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DDAK1\",\n            \"13350\",\n            \"25004\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CDOR1\",\n        \"name\": \"Delta Dental of Oregon\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CB923\",\n            \"AD423\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"84103\",\n        \"name\": \"Blue Cross Blue Shield of Virginia (Trigon)\",\n        \"onederfulPayerId\": \"ANTHEM_BCBS_VIRGINIA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"MCNA2\",\n            \"CKLA1\",\n            \"CKLA2\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"65030\",\n        \"name\": \"Managed Care of North America (MCNA)\",\n        \"onederfulPayerId\": \"MCNA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DDMS1\",\n        \"name\": \"Delta Dental of Mississippi\",\n        \"onederfulPayerId\": \"DD_MISSISSIPPI\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"TRIGON_BCBS_VIRGINIA\",\n            \"TRIGON_BCBS_COLORADO\",\n            \"84103\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"47198\",\n        \"name\": \"Blue Cross of California (Wellpoint)\",\n        \"onederfulPayerId\": \"ANTHEM_BCBS_CALIFORNIA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKOR1\",\n        \"name\": \"Medicaid of Oregon\",\n        \"onederfulPayerId\": \"MEDICAID_OR\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"80314D\",\n            \"80314T2\",\n            \"80314T1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"80314\",\n        \"name\": \"UNICARE\",\n        \"onederfulPayerId\": \"UNICARE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"GWD01\",\n        \"name\": \"Golden West Dental  \",\n        \"onederfulPayerId\": \"GOLDEN_WEST\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"31118\",\n        \"name\": \"Central Benefits Mutual\",\n        \"onederfulPayerId\": \"HEALTHSCOPE_TRIBUTE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"P-SID\",\n            \"TPC16\",\n            \"TPC18\",\n            \"TPC19 - TCP100\",\n            \"TPC68\",\n            \"TPC67\",\n            \"TPC69\",\n            \"TPC66\",\n            \"TPC64\",\n            \"TPC63\",\n            \"TPC62\",\n            \"TPC61\",\n            \"TPC60\",\n            \"TPC59\",\n            \"TPC58\",\n            \"TPC57\",\n            \"TPC56\",\n            \"TPC55\",\n            \"TPC54\",\n            \"TPC53\",\n            \"TPC52\",\n            \"TPC51\",\n            \"TPC50\",\n            \"TPC49\",\n            \"TPC48\",\n            \"TPC47\",\n            \"TPC46\",\n            \"TPC45\",\n            \"TPC44\",\n            \"TPC43\",\n            \"TPC42\",\n            \"TPC41\",\n            \"TPC40\",\n            \"TPC39\",\n            \"TPC38\",\n            \"TPC37\",\n            \"TPC36\",\n            \"TPC35\",\n            \"TPC34\",\n            \"TPC33\",\n            \"TPC32\",\n            \"TPC31\",\n            \"TPC30\",\n            \"TPC29\",\n            \"TPC28\",\n            \"TPC27\",\n            \"TPC26\",\n            \"TPC25\",\n            \"TPC24\",\n            \"TPC23\",\n            \"TPC22\",\n            \"TPC21\",\n            \"TPC20\",\n            \"TPC19\",\n            \"TPC100\",\n            \"TPC99\",\n            \"TPC98\",\n            \"TPC97\",\n            \"TPC96\",\n            \"TPC95\",\n            \"TPC94\",\n            \"TPC93\",\n            \"TPC92\",\n            \"TPC91\",\n            \"TPC90\",\n            \"TPC89\",\n            \"TPC88\",\n            \"TPC87\",\n            \"TPC86\",\n            \"TPC85\",\n            \"TPC84\",\n            \"TPC83\",\n            \"TPC82\",\n            \"TPC81\",\n            \"TPC80\",\n            \"TPC79\",\n            \"TPC78\",\n            \"TPC77\",\n            \"TPC76\",\n            \"TPC75\",\n            \"TPC74\",\n            \"TPC73\",\n            \"TPC72\",\n            \"TPC71\",\n            \"TPC70\",\n            \"TPC65\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CX076\",\n        \"name\": \"Administrative Services (ASO) \",\n        \"onederfulPayerId\": \"ADMINISTRATIVE_SERVICES_ONLY\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"78077\",\n        \"name\": \"Equitable\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"GACS1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"SCION\",\n        \"name\": \"SCION Dental\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CX095\",\n        \"name\": \"Capitol Dental\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"WVCS1\",\n        \"name\": \"Caresource - West Virginia\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"61271T1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"61271\",\n        \"name\": \"Principal Financial Group\",\n        \"onederfulPayerId\": \"PRINCIPAL\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"ALLCD\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CXALC\",\n        \"name\": \"Allcare CCO Dental\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"00390\",\n            \"00890\",\n            \"67004\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CBTN1\",\n        \"name\": \"Blue Cross Blue Shield of Tennessee\",\n        \"onederfulPayerId\": \"BCBS_TENNESSEE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"38004\",\n            \"04210\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CBMA1\",\n        \"name\": \"Blue Cross Blue Shield of Massachusetts\",\n        \"onederfulPayerId\": \"BCBS_MASSACHUSETTS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"ALH01\",\n        \"name\": \"Aliera Healthcare\",\n        \"onederfulPayerId\": \"ALIERA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKAL1\",\n        \"name\": \"Medicaid of Alabama\",\n        \"onederfulPayerId\": \"MEDICAID_ALABAMA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"13411\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"89009\",\n        \"name\": \"Standard Insurance Company of New York\",\n        \"onederfulPayerId\": \"STANDARD_INSURANCE_NEW_YORK\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKAR1\",\n        \"name\": \"Medicaid of Arkansas\",\n        \"onederfulPayerId\": \"MEDICAID_AR\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DENT3\",\n        \"name\": \"All Smiles Community Oral Health\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"INTERNATIONAL_BROTHERHOOD_ELECTRICAL_WORKERS\",\n            \"DDPOH\",\n            \"CDOH1\",\n            \"DDPO\",\n            \"15004\",\n            \"A1317\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DELTO\",\n        \"name\": \"Delta Dental of Ohio\",\n        \"onederfulPayerId\": \"DD_OHIO\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"99004\",\n            \"TLZ27\",\n            \"10001\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"HMSA1\",\n        \"name\": \"HMSA (Hawaii Medical Services) - Commercial\",\n        \"onederfulPayerId\": \"HMSA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DD_TEXAS\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DDTX1\",\n        \"name\": \"Delta Dental of Texas\",\n        \"onederfulPayerId\": \"DD_TEXAS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"66043\",\n        \"name\": \"Delta Dental of Puerto Rico\",\n        \"onederfulPayerId\": \"DD_PUERTO_RICO\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"81040\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"TLU11\",\n        \"name\": \"Allegiance Benefit Plan Management\",\n        \"onederfulPayerId\": \"ALLEGIANCE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"70123\",\n        \"name\": \"WV PEIA\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKNM1\",\n        \"name\": \"Medicaid of New Mexico\",\n        \"onederfulPayerId\": \"MEDICAID_NM\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"36088\",\n        \"name\": \"Reliance Standard Life\",\n        \"onederfulPayerId\": \"RELIANCE_STANDARD_LIFE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"AD180\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"BME01\",\n        \"name\": \"Blue Cross Blue Shield of Maine\",\n        \"onederfulPayerId\": \"ANTHEM_BCBS_MAINE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CBNY1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"55093\",\n        \"name\": \"Blue Cross Blue Shield of New York (Empire)\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"71064\",\n        \"name\": \"HealthChoice\",\n        \"onederfulPayerId\": \"HEALTHCHOICE_OKLAHOMA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"PRIMECARE_WISCONSIN\",\n            \"PHOENIX_HEALTH_DENTAQUEST\",\n            \"MERCY_CARE\",\n            \"MEDICAID_WISCONSIN_PRIMECARE\",\n            \"MEDICAID_WISCONSIN_HUMANA_TDC\",\n            \"MEDICAID_WISCONSIN_DENTAQUEST\",\n            \"MEDICAID_VIRGINIA_HEALTHKEEPERS\",\n            \"MEDICAID_VIRGINIA\",\n            \"MEDICAID_TEXAS_DENTAQUEST\",\n            \"MEDICAID_TENNESSEE_BLUECARE\",\n            \"MEDICAID_SOUTH_CAROLINA\",\n            \"MEDICAID_MARYLAND\",\n            \"MEDICAID_KENTUKY_DORAL_DENTAL\",\n            \"MEDICAID_ILLINOIS\",\n            \"MEDICAID_IDAHO\",\n            \"MEDICAID_COLORADO\",\n            \"DENTAQUEST_GOVERNMENT\",\n            \"AMERIGROUP_WA_MEDICARE\",\n            \"AMERIGROUP_GA\",\n            \"AFFINITY_HEALTH\",\n            \"TPC14\",\n            \"13357\",\n            \"11315\",\n            \"25143\",\n            \"23284\",\n            \"13265\",\n            \"CKO14\",\n            \"09824\",\n            \"31114\",\n            \"CXO14\",\n            \"CIMSA\",\n            \"CKSC1\",\n            \"CKKY3\",\n            \"CKIL1\",\n            \"CKID1\",\n            \"CKCO1\",\n            \"86052\",\n            \"CKVA1\",\n            \"CKMD1\",\n            \"CX014T1\",\n            \"22348\",\n            \"77016\",\n            \"SCXIX\",\n            \"WT001\",\n            \"TPC11\",\n            \"TLW15\",\n            \"COMED\",\n            \"AIDID\",\n            \"MCMD1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CX014\",\n        \"name\": \"DentaQuest - Government\",\n        \"onederfulPayerId\": \"MEDICAID_DENTAQUEST\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CBGA1\",\n            \"54000\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"SB601\",\n        \"name\": \"Blue Cross Blue Shield of Georgia\",\n        \"onederfulPayerId\": \"ANTHEM_BCBS_GEORGIA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"32_BJ\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"11198\",\n        \"name\": \"Delta Dental of New York\",\n        \"onederfulPayerId\": \"DD_NEW_YORK\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CX032\",\n            \"CX047\",\n            \"61492\",\n            \"61301\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"47009\",\n        \"name\": \"Ameritas Life Insurance Company\",\n        \"onederfulPayerId\": \"AMERITAS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"TLW42\",\n            \"CX099\",\n            \"DD_CALIFORNIA\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"77777\",\n        \"name\": \"Delta Dental of California\",\n        \"onederfulPayerId\": \"DD_CALIFORNIA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DD_MONTANA\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DDMT1\",\n        \"name\": \"Delta Dental of Montana\",\n        \"onederfulPayerId\": \"DD_MONTANA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"SDCOM\",\n        \"name\": \"SCION Dental Commercial  \",\n        \"onederfulPayerId\": \"DIRECT_DENTAL\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DDKY\",\n            \"17004\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CDKY1\",\n        \"name\": \"Delta Dental of Kentucky\",\n        \"onederfulPayerId\": \"DD_KY\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKND1\",\n        \"name\": \"Medicaid of North Dakota\",\n        \"onederfulPayerId\": \"MEDICAID_ND\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"ANTHEM_BCBS_WISCONSIN_FEP\",\n            \"P-DBC\",\n            \"BWI01\",\n            \"00950\",\n            \"TCX01\",\n            \"CB950\",\n            \"AD450\",\n            \"00450\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"39141\",\n        \"name\": \"Blue Cross Blue Shield of Wisconsin\",\n        \"onederfulPayerId\": \"BCBS_WISCONSIN\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"HCH01\",\n        \"name\": \"Healthcare Highways Health Plan  \",\n        \"onederfulPayerId\": \"HEALTHCARE_HIGHWAYS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"68246\",\n            \"6005\",\n            \"68241\",\n            \"57604\",\n            \"6824\",\n            \"60054T2\",\n            \"60054T1\",\n            \"60054T17\",\n            \"60054T10\",\n            \"60054T9\",\n            \"60054T8\",\n            \"60054T7\",\n            \"60054T6\",\n            \"60054T5\",\n            \"60054T4\",\n            \"60054T3\",\n            \"60054T16\",\n            \"60054T15\",\n            \"60054T14\",\n            \"60054T13\",\n            \"60054T12\",\n            \"60054T11\",\n            \"953402799\",\n            \"18014\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"60054\",\n        \"name\": \"AETNA\",\n        \"onederfulPayerId\": \"AETNA_DENTAL_PLANS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"BFL01\",\n            \"CBFLU\",\n            \"TLZ31\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"76031\",\n        \"name\": \"Florida Combined Life (BCBS OF FL)\",\n        \"onederfulPayerId\": \"FLORIDA_COMBINED_LIFE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CBKS1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"47163\",\n        \"name\": \"Blue Cross Blue Shield of Kansas\",\n        \"onederfulPayerId\": \"BCBS_KANSAS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"93524\",\n        \"name\": \"Advantage Dental\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"58066\",\n        \"name\": \"AFLAC of Georgia\",\n        \"onederfulPayerId\": \"AFLAC_GA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CX035\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DCP01\",\n        \"name\": \"Dental Care Plus\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"R7004\",\n        \"name\": \"FLEX Compensation\",\n        \"onederfulPayerId\": \"FLEX_COMPENSATION\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"AFLAC\",\n        \"name\": \"Aflac Claims\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CBID2\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"00611\",\n        \"name\": \"Regence Blue Shield of Idaho\",\n        \"onederfulPayerId\": \"BLUE_SHIELD_IDAHO\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"93024\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"69019\",\n        \"name\": \"Standard Insurance Company of New York\",\n        \"onederfulPayerId\": \"STANDARD_INSURANCE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"96938\",\n        \"name\": \"Gateway Healthy Plan\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DENTAL_GUARD_PREFERRED\",\n            \"TLZ41\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"64246\",\n        \"name\": \"Guardian Life Insurance Co\",\n        \"onederfulPayerId\": \"GUARDIAN\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"AD050\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"84099\",\n        \"name\": \"Blue Cross Blue Shield of Colorado\",\n        \"onederfulPayerId\": \"ANTHEM_BCBS_COLORADO\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DDUTO\",\n            \"DD_UTAH\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DDUT1\",\n        \"name\": \"Delta Dental of Utah\",\n        \"onederfulPayerId\": \"DD_UTAH\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"13317\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"71005\",\n        \"name\": \"First Reliance Standard Life - New York\",\n        \"onederfulPayerId\": \"FIRST_RELIANCE_STANDARD\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"65978\",\n            \"TLZ16\",\n            \"TES01\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"0000E\",\n        \"name\": \"Metropolitan Life Insurance Company\",\n        \"onederfulPayerId\": \"METLIFE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"54084\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CDVA1\",\n        \"name\": \"Delta Dental of Virginia\",\n        \"onederfulPayerId\": \"DD_VIRGINIA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"12B25\",\n            \"BCSOK\",\n            \"SB840\",\n            \"TBOK1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"00840\",\n        \"name\": \"Blue Cross Blue Shield of Oklahoma\",\n        \"onederfulPayerId\": \"BCBS_OKLAHOMA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"70408T1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"70408\",\n        \"name\": \"Sun Life Financial\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"93525\",\n        \"name\": \"Northwest Dental Services\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"MDTX1\",\n            \"86916\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKTX1\",\n        \"name\": \"Medicaid of Texas\",\n        \"onederfulPayerId\": \"MEDICAID_TX\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"50503\",\n        \"name\": \"Altus Dental\",\n        \"onederfulPayerId\": \"ALTUS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DD_ALABAMA\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DDAL1\",\n        \"name\": \"Delta Dental of Alabama\",\n        \"onederfulPayerId\": \"DD_ALABAMA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DD_NEVADA\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DDNV1\",\n        \"name\": \"Delta Dental of Nevada\",\n        \"onederfulPayerId\": \"DD_NEVADA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"56010\",\n            \"DDPNC\",\n            \"DDNC\",\n            \"DDNC1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"56101\",\n        \"name\": \"Delta Dental of North Carolina\",\n        \"onederfulPayerId\": \"DD_NORTH_CAROLINA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"82029\",\n        \"name\": \"Delta Dental of Idaho\",\n        \"onederfulPayerId\": \"DD_ID\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"81264\",\n        \"name\": \"Nippon Life Insurance Company of America\",\n        \"onederfulPayerId\": \"NIPPON\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"05030\",\n            \"MW150\",\n            \"P-MOE\",\n            \"TLY40\",\n            \"PIP02\",\n            \"PIP01\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"47598\",\n        \"name\": \"Delta Dental of Illinois Group Plans\",\n        \"onederfulPayerId\": \"DD_ILLINOIS_GROUP_PLANS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"GI813\",\n        \"name\": \"Guardian Managed DentalGuard (Individual Market)\",\n        \"onederfulPayerId\": \"MANAGED_DENTALGUARD\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CDNE1\",\n            \"DDNE\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"07027\",\n        \"name\": \"Delta Dental of Nebraska\",\n        \"onederfulPayerId\": \"DD_NEBRASKA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"ALBLS\",\n            \"07600\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CBAL1\",\n        \"name\": \"Blue Cross Blue Shield of Alabama\",\n        \"onederfulPayerId\": \"BCBS_ALABAMA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKUT1\",\n        \"name\": \"Medicaid of Utah\",\n        \"onederfulPayerId\": \"MEDICAID_UTAH\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"85022\",\n            \"DDPNM\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DELTM\",\n        \"name\": \"Delta Dental of New Mexico\",\n        \"onederfulPayerId\": \"DD_NEW_MEXICO\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"5029\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"05029\",\n        \"name\": \"Delta Dental of Rhode Island\",\n        \"onederfulPayerId\": \"DD_RHODE_ISLAND\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DD_TRICARE\",\n            \"37004\",\n            \"DDPFS\",\n            \"DDCA1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CDCA1\",\n        \"name\": \"Tricare Retiree Dental\",\n        \"onederfulPayerId\": \"TRICARE_RETIREE_DENTAL_PROGRAM\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DHS01\",\n            \"MNMA1\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKMN1\",\n        \"name\": \"Medicaid of Minnesota\",\n        \"onederfulPayerId\": \"MEDICAID_MINNESOTA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"07031\",\n            \"MEDIC\",\n            \"MEPUB\",\n            \"MEDICA\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CX026\",\n        \"name\": \"MEDICA of Minnesota\",\n        \"onederfulPayerId\": \"MEDICA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"53589\",\n            \"TLZ14\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"TBX01\",\n        \"name\": \"Blue Cross Blue Shield of Arizona\",\n        \"onederfulPayerId\": \"BCBS_ARIZONA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"WT002\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"BSCA2\",\n        \"name\": \"Blue Shield of California - Federal\",\n        \"onederfulPayerId\": \"BLUE_SHIELD_CALIFORNIA_FEDERAL\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"67814T2\",\n            \"67814T1\",\n            \"75238\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"67814\",\n        \"name\": \"Sun Life & Health Ins Co\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DDPTN\",\n            \"CDTN1\",\n            \"DDPT\",\n            \"22004\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DELTN\",\n        \"name\": \"Delta Dental of Tennessee\",\n        \"onederfulPayerId\": \"DD_TENNESSEE\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"34192\",\n        \"name\": \"Mutual Health Services\",\n        \"onederfulPayerId\": \"MUTUAL_HEALTH_SERVICES\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CDIA1\",\n        \"name\": \"Delta Dental of Iowa\",\n        \"onederfulPayerId\": \"DD_IOWA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"25125\",\n            \"TFQ69\",\n            \"TLW06\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"43090\",\n        \"name\": \"Delta Dental of Missouri\",\n        \"onederfulPayerId\": \"DD_MISSOURI\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"R7003\",\n        \"name\": \"Benefit Inc\",\n        \"onederfulPayerId\": \"BENEFIT_INC\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"UHC_API\",\n        \"name\": \"United Healthcare Dental (Integration)\",\n        \"onederfulPayerId\": \"UHC_API\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"52147\",\n        \"name\": \"Delta Dental of District of Columbia (DC)\",\n        \"onederfulPayerId\": \"DD_WASHINGTON_DC\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"VYNE1\",\n        \"name\": \"Vyne Sample Responses\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKFL1\",\n        \"name\": \"Medicaid of Florida\",\n        \"onederfulPayerId\": \"MEDICAID_FL\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"93221\",\n        \"name\": \"Asuris Northwest Health\",\n        \"onederfulPayerId\": \"ASURIS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"P-087\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CX087\",\n        \"name\": \"Mutual of Omaha\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"UNITED_MEDICAL_RESOURCES\",\n            \"UMR_SAN_ANTONIO\",\n            \"UMR_HARRINGTON\",\n            \"33108\",\n            \"74223\",\n            \"95266\",\n            \"75196\",\n            \"75245\",\n            \"87265\",\n            \"52132\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"39026\",\n        \"name\": \"UMR_GEHA\",\n        \"onederfulPayerId\": \"UMR_WAUSAU\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DX052\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"AULTC\",\n        \"name\": \"Aultcare\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"DDPOK\",\n            \"CDOK1\",\n            \"22229\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"DELOK\",\n        \"name\": \"Delta Dental of Oklahoma\",\n        \"onederfulPayerId\": \"DD_OKLAHOMA\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"GOO62\",\n            \"G0062\",\n            \"G0621\",\n            \"CBIL1\",\n            \"TLW12\",\n            \"CB621\",\n            \"23004\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"00621\",\n        \"name\": \"Blue Cross Blue Shield of Illinois\",\n        \"onederfulPayerId\": \"BCBS_ILLINOIS\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"R7001\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"TLY21\",\n        \"name\": \"Zenith Administrators (MN)\",\n        \"onederfulPayerId\": \"ZENITH\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CKVT1\",\n        \"name\": \"Medicaid of Vermont\",\n        \"onederfulPayerId\": \"MEDICAID_VT\",\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CX08\",\n            \"WT066\",\n            \"WT065\",\n            \"WT067\",\n            \"WT064\",\n            \"WT063\",\n            \"WT062\",\n            \"WT019\",\n            \"WT061\",\n            \"WT060\",\n            \"WT059\",\n            \"WT058\",\n            \"WT057\",\n            \"WT056\",\n            \"WT055\",\n            \"WT054\",\n            \"WT035\",\n            \"WT049\",\n            \"WT048\",\n            \"WT047\",\n            \"WT046\",\n            \"WT045\",\n            \"WT034\",\n            \"WT033\",\n            \"WT044\",\n            \"WT032\",\n            \"WT031\",\n            \"WT043\",\n            \"WT038\",\n            \"WT037\",\n            \"WT029\",\n            \"WT030\",\n            \"WT020\",\n            \"WT028\",\n            \"WT027\",\n            \"WT036\",\n            \"WT026\",\n            \"WT022\",\n            \"WT024\",\n            \"WT023\",\n            \"WT021\",\n            \"WT025\",\n            \"WT018\",\n            \"TPC12\",\n            \"LDP02\",\n            \"LDP01\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"CX083\",\n        \"name\": \"Liberty Dental Plan\",\n        \"onederfulPayerId\": null,\n        \"status\": \"ACTIVE\"\n    },\n    {\n        \"alt_payer_ids\": [\n            \"CX061\"\n        ],\n        \"features\": [\n            \"eligibility\"\n        ],\n        \"id\": \"JPF01\",\n        \"name\": \"Lincoln Financial/Jefferson Pilot/Guarantee Life\",\n        \"onederfulPayerId\": \"LINCOLN_FINANCIAL_GROUP\",\n        \"status\": \"ACTIVE\"\n    }\n]"}],"_postman_id":"d700de93-59a2-4b37-bb78-b42ca140d712"},{"name":"pms_general_settings","id":"a4b84cf5-718e-47f8-97ae-0fcc625dbee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/pms_general_settings","description":"<p>API returns details related to general settings of PMS</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"practice_id-optional\">practice_id <code>optional</code></h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h4 id=\"setting_name-optional\">setting_name <code>optional</code></h4>\n<blockquote>\n<p>Name of the setting </p>\n</blockquote>\n<h4 id=\"setting_value-optional\">setting_value <code>optional</code></h4>\n<blockquote>\n<p>Value of the setting </p>\n</blockquote>\n<h3 id=\"sortby\">SortBy</h3>\n<h4 id=\"practice_id\">practice_id</h4>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h4 id=\"setting_value\">setting_value</h4>\n<blockquote>\n<p>Value of the setting </p>\n</blockquote>\n<h4 id=\"setting_name-default\">setting_name <code>default</code></h4>\n<blockquote>\n<p>Name of the setting</p>\n</blockquote>\n<h4 id=\"rowhash\">rowhash</h4>\n<blockquote>\n<p>Rowhash </p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","pms_general_settings"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"25a44279-b953-4567-befd-9c48a37a10d2","name":"pms_general_settings","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/pms_general_settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"50\",\n    \"total_count\": \"1\",\n    \"execution_time\": \"3\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/pms_general_settings?offset=0&limit=50\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/pms_general_settings?offset=0&limit=50\",\n        \"next\": \"\",\n        \"last\": \"https://api.sikkasoft.com/v4/pms_general_settings?offset=6321&limit=50\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/pms_general_settings\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"description\": \"Transaction closed month\",\n            \"cust_id\": \"1\",\n            \"rowhash\": \"09-0D-38-FC-0F-34-00\",\n            \"setting_name\": \"ClosedMonth\",\n            \"setting_value\": \"2/2025\"\n        }\n    ]\n}"}],"_postman_id":"a4b84cf5-718e-47f8-97ae-0fcc625dbee2"},{"name":"staging_details","id":"03ea0924-92dc-4178-ac06-a34bc271b4ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/staging_details","description":"<p>Returns staging details from practice</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"group_id-optional\">group_id <code>optional</code></h6>\n<blockquote>\n<p>group id </p>\n</blockquote>\n<h6 id=\"detail_id-optional\">detail_id <code>optional</code></h6>\n<blockquote>\n<p>detail id </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"category-optional\">category <code>optional</code></h6>\n<blockquote>\n<p>category </p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>status </p>\n</blockquote>\n<h6 id=\"date_filter_onoptional\">date_filter_on<code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: progress_date or estimated_surgery_date or stage_date(default) </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"stage_date\">stage_date</h6>\n<blockquote>\n<p>Stage date </p>\n</blockquote>\n<h6 id=\"estimated_surgery_date\">estimated_surgery_date</h6>\n<blockquote>\n<p>Estimated surgery date </p>\n</blockquote>\n<h6 id=\"progress_date\">progress_date</h6>\n<blockquote>\n<p>Progress date </p>\n</blockquote>\n<h6 id=\"status\">status</h6>\n<blockquote>\n<p>Status </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>Practice ID </p>\n</blockquote>\n<h6 id=\"patient_id\">patient_id</h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"detail_id\">detail_id</h6>\n<blockquote>\n<p>Detail id </p>\n</blockquote>\n<h6 id=\"group_id-default\">group_id <code>default</code></h6>\n<blockquote>\n<p>Group id </p>\n</blockquote>\n<h6 id=\"rowhash\">rowhash</h6>\n<blockquote>\n<p>Rowhash</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","staging_details"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"570a33de-cdaf-4dd6-a4e0-469472cb087a","name":"staging_details","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/staging_details"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"2\",\r\n    \"total_count\": \"3\",\r\n    \"execution_time\": \"156\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/staging_details?offset=0&limit=2\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/staging_details?offset=0&limit=2\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/staging_details?offset=1&limit=2\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/staging_details?offset=1&limit=2\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/staging_details/4\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/24136\",\r\n            \"patient_id\": \"24136\",\r\n            \"status\": \"Active\",\r\n            \"practice_id\": \"1-1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n            \"description\": \"Placement\",\r\n            \"cust_id\": \"1\",\r\n            \"category\": \"Implants\",\r\n            \"rowhash\": \"A6-FC-23-8A-BF-A4-00\",\r\n            \"group_id\": \"4\",\r\n            \"detail_id\": \"5\",\r\n            \"stage_date\": \"2007-06-06T00:00:00\",\r\n            \"estimated_surgery_date\": \"\",\r\n            \"progress_date\": \"\",\r\n            \"detail_note\": \"#22 #27\",\r\n            \"group_note\": \"#22 4x13  #27 4x13\"\r\n        },\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/staging_details/4\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/24136\",\r\n            \"patient_id\": \"24136\",\r\n            \"status\": \"Active\",\r\n            \"practice_id\": \"1-1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n            \"description\": \"Placement\",\r\n            \"cust_id\": \"1\",\r\n            \"category\": \"Implants\",\r\n            \"rowhash\": \"87-3A-89-65-C0-D3-01\",\r\n            \"group_id\": \"4\",\r\n            \"detail_id\": \"6\",\r\n            \"stage_date\": \"2007-07-19T00:00:00\",\r\n            \"estimated_surgery_date\": \"\",\r\n            \"progress_date\": \"\",\r\n            \"detail_note\": \"#28\",\r\n            \"group_note\": \"#22 4x13  #27 4x13\"\r\n        }\r\n    ]\r\n}"},{"id":"89841f49-62fb-48f0-aafa-5223bdf492c2","name":"staging_details?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/staging_details?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","staging_details"],"query":[{"key":"fields","value":"get_all"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"2\",\r\n    \"total_count\": \"3\",\r\n    \"execution_time\": \"156\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/staging_details?offset=0&limit=2\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/staging_details?offset=0&limit=2\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/staging_details?offset=1&limit=2\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/staging_details?offset=1&limit=2\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/staging_details/4\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/24136\",\r\n            \"patient_id\": \"24136\",\r\n            \"status\": \"Active\",\r\n            \"practice_id\": \"1-1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n            \"description\": \"Placement\",\r\n            \"cust_id\": \"1\",\r\n            \"category\": \"Implants\",\r\n            \"rowhash\": \"A6-FC-23-8A-BF-A4-00\",\r\n            \"group_id\": \"4\",\r\n            \"detail_id\": \"5\",\r\n            \"stage_date\": \"2007-06-06T00:00:00\",\r\n            \"estimated_surgery_date\": \"\",\r\n            \"progress_date\": \"\",\r\n            \"detail_note\": \"#22 #27\",\r\n            \"group_note\": \"#22 4x13  #27 4x13\"\r\n        },\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-1/staging_details/4\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-1/patients/24136\",\r\n            \"patient_id\": \"24136\",\r\n            \"status\": \"Active\",\r\n            \"practice_id\": \"1-1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-1\",\r\n            \"description\": \"Placement\",\r\n            \"cust_id\": \"1\",\r\n            \"category\": \"Implants\",\r\n            \"rowhash\": \"87-3A-89-65-C0-D3-01\",\r\n            \"group_id\": \"4\",\r\n            \"detail_id\": \"6\",\r\n            \"stage_date\": \"2007-07-19T00:00:00\",\r\n            \"estimated_surgery_date\": \"\",\r\n            \"progress_date\": \"\",\r\n            \"detail_note\": \"#28\",\r\n            \"group_note\": \"#22 4x13  #27 4x13\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"03ea0924-92dc-4178-ac06-a34bc271b4ba"},{"name":"patient_xrays","id":"d15fdef4-0b77-4267-ba48-1ce46be557cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/patient_xrays","description":"<p>This API read X Rays from Dexis and return.</p>\n<hr />\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"date_filter_onoptional\">date_filter_on<code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: uploaded_date or created_date(default) </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"patient_id\">patient_id</h6>\n<blockquote>\n<p>Patient ID </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"created_date\">created_date</h6>\n<blockquote>\n<p>Created date </p>\n</blockquote>\n<h6 id=\"uploaded_date\">uploaded_date</h6>\n<blockquote>\n<p>Uploaded date </p>\n</blockquote>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>Patient Id</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient_xrays"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"0e7537c2-8adb-4a05-b6a9-0a48e39aca99","name":"patient_xrays","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_xrays"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"1\",\r\n    \"total_count\": \"42\",\r\n    \"execution_time\": \"9\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/patient_xrays?offset=0&limit=1\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/patient_xrays?offset=0&limit=1\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/patient_xrays?offset=1&limit=1\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/patient_xrays?offset=41&limit=1\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1-247/patient_xrays/546546\",\r\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1-247/patients/546546\",\r\n            \"patient_id\": \"546546\",\r\n            \"firstname\": \"Test\",\r\n            \"lastname\": \"Samaaa\",\r\n            \"practice_id\": \"1-247\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1-247\",\r\n            \"created_date\": \"2022-11-02T08:16:00\",\r\n            \"tooth_number\": \"3-4-5-28-29-30\",\r\n            \"cust_id\": \"1\",\r\n            \"xray_link\": \"https://centraldata.s3.amazonaws.com/images/xrayimages/D49170//253774202407081031304047.png?AWSAccessKeyId={{vault:aws-access-key}}&Expires=1754280156&x-amz-security-token=IQoJb3JpZ2luX2VjEOz%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCXVzLWVhc3QtMSJHMEUCIBdA0LvCk0iuk%2Bc3ELiuF361ULQ4op0h8gBYHlKDL6oJAiEArktwFLoniBbdI5XXjev63kVTx1Uxgoezp6XI1aY7E6sqsgUIJRAAGgwyMDk1MTc1NDg5NzYiDIRkZcWiU0qj%2Ft9dXSqPBcjk1g6eDcQDmhRvNiUPOztKPzreVIXHDtrCb9seztUBOfzP7MhnKyl%2FU%2BSaAo7Bi6KNJHzD7MhssPiB4sUY3ALTxEpTmxli9AnpnFUQYkQJXlvXhopVx3hL4OBNUmSw7VxMFk5bxibUsMYHzUmsHidhsD8tl%2FVLgx%2F%2FIrJdneIlpzaTLBl3TOif56qoAhpjDRKd20ybQwHNFo%2BHYgywEZXHRbo5UpVJoWxh4JmOG6yO0m3nQSlDL%2FYsfk2pgl9JqVA7rTCr6EvW0F82WAEM53CLLqBlJJQAS2pSFCAARayne5EbD%2BiwcmR38YZCpkz6r%2F4lvYzEtRM6Hoh41jDEVos99WdyaLA3Laq1BpGJVFCDKfY1OT60RWUDiH4o0ZzKF4lKGYpkbiX%2Bf0qFIbpru2GYrKNXj4QAB%2BzOdzfB%2BLMs3vU5zIt32ia2MhhHaiKZkkOzjlREwl1bDyrKEVHYjAxfGH8Iuh%2BGUsycZeqHu6HOBLBchTzx%2BnIL2QsZXHmiRliKcT%2BoM83JDdqtAGb\",\r\n            \"uploaded_date\": \"2024-07-08T10:31:30\",\r\n            \"xray_type\": \"xray\",\r\n            \"xray_sub_type\": \"bitewing\",\r\n            \"image_name\": \"000002.png\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"d15fdef4-0b77-4267-ba48-1ce46be557cc"},{"name":"pet_nutrition","id":"95dffa48-15f1-45b6-9e2c-176887391c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/pet_nutrition","description":"<p>Return pet_nutrition data</p>\n<hr />\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"date_filter_onoptional\">date_filter_on<code>optional</code></h6>\n<blockquote>\n<p>Field name on which startdate and enddate filter will be applied, valid values are: PrescriptionDate(default) </p>\n</blockquote>\n<h6 id=\"code-optional\">code <code>optional</code></h6>\n<blockquote>\n<p>Code </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"prescription_date\">prescription_date</h6>\n<blockquote>\n<p>format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>Patient Id</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","pet_nutrition"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"ad744e93-fd8c-44d4-9860-1cad1c5e4259","name":"pet_nutrition","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/pet_nutrition"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"server","value":"nginx/1.28.0"},{"key":"date","value":"Thu, 29 Jan 2026 05:13:12 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"request-key-expires","value":"Fri, 30 Jan 2026 04:42:19 GMT"},{"key":"x-rate-limit-limit","value":"250"},{"key":"x-rate-limit-remaining","value":"249"},{"key":"x-rate-limit-reset","value":"60"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"origin"},{"key":"access-control-expose-headers","value":"*"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"content-security-policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"},{"key":"access-control-allow-methods","value":"GET, HEAD, OPTIONS, POST, PUT, PATCH"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n  \"offset\": \"0\",\r\n  \"limit\": \"50\",\r\n  \"total_count\": \"39907\",\r\n  \"execution_time\": \"36\",\r\n  \"pagination\": {\r\n    \"first\": \"https://api.sikkasoft.com/v4/pet_nutrition?offset=0&limit=50\",\r\n    \"previous\": \"\",\r\n    \"current\": \"https://api.sikkasoft.com/v4/pet_nutrition?offset=0&limit=50\",\r\n    \"next\": \"https://api.sikkasoft.com/v4/pet_nutrition?offset=1&limit=50\",\r\n    \"last\": \"https://api.sikkasoft.com/v4/pet_nutrition?offset=798&limit=50\"\r\n  },\r\n  \"items\": [\r\n    {\r\n      \"href\": \"https://api.sikkasoft.com/v4/practices/1/pet_nutrition/58280\",\r\n      \"patient_href\": \"https://api.sikkasoft.com/v4/practices/1/patients/58280\",\r\n      \"patient_id\": \"58280\",\r\n      \"guarantor_id\": \"29446\",\r\n      \"city\": \"San Jose\",\r\n      \"state\": \"CA\",\r\n      \"zipcode\": \"95112\",\r\n      \"cell\": \"9876543210\",\r\n      \"email\": \"john.doe@example.com\",\r\n      \"provider_id\": \"DD\",\r\n      \"provider_href\": \"https://api.sikkasoft.com/v4/practices/1/providers/DD\",\r\n      \"practice_id\": \"1\",\r\n      \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n      \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/1/guarantors/29446\",\r\n      \"guarantor_first_name\": \"John\",\r\n      \"guarantor_last_name\": \"Doe\",\r\n      \"quantity\": \"30\",\r\n      \"description\": \"Daily nutritional supplement for joint health\",\r\n      \"petname\": \"Buddy\",\r\n      \"breed\": \"Golden Retriever\",\r\n      \"species\": \"Dog\",\r\n      \"code\": \"H3007P\",\r\n      \"cust_id\": \"1\",\r\n      \"measure\": \"dose\",\r\n      \"prescription_id\": \"262446\",\r\n      \"practice_name\": \"Happy Paws Veterinary Clinic\",\r\n      \"street\": \"123 Main Street\",\r\n      \"prescription_date\": \"2023-09-09T00:00:00\",\r\n      \"provider_title\": \"Dr.\",\r\n      \"provider_lastname\": \"Smith\",\r\n      \"provider_firstname\": \"Daniel\",\r\n      \"provider_email\": \"dr.smith@happypawsvet.com\",\r\n      \"prescription_href\": \"https://api.sikkasoft.com/v4/practices/1/prescriptions/262446\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"95dffa48-15f1-45b6-9e2c-176887391c5f"},{"name":"patient_contracts_details","id":"f9e3060d-190d-4416-bd1d-ee9d8d8e7d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_contracts_details","description":"<p>Return patient contarcts details</p>\n<hr />\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"patient_id-optional\">patient_id <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the management system </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"guarantor_id-optional\">guarantor_id <code>optional</code></h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"insurance_plan_id-optional\">insurance_plan_id <code>optional</code></h6>\n<blockquote>\n<p>Unique identifier of the insurance plan </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"date_filter_onoptional\">date_filter_on<code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: Contract_Completion_Date or Contract_Start_Date(default) </p>\n</blockquote>\n<h6 id=\"number_of_payments-optional\">number_of_payments <code>optional</code></h6>\n<blockquote>\n<p>Total number of payments </p>\n</blockquote>\n<h6 id=\"gross_amount-optional\">gross_amount <code>optional</code></h6>\n<blockquote>\n<p>Total amount before any adjustments/deduction </p>\n</blockquote>\n<h6 id=\"initial_amount-optional\">initial_amount <code>optional</code></h6>\n<blockquote>\n<p>Amount paid initially </p>\n</blockquote>\n<h6 id=\"paid_amount-optional\">paid_amount <code>optional</code></h6>\n<blockquote>\n<p>Total amount paid </p>\n</blockquote>\n<h6 id=\"payment_interval-optional\">payment_interval <code>optional</code></h6>\n<blockquote>\n<p>Frequency of payments </p>\n</blockquote>\n<h6 id=\"remaining_balance-optional\">remaining_balance <code>optional</code></h6>\n<blockquote>\n<p>Remaining balance </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"guarantor_id\">guarantor_id</h6>\n<blockquote>\n<p>guarantor id in practice management system </p>\n</blockquote>\n<h6 id=\"contract_start_date\">Contract_Start_Date</h6>\n<blockquote>\n<p>format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"contract_completion_date\">Contract_Completion_Date</h6>\n<blockquote>\n<p>format: yyyy-mm-dd </p>\n</blockquote>\n<h6 id=\"patient_id-default\">patient_id <code>default</code></h6>\n<blockquote>\n<p>Patient Id</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient_contracts_details"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"203a493a-035e-40d9-a478-333bfdd78fa0","name":"patient_contracts_details","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_contracts_details"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"server","value":"nginx/1.28.0"},{"key":"date","value":"Thu, 29 Jan 2026 10:23:07 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"request-key-expires","value":"Fri, 30 Jan 2026 10:21:22 GMT"},{"key":"x-rate-limit-limit","value":"250"},{"key":"x-rate-limit-remaining","value":"248"},{"key":"x-rate-limit-reset","value":"32"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"origin"},{"key":"access-control-expose-headers","value":"*"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"content-security-policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"},{"key":"access-control-allow-methods","value":"GET, HEAD, OPTIONS, POST, PUT, PATCH"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"50\",\n    \"total_count\": \"1\",\n    \"execution_time\": \"22\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/patient_contracts_details?offset=0&limit=50\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/patient_contracts_details?offset=0&limit=50\",\n        \"next\": \"\",\n        \"last\": \"https://api.sikkasoft.com/v4/patient_contracts_details?offset=0&limit=50\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/2/patient_contracts_details/1\",\n            \"patient_href\": \"https://api.sikkasoft.com/v4/practices/2/patients/1\",\n            \"patient_id\": \"1\",\n            \"guarantor_id\": \"1\",\n            \"practice_id\": \"2\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/2\",\n            \"guarantor_href\": \"https://api.sikkasoft.com/v4/practices/2/guarantors/1\",\n            \"patient_name\": \"Harshil\",\n            \"cust_id\": \"2\",\n            \"number_of_payments\": \"2\",\n            \"payment_interval\": \"monthly\",\n            \"remaining_balance\": \"100.00\",\n            \"gross_amount\": \"100.00\",\n            \"paid_amount\": \"200.00\",\n            \"initial_amount\": \"150.00\",\n            \"rowhash\": \"00-E2-00-99-99-99-99-99\",\n            \"insurance_plan_id\": \"1\",\n            \"contract_start_date\": \"2026-01-28T00:00:00\",\n            \"contract_completion_date\": \"2026-01-29T00:00:00\",\n            \"contract_description\": \"Harshil Test\"\n        }\n    ]\n}"}],"_postman_id":"f9e3060d-190d-4416-bd1d-ee9d8d8e7d26"},{"name":"pms_definitions","id":"d0cf74fe-53d8-4516-86eb-f030c0fc553e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/pms_definitions","description":"<p>Return pms_definitions</p>\n<hr />\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"category-optional\">category <code>optional</code></h6>\n<blockquote>\n<p>Category identifier </p>\n</blockquote>\n<h6 id=\"is_hidden-optional\">is_hidden <code>optional</code></h6>\n<blockquote>\n<p>Visibility flag </p>\n</blockquote>\n<h6 id=\"category_name-optional\">category_name <code>optional</code></h6>\n<blockquote>\n<p>Name of the category </p>\n</blockquote>\n<h6 id=\"item_name-optional\">item_name <code>optional</code></h6>\n<blockquote>\n<p>Name of the item </p>\n</blockquote>\n<h6 id=\"definition_id-optional\">definition_id <code>optional</code></h6>\n<blockquote>\n<p>Unique item definition ID </p>\n</blockquote>\n<h6 id=\"item_order-optional\">item_order <code>optional</code></h6>\n<blockquote>\n<p>Display order of item </p>\n</blockquote>\n<h6 id=\"item_value-optional\">item_value <code>optional</code></h6>\n<blockquote>\n<p>Value of the item </p>\n</blockquote>\n<h6 id=\"item_color-optional\">item_color <code>optional</code></h6>\n<blockquote>\n<p>color of item </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"definition_id\">definition_id</h6>\n<blockquote>\n<p>definition id</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","pms_definitions"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"86385205-ead2-4ef3-aafa-e5181336d7fe","name":"pms_definitions","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"<request_key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/pms_definitions"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"server","value":"nginx/1.28.0"},{"key":"date","value":"Thu, 29 Jan 2026 10:23:07 GMT"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"vary","value":"Accept-Encoding"},{"key":"request-key-expires","value":"Fri, 30 Jan 2026 10:21:22 GMT"},{"key":"x-rate-limit-limit","value":"250"},{"key":"x-rate-limit-remaining","value":"248"},{"key":"x-rate-limit-reset","value":"32"},{"key":"x-frame-options","value":"DENY"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"origin"},{"key":"access-control-expose-headers","value":"*"},{"key":"content-encoding","value":"gzip"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"content-security-policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"},{"key":"access-control-allow-methods","value":"GET, HEAD, OPTIONS, POST, PUT, PATCH"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-headers","value":"Origin, Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers, Authorization"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"1\",\n    \"total_count\": \"293\",\n    \"execution_time\": \"16\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/pms_definitions?offset=0&limit=1\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/pms_definitions?offset=0&limit=1\",\n        \"next\": \"https://api.sikkasoft.com/v4/pms_definitions?offset=1&limit=1\",\n        \"last\": \"https://api.sikkasoft.com/v4/pms_definitions?offset=292&limit=1\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/practices/1/pms_definitions/99\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"category\": \"TREATMENT\",\n            \"is_hidden\": \"0\",\n            \"category_name\": \"Dental Procedures\",\n            \"item_name\": \"Root Canal Treatment\",\n            \"definition_id\": \"DEF_1122\",\n            \"item_order\": \"1\",\n            \"item_value\": \"RCT_Standard\",\n            \"item_color\": \"0\"\n        }\n    ]\n}"}],"_postman_id":"d0cf74fe-53d8-4516-86eb-f030c0fc553e"},{"name":"patient_eligibility","id":"21d46306-42f3-4dd6-86e7-99c0cac6f4b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/patient_eligibility","description":"<p>This API returns eligibility and benefit information. We are using third party API to get patient eligibility and benefit information so API response schema will be based on third API response. This API is not included in your API plan, for pricing contact your Sikka support manager.</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"firstname-required\">firstname <code>Required</code></h4>\n<blockquote>\n<p>Patient first name. You can get patient first name using patients API. </p>\n</blockquote>\n<h4 id=\"lastname-required\">lastname <code>Required</code></h4>\n<blockquote>\n<p>Patient last name. You can get patient last name using patients API. </p>\n</blockquote>\n<h4 id=\"birthdate-required\">birthdate <code>Required</code></h4>\n<blockquote>\n<p>You can get birthdate using patients API. Format should be YYYY-MM-DD </p>\n</blockquote>\n<h4 id=\"subscriber_id-required\">subscriber_id <code>Required</code></h4>\n<blockquote>\n<p>You can get subscriber id using patients API. MetLife required patient SSN as subscriber id. </p>\n</blockquote>\n<h4 id=\"npi-required\">npi <code>Required</code></h4>\n<blockquote>\n<p>You can get npi using providers API. </p>\n</blockquote>\n<h4 id=\"payer_id-required\">payer_id <code>Required</code></h4>\n<blockquote>\n<p>You can get supported payer list using patient_eligibility_payers API. </p>\n</blockquote>\n<h4 id=\"is_dependent-optional\">is_dependent <code>Optional</code></h4>\n<blockquote>\n<p>When requesting for a dependent this parameter value should be true. </p>\n</blockquote>\n<h4 id=\"dependent_firstname-optional\">dependent_firstname <code>Optional</code></h4>\n<blockquote>\n<p>When requesting for a dependent this parameter value is required. </p>\n</blockquote>\n<h4 id=\"dependent_lastname-optional\">dependent_lastname <code>Optional</code></h4>\n<blockquote>\n<p>When requesting for a dependent this parameter value is required. </p>\n</blockquote>\n<h4 id=\"dependent_birthdate-optional\">dependent_birthdate <code>Optional</code></h4>\n<blockquote>\n<p>When requesting for a dependent this parameter value is required. </p>\n</blockquote>\n<h4 id=\"dependent_subscriber_id-optional\">dependent_subscriber_id <code>Optional</code></h4>\n<blockquote>\n<p>When requesting for a dependent this parameter value is required. </p>\n</blockquote>\n<h4 id=\"dependent_group_numberoptional\">dependent_group_number<code>Optional</code></h4>\n<blockquote>\n<p>When requesting for a dependent this parameter value is required. </p>\n</blockquote>\n<h4 id=\"is_clear_coverage-optional\">is_clear_coverage <code>Optional</code></h4>\n<blockquote>\n<p>to check enhanced eligibility pass this parameter. Value should be True/False. You can check clear coverage is supported or not using patient_eligibility_payers API.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","patient_eligibility"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"631040ea-fc3a-4a0f-86de-b2c9c343f40f","name":"patient_eligibility","originalRequest":{"method":"POST","header":[{"key":"Request-Key","value":"Request-Key","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstname\": \"TEST\",\r\n    \"lastname\": \"PERSON\",\r\n    \"birthdate\": \"01/01/2011\",\r\n    \"subscriber_id\": \"1234567890\",\r\n    \"npi\": \"1234567890\",\r\n    \"payer_id\": \"PRINCIPAL\",\r\n    \"is_dependent\":\"true\",\r\n    \"dependent_firstname\": \"aaaaa\",\r\n    \"dependent_lastname\": \"aaaaa\",\r\n    \"dependent_birthdate\": \"2014-10-18\",\r\n    \"dependent_subscriber_id\": \"11111111\",\r\n    \"dependent_group_number\":\"2222\",\r\n    \"is_clear_coverage\":\"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/patient_eligibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"onederfulId\": \"1234567890\",\n  \"payer_uuid\": \"0987654321\",\n  \"patient\": {\n    \"member_id\": \"1234567890\",\n    \"address\": {\n      \"street1\": \"1234 ANY CT\",\n      \"city\": \"NYC\",\n      \"zip\": \"11111\",\n      \"state\": \"NY\"\n    },\n    \"coverage\": {\n      \"effective_date\": \"01/01/2025\",\n      \"status\": \"active\"\n    },\n    \"name\": \"TEST PERSON\",\n    \"first_name\": \"TEST\",\n    \"last_name\": \"PERSON\",\n    \"dob\": \"01/01/2011\"\n  },\n  \"subscriber\": {\n    \"name\": \"TEST PERSON\",\n    \"first_name\": \"TEST\",\n    \"last_name\": \"PERSON\",\n    \"dob\": \"01/01/2011\",\n    \"member_id\": \"1234567890\",\n    \"address\": {\n      \"street1\": \"1234 ANY CT\",\n      \"city\": \"NYC\",\n      \"zip\": \"11111\",\n      \"state\": \"NY\"\n    },\n    \"coverage\": {\n      \"effective_date\": \"01/01/2025\",\n      \"status\": \"active\"\n    }\n  },\n  \"plan\": {\n    \"name\": \"DENTAL\",\n    \"number\": \"12345\",\n    \"type\": \"THE PLAN DENTAL PPO\",\n    \"group_number\": \"10001\",\n    \"state\": \"GA\",\n    \"period\": \"calendar\"\n  },\n  \"deductible\": [\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"50.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"50.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"150.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"150.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"50.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"50.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"150.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"150.00\",\n      \"coverage_level\": \"family\"\n    }\n  ],\n  \"maximums\": [\n    {\n      \"network\": \"in_network\",\n      \"category\": \"orthodontics\",\n      \"plan_period\": \"lifetime\",\n      \"amount\": \"1500.00\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive_basic_and_major\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"1500.00\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"orthodontics\",\n      \"plan_period\": \"lifetime_remaining\",\n      \"amount\": \"1500.00\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive_basic_and_major\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"1280.00\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"orthodontics\",\n      \"plan_period\": \"lifetime\",\n      \"amount\": \"1500.00\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive_basic_and_major\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"1500.00\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"orthodontics\",\n      \"plan_period\": \"lifetime_remaining\",\n      \"amount\": \"1500.00\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive_basic_and_major\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"1280.00\"\n    }\n  ],\n  \"coinsurance\": [\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"calendar\",\n      \"percent\": \"100\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"basic\",\n      \"plan_period\": \"calendar\",\n      \"percent\": \"90\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"major\",\n      \"plan_period\": \"calendar\",\n      \"percent\": \"60\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"orthodontics\",\n      \"plan_period\": \"lifetime\",\n      \"percent\": \"50\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"calendar\",\n      \"percent\": \"100\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"basic\",\n      \"plan_period\": \"calendar\",\n      \"percent\": \"90\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"major\",\n      \"plan_period\": \"calendar\",\n      \"percent\": \"60\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"orthodontics\",\n      \"plan_period\": \"lifetime\",\n      \"percent\": \"50\"\n    }\n  ],\n  \"limitations\": [\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"examinations\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D0120\",\n        \"D0145\",\n        \"D0150\",\n        \"D0160\",\n        \"D0170\",\n        \"D0180\",\n        \"D9430\"\n      ],\n      \"service_dates\": [\n        {\n          \"procedure_code\": \"D0120\",\n          \"service_date\": \"01/01/2025\"\n        }\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"D9430 is covered only if no other service is provided during the visit.\",\n        \"Maximum benefit payable for a D0150 submitted for an established patient may be based on a D0120.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"limited_examinations\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D0140\"\n      ],\n      \"service_dates\": [\n        {\n          \"procedure_code\": \"D0120\",\n          \"service_date\": \"01/01/2025\"\n        }\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"Limited oral evaluation is considered with or without other procedures on same date of service.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"full_mouth\",\n      \"limitation\": \"1 per 60 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D0210\",\n        \"D0330\",\n        \"D0372\",\n        \"D0387\",\n        \"D0701\",\n        \"D0709\"\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"The maximum benefit payable for eligible x-rays on a given date of service is that of a full mouth series.\",\n        \"If the patient is not eligible for bitewings, benefits for a full mouth series will be reduced by the amount previously paid for the bitewings.\",\n        \"D0701 and D0709 are only payable when submitted by an x-ray facility.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"periapicals\",\n      \"limitation\": \"4 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D0220\",\n        \"D0230\",\n        \"D0374\",\n        \"D0389\",\n        \"D0707\"\n      ],\n      \"services_remaining\": 4,\n      \"disclaimers\": [\n        \"The maximum benefit payable for eligible x-rays on a given date of service is that of a full mouth series.\",\n        \"D0707 is only payable when submitted by an x-ray facility.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"extraoral_x_rays\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D0250\",\n        \"D0251\",\n        \"D0310\",\n        \"D0340\",\n        \"D0702\"\n      ],\n      \"services_remaining\": 2,\n      \"disclaimers\": [\n        \"Cephalometric images for orthodontic purposes are covered under orthodontia benefits.\",\n        \"D0702 and D0705 are only payable when submitted by an x-ray facility.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"bitewings\",\n      \"limitation\": \"1 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D0270\",\n        \"D0272\",\n        \"D0273\",\n        \"D0274\",\n        \"D0277\",\n        \"D0373\",\n        \"D0388\",\n        \"D0708\"\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"For ages 12 and older, bitewings are limited to up to 4 bitewings per occurrence.\",\n        \"The maximum benefit payable for eligible x-rays on a given date of service is that of a full mouth series.\",\n        \"D0708 is only payable when submitted by an x-ray facility.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"prophylaxis\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D1110\",\n        \"D1120\"\n      ],\n      \"service_dates\": [\n        {\n          \"procedure_code\": \"D4910\",\n          \"service_date\": \"01/01/2025\"\n        }\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"Not covered if less than 90 days have passed since active periodontal therapy was completed.\",\n        \"If under age 14, benefit limited to child prophylaxis (D1120)\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"recement_space_maintainer\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D1551\",\n        \"D1552\",\n        \"D1553\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Considered if at least 12 months since insertion of the space maintainer.\",\n        \"Considered only for dependent children under age 18\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"periodontal_maintenance\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D4910\"\n      ],\n      \"service_dates\": [\n        {\n          \"procedure_code\": \"D4910\",\n          \"service_date\": \"01/01/2025\"\n        }\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"Procedure is only covered if documentation in history of prior treatment for periodontal disease which was deemed dentally necessary. The following allowed procedures qualify a patient for a D4910: D4210, D4211, D4240, D4241, D4260, D4261, D4341, D4342, and D4910\",\n        \"This procedure is only covered by us if at least 90 days have passed since the qualifying periodontal therapy listed above was completed.\",\n        \"If treatment for periodontal disease was provided prior to coverage with us, this procedure is only covered by us if a statement of the qualifying procedure performed is provided along with the initial submission of the D4910.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"fluoride\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D1208\",\n        \"D1206\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Considered only for dependent children under age 18\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"sealants\",\n      \"limitation\": \"1 per 36 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D1351\",\n        \"D1352\",\n        \"D1353\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Considered only for dependent children under age 18\",\n        \"Applicable only to the occlusal surface of first and second permanent molars.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"31\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"caries_arresting_medicament\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D1354\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered for deciduous teeth only.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"space_maintainers\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D1510\",\n        \"D1520\",\n        \"D1526\",\n        \"D1527\",\n        \"D1575\",\n        \"D1516\",\n        \"D1517\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Considered only for dependent children under age 18\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"fillings\",\n      \"limitation\": \"1 replacement every 24 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2330\",\n        \"D2331\",\n        \"D2332\",\n        \"D2335\",\n        \"D2140\",\n        \"D2150\",\n        \"D2160\",\n        \"D2161\",\n        \"D2390\",\n        \"D2391\",\n        \"D2392\",\n        \"D2393\",\n        \"D2394\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Composites are considered at an amalgam rate for posterior teeth which includes molars and pre-molars (bicuspids).\",\n        \"Mesial-lingual, distal-lingual, mesial-buccal, and distal buccal restorations for anterior teeth will be considered at the rate of a single surface restoration.\",\n        \"Multiple restorations on adjacent surfaces of the same tooth are considered connected and will be based on the rate for a single restoration reflecting the number of different surfaces.\",\n        \"Multiple restorations on the same surface of the same tooth are considered at the rate for a single surface restoration.\",\n        \"Restorations replacing tooth structure lost from abrasion, attrition, abfraction and erosion are not covered.\",\n        \"These services are subject to Individual and/or Consultant review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"crowns_and_onlays\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2710\",\n        \"D2712\",\n        \"D2720\",\n        \"D2721\",\n        \"D2722\",\n        \"D2740\",\n        \"D2750\",\n        \"D2751\",\n        \"D2752\",\n        \"D2780\",\n        \"D2781\",\n        \"D2782\",\n        \"D2783\",\n        \"D2790\",\n        \"D2791\",\n        \"D2792\",\n        \"D2794\",\n        \"D2542\",\n        \"D2543\",\n        \"D2544\",\n        \"D2642\",\n        \"D2643\",\n        \"D2644\",\n        \"D2662\",\n        \"D2663\",\n        \"D2664\",\n        \"D2753\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Covered services are paid on seat date\",\n        \"Molars/Pre-molars are based upon the alternate benefit of a noble metal cast crown. Anterior teeth are based upon the alternate benefit of a porcelain fused to noble metal cast crown.\",\n        \"These codes are covered services only if placed to restore a tooth broken down due to tooth decay or injury resulting in the loss of tooth structure. (Injury does not include damage to teeth that results from chewing or biting food, substances or objects).\",\n        \"3/4 Crowns are not covered on anterior teeth. 3/4 Crown coverage is limited to Molar/Pre-molars.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"crown_repair\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2980\",\n        \"D2981\",\n        \"D2982\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered only if done more than 12 months after initial insertion of crown/onlay\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"stainless_steel_crowns\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2928\",\n        \"D2929\",\n        \"D2930\",\n        \"D2931\",\n        \"D2932\",\n        \"D2933\",\n        \"D2934\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Crowns replacing tooth structure lost from abrasion, attrition, abfraction and erosion are not covered.\",\n        \"If used as a temporary, not covered\",\n        \"If a permanent crown replaces a stainless steel/resin/prefabricated crown at a later date but before replacement restrictions allow, all new charges will be reduced by those already paid.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"crown_recements\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2920\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered only if done more than 12 months after initial insertion of crown/onlay\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"protective_restorations\",\n      \"limitation\": \"None\",\n      \"limitation_applies_to\": [\n        \"D2940\"\n      ],\n      \"services_remaining\": 2147483647,\n      \"disclaimers\": [\n        \"D2940 is covered only if not performed on the same date as the permanent restoration.\",\n        \"Not to be used to report endodontic access closure.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"buildups\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2950\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Considered only when required for retention and preservation of tooth. No benefits payable if restorative procedures are not covered.\",\n        \"Buildups submitted with the same date of service as a full cast crown are considered. Please bill for the crown on the seat date and for the buildup on the date it is performed.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"pulpotomy\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3220\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Not to be construed as the first stage of root canal therapy.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"pulpal_therapy\",\n      \"limitation\": \"None\",\n      \"limitation_applies_to\": [\n        \"D3230\",\n        \"D3240\"\n      ],\n      \"services_remaining\": 2147483647,\n      \"disclaimers\": [\n        \"Covered for deciduous teeth only.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"incomplete_endodontic_therapy\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D3332\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Please provide diagnostic x-rays and a narrative or office notes for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"treatment_of_root_canal_obstruction\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D3331\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Please provide diagnostic x-rays and a narrative or office notes for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"simple_endodontic_therapy\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3310\",\n        \"D3320\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Includes intra-operative x-rays.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"complex_endodontic_therapy\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3330\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Includes intra-operative x-rays.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"simple_endodontic_retreatment\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3346\",\n        \"D3347\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Includes intra-operative x-rays.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"complex_endodontic_retreatment\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3348\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Includes intra-operative x-rays.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"internal_root_repair\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D3333\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Please provide diagnostic x-rays and a narrative or office notes for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"apicoectomy\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3410\",\n        \"D3421\",\n        \"D3425\",\n        \"D3426\"\n      ],\n      \"services_remaining\": 0,\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"retrograde_fillings\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3430\"\n      ],\n      \"services_remaining\": 0,\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"bone_replacement_grafts\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3428\",\n        \"D3429\",\n        \"D4263\",\n        \"D4264\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Bone Grafting of an extraction site is not covered.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"surgical_periodontics\",\n      \"limitation\": \"1 per 36 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D4210\",\n        \"D4211\",\n        \"D4240\",\n        \"D4241\",\n        \"D4245\",\n        \"D4260\",\n        \"D4261\",\n        \"D4270\",\n        \"D4273\",\n        \"D4274\",\n        \"D4275\",\n        \"D4276\",\n        \"D4277\",\n        \"D4278\",\n        \"D4283\",\n        \"D4285\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Gingival grafts are considered a covered service only when necessary to treat a soft tissue defect. They are not considered a covered service if done for reasons of sensitivity or for cosmetic purposes.\",\n        \"No restrictions on number of quadrants completed same date of service\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UR\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UL\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LR\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LL\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"gingivectomy\",\n      \"limitation\": \"1 per 36 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D4212\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Please provide diagnostic x-rays and a narrative or office notes for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"crown_lengthening\",\n      \"limitation\": \"1 per 36 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D4249\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Please provide x-rays for review.\",\n        \"No benefit for crown lengthening is payable if performed on same date of service as the crown.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"scaling_and_root_planing\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D4341\",\n        \"D4342\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"These services are considered only when there is visible pathologic radiographic bone loss resulting in subsequent loss of attachment.\",\n        \"No restrictions on number of quadrants completed same date of service\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UR\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UL\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LR\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LL\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"scaling_and_gingival_inflammation\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D4346\"\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"Considered if at least 6 months have elapsed since last prophylaxis.\",\n        \"This service is only appropriate when a patient has swollen, inflamed gingiva, generalized suprabony pockets and moderate to severe bleeding on probing in the absence of attachment loss\",\n        \"No benefits are payable if the patient has history of periodontal treatment.\",\n        \"Limited to persons age 14 and over.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"date\": \"07/01/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"full_mouth_debridement\",\n      \"limitation\": \"1 per lifetime\",\n      \"limitation_applies_to\": [\n        \"D4355\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered as a separate procedure only if no other service (except x-rays and/or a non-comprehensive periodontal exam) is provided during the visit.\",\n        \"This procedure is not a covered service by us if the patient has had a prophylaxis, periodontal maintenance, or scaling and root planing within the past 24 months.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"date\": \"01/01/2027\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"complete_prosthetics\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D5110\",\n        \"D5120\",\n        \"D5130\",\n        \"D5140\",\n        \"D5863\",\n        \"D5865\",\n        \"D6110\",\n        \"D6111\",\n        \"D6114\",\n        \"D6115\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered services are paid on seat date\",\n        \"A missing tooth clause does apply. Please submit extraction date(s).\",\n        \"If replacing a prior prosthetic, submit date of prior prosthetic and clinical narrative.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"partial_prosthetics\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D5211\",\n        \"D5212\",\n        \"D5213\",\n        \"D5214\",\n        \"D5221\",\n        \"D5222\",\n        \"D5223\",\n        \"D5224\",\n        \"D5225\",\n        \"D5226\",\n        \"D5227\",\n        \"D5228\",\n        \"D5282\",\n        \"D5283\",\n        \"D5284\",\n        \"D5286\",\n        \"D5864\",\n        \"D5866\",\n        \"D6112\",\n        \"D6113\",\n        \"D6116\",\n        \"D6117\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered services are paid on seat date\",\n        \"A missing tooth clause does apply. Please submit extraction date(s).\",\n        \"If replacing a prior prosthetic, submit date of prior prosthetic and clinical narrative.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"repairs_to_complete_dentures\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D5511\",\n        \"D5512\",\n        \"D5520\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Must be at least 12 months since denture/partial denture insertion.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"repairs_to_partial_dentures\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D5611\",\n        \"D5612\",\n        \"D5621\",\n        \"D5622\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Must be at least 12 months since denture/partial denture insertion.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"rebase_reline_complete_dentures\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D5710\",\n        \"D5711\",\n        \"D5720\",\n        \"D5721\",\n        \"D5725\",\n        \"D5730\",\n        \"D5731\",\n        \"D5750\",\n        \"D5751\",\n        \"D5765\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Must be at least 12 months since denture/partial denture insertion.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"rebase_reline_partial_dentures\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D5740\",\n        \"D5741\",\n        \"D5760\",\n        \"D5761\",\n        \"D5765\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Must be at least 12 months since denture/partial denture insertion.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"implant_crowns\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D6058\",\n        \"D6059\",\n        \"D6060\",\n        \"D6061\",\n        \"D6062\",\n        \"D6063\",\n        \"D6064\",\n        \"D6065\",\n        \"D6066\",\n        \"D6067\",\n        \"D6068\",\n        \"D6069\",\n        \"D6070\",\n        \"D6071\",\n        \"D6072\",\n        \"D6073\",\n        \"D6074\",\n        \"D6075\",\n        \"D6076\",\n        \"D6077\",\n        \"D6082\",\n        \"D6083\",\n        \"D6084\",\n        \"D6086\",\n        \"D6087\",\n        \"D6088\",\n        \"D6094\",\n        \"D6097\",\n        \"D6098\",\n        \"D6099\",\n        \"D6120\",\n        \"D6121\",\n        \"D6122\",\n        \"D6123\",\n        \"D6194\",\n        \"D6195\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"A missing tooth clause does apply. Please submit extraction date(s).\",\n        \"If an existing prosthesis is present where the implant is being placed, then replacement frequency of the existing prosthesis must be met.\",\n        \"If implant is replacing a prior prosthetic, submit date of prior prosthetic and clinical narrative.\",\n        \"Benefits for an implant crown are based on a restorative crown when implants are not a covered charge.\",\n        \"Molars/Pre-molars are based upon the alternate benefit of a noble metal cast crown. Anterior teeth are based upon the alternate benefit of a porcelain fused to noble metal cast crown.\",\n        \"We recommend submission of a predetermination.\",\n        \"Covered services are paid on seat date\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"fixed_prosthetics\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D6205\",\n        \"D6210\",\n        \"D6211\",\n        \"D6212\",\n        \"D6214\",\n        \"D6240\",\n        \"D6241\",\n        \"D6242\",\n        \"D6243\",\n        \"D6245\",\n        \"D6250\",\n        \"D6251\",\n        \"D6252\",\n        \"D6710\",\n        \"D6720\",\n        \"D6721\",\n        \"D6722\",\n        \"D6740\",\n        \"D6750\",\n        \"D6751\",\n        \"D6752\",\n        \"D6753\",\n        \"D6780\",\n        \"D6781\",\n        \"D6782\",\n        \"D6783\",\n        \"D6784\",\n        \"D6790\",\n        \"D6791\",\n        \"D6792\",\n        \"D6794\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"A missing tooth clause does apply. Please submit extraction date(s).\",\n        \"Molars/Pre-molars are based upon the alternate benefit of a noble metal cast retainer crown/pontic. Anterior teeth are based upon the alternate benefit of a porcelain fused to noble metal cast retainer crown/pontic.\",\n        \"We recommend submission of a predetermination including diagnostic x-rays\",\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"If replacing a prior prosthetic, submit date of prior prosthetic and clinical narrative.\",\n        \"Covered services are paid on seat date\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"simple_and_surgical_extractions\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7111\",\n        \"D7140\",\n        \"D7210\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"A predetermination is recommended.\",\n        \"We do not require claims for oral surgery to be sent to the employee's medical insurance first.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"impacted_extractions\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7220\",\n        \"D7230\",\n        \"D7240\",\n        \"D7241\",\n        \"D7250\",\n        \"D7251\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"A predetermination is recommended.\",\n        \"We do not require claims for oral surgery to be sent to the employee's medical insurance first.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"closure_of_sinus_perforation\",\n      \"limitation\": \"None\",\n      \"limitation_applies_to\": [\n        \"D7261\"\n      ],\n      \"services_remaining\": 2147483647,\n      \"disclaimers\": [\n        \"Please provide diagnostic x-rays, a clinical narrative, and office notes for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"orthodontics\",\n      \"service_type\": \"limited_interceptive_and_comprehensive_orthodontic_treatment\",\n      \"limitation\": \"NA\",\n      \"limitation_applies_to\": [\n        \"D8010\",\n        \"D8020\",\n        \"D8030\",\n        \"D8040\",\n        \"D8070\",\n        \"D8080\",\n        \"D8090\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"The lifetime maximum will be reduced by the amount paid by the prior plan/carrier. Please provide the name of the previous insurance carrier and the amount paid towards orthodontia.\",\n        \"The benefit for the initial fee is 25% of the lifetime maximum or the total fee, whichever is less.\",\n        \"We automate ongoing payments monthly, based on the patient's eligibility and benefit maximum. There is no need to submit periodic orthodontic treatment visits.\",\n        \"There are no benefits payable if the appliance or bands were placed prior to the effective date, unless treatment was in progress under prior group orthodontic coverage, and no lapse in coverage.\",\n        \"X-rays, diagnostic casts, and photos for orthodontic purposes are covered under orthodontia benefits. Cone beam x-rays are not covered.\",\n        \"Clear aligners are covered under orthodontia.\",\n        \"Appliances covered: Bionator, Crozat, Edgewise, Expansion, Frankle, Hawly, Hebst, Nord, Palatal Expansion, Quad Helix, Retainers, Ricketts, Sagittal\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"orthodontics\",\n      \"service_type\": \"periodic_orthodontic_treatment_visit\",\n      \"limitation\": \"NA\",\n      \"limitation_applies_to\": [\n        \"D8670\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"There is no need to submit periodic orthodontic treatment visits. We automate ongoing payments monthly.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"orthodontics\",\n      \"service_type\": \"noncovered_orthodontic_services\",\n      \"limitation\": \"NA\",\n      \"limitation_applies_to\": [\n        \"D8692\",\n        \"D8695\"\n      ],\n      \"services_remaining\": 0,\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"palliative_treatment\",\n      \"limitation\": \"NA\",\n      \"limitation_applies_to\": [\n        \"D9110\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered only if no other service (except x-rays) is provided during the visit\",\n        \"There is no age limitation for palliative treatments.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"general_anesthesia\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D9222\",\n        \"D9223\",\n        \"D9239\",\n        \"D9243\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review based on service, complexity, and length of procedure.\",\n        \"General Anesthesia or IV Sedation is payable for: removal of impacted teeth or coronectomy, the removal of residual tooth roots and/or the surgical removal of 4 molars on the same day in four different quadrants\",\n        \"General Anesthesia or IV Sedation is also payable for: removal of dental cysts/tumors, multiple restorative services for Children under age 5, osseous surgery, bone grafting, removal of third molars in 3 or 4 different quadrants on the same day\",\n        \"General Anesthesia or IV Sedation isn't covered when: used for more than one hour, the service isn't covered, used for patient management.\",\n        \"A predetermination is recommended.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"therapeutic_parenteral_drugs\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D9610\",\n        \"D9612\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered for antibiotic drug administration only. Please submit the name of the drug for review.\",\n        \"Covered only if performed in conjunction with General Anesthesia or IV Sedation.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"consultations\",\n      \"limitation\": \"1 per 12 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D9310\"\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"Limited to a specialist\",\n        \"Covered only if no other service (except x-rays) is provided during the visit\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"occlusal_guards\",\n      \"limitation\": \"1 per 36 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D9944\",\n        \"D9945\",\n        \"D9946\"\n      ],\n      \"services_remaining\": 1,\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"occlusal_x_rays\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D0240\",\n        \"D0706\"\n      ],\n      \"services_remaining\": 2,\n      \"disclaimers\": [\n        \"D0706 is only payable when submitted by an x-ray facility.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"orthodontics\",\n      \"service_type\": \"oral_facial_images\",\n      \"limitation\": \"None\",\n      \"limitation_applies_to\": [\n        \"D0350\",\n        \"D0703\"\n      ],\n      \"services_remaining\": 2147483647,\n      \"disclaimers\": [\n        \"Photos/images for orthodontic purposes are considered under orthodontia benefits. Refer to Orthodontia benefits for more details.\",\n        \"Only one occurrence is payable on a single date of service.\",\n        \"D0703 is only payable when submitted by an x-ray facility.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"surgical_access_of_an_unerupted_tooth\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7280\"\n      ],\n      \"services_remaining\": 0,\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"placement_of_device_to_facilitate_eruption\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7283\"\n      ],\n      \"services_remaining\": 0,\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"pin_retention\",\n      \"limitation\": \"None\",\n      \"limitation_applies_to\": [\n        \"D2951\"\n      ],\n      \"services_remaining\": 2147483647,\n      \"disclaimers\": [\n        \"Covered only if submitted on the same date of service and same tooth as a crown or a 3+ surface filling, inlay, or onlay.\",\n        \"Only one occurrence per tooth is payable on a single date of service.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"post_and_cores\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2952\",\n        \"D2953\",\n        \"D2954\",\n        \"D2957\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Post and Core is not payable unless there is history of root canal therapy.\",\n        \"Post and Core is not payable if restorative procedure is not covered.\",\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Indirectly fabricated post and core is considered at the prefabricated post and core rate.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"post_removal\",\n      \"limitation\": \"None\",\n      \"limitation_applies_to\": [\n        \"D2955\"\n      ],\n      \"services_remaining\": 2147483647,\n      \"disclaimers\": [\n        \"Please submit diagnostic x-rays for review.\",\n        \"These services are subject to Individual and/or Consultant review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"frenulectomy\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7961\",\n        \"D7963\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Please provide x-rays, photos, and clinical narrative for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"lingual_frenulectomy\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7962\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Please provide x-rays, photos, and clinical narrative for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"alveoplasty\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7310\",\n        \"D7311\",\n        \"D7320\",\n        \"D7321\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Radiographs must verify need to substantially reshape alveolar bone in preparation for a fixed or removable prosthetic\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"soft_biopsy\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7284\",\n        \"D7286\",\n        \"D7288\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"We do not cover biopsies of the lip, cheek, tongue, or any area outside of the oral cavity.\",\n        \"Please provide a path report, description and location of the procedure performed and x-rays or photos.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"hard_biopsy\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7285\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"We do not cover biopsies of the lip, cheek, tongue, or any area outside of the oral cavity.\",\n        \"Please provide a path report, description and location of the procedure performed and x-rays or photos.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"incision_and_drainage_abscess\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7510\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"A separate benefit is not considered if done on the same day as an extraction.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"pulp_vitality_tests\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D0460\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"We allow one D0460 per date of service.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    }\n  ],\n  \"not_covered\": [\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"implant_body\",\n      \"limitation_applies_to\": [\n        \"D6010\",\n        \"D6013\",\n        \"D6040\",\n        \"D6050\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"implant_supporting_structures\",\n      \"limitation_applies_to\": [\n        \"D6056\",\n        \"D6057\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"bone_replacement_graft_at_the_time_of_implant\",\n      \"limitation_applies_to\": [\n        \"D6104\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"implant_removal\",\n      \"limitation_applies_to\": [\n        \"D6100\",\n        \"D6105\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"implant_supported_connecting_bar\",\n      \"limitation_applies_to\": [\n        \"D6055\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"maintenance_or_scaling_and_debridement_of_an_implant\",\n      \"limitation_applies_to\": [\n        \"D6080\",\n        \"D6081\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"repair_implant_abutment_remove_broken_implant_screw\",\n      \"limitation_applies_to\": [\n        \"D6089\",\n        \"D6095\",\n        \"D6096\",\n        \"D6197\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"treatment_of_peri_implant_defect\",\n      \"limitation_applies_to\": [\n        \"D6101\",\n        \"D6102\",\n        \"D6103\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"harmful_habit_appliance\",\n      \"limitation_applies_to\": [\n        \"D8210\",\n        \"D8220\"\n      ],\n      \"disclaimers\": [\n        \"Considered only for dependent children under age 18\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"bone_replacement_graft_ridge_preservation\",\n      \"limitation_applies_to\": [\n        \"D7953\"\n      ],\n      \"disclaimers\": [\n        \"This bone graft code should not be billed if the tooth is still present.\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"non_covered\",\n      \"limitation_applies_to\": [\n        \"D0171\",\n        \"D0367\",\n        \"D0431\",\n        \"D1330\",\n        \"D2962\",\n        \"D3110\",\n        \"D3120\",\n        \"D3911\",\n        \"D4266\",\n        \"D4322\",\n        \"D4323\",\n        \"D4381\",\n        \"D5820\",\n        \"D5821\",\n        \"D6198\",\n        \"D7298\",\n        \"D7299\",\n        \"D7300\",\n        \"D7880\",\n        \"D7950\",\n        \"D7951\",\n        \"D7952\",\n        \"D9230\",\n        \"D9248\",\n        \"D9912\",\n        \"D9941\",\n        \"D9947\",\n        \"D9948\",\n        \"D9949\",\n        \"D9995\",\n        \"D9996\"\n      ],\n      \"disclaimers\": [\n        \"This is a list of commonly asked about codes that are not covered. This is not an all-inclusive list of non-covered codes.\",\n        \"Payer does not provide benefits for any treatment or service that is: primarily cosmetic, temporary, replacing tooth structure lost from abrasion, attrition, erosion or abfraction, not reasonably expected to successfully correct a dental condition for at least 3 years\"\n      ]\n    }\n  ],\n  \"disclaimers\": [\n    \"This plan has a missing tooth clause that may apply to the initial placement of full or partial dentures, fixed bridges, implants, and implant crowns. A predetermination is recommended to determine benefits.\",\n    \"The patient should see an In Network dentist for the best benefit. Lesser benefits are available by visiting a non-participating dentist. A different fee schedule may apply according to leased agreements. Benefits for non-participating Dentists are subject to Usual, Customary and Reasonable Fees (UCR). Call 800-247-4695 to check participation.\",\n    \"Predeterminations are not required prior to services being rendered. A predetermination may be recommended for certain services\",\n    \"Coordination of Benefits are determined by the Standard/Birthday Rule as defined by NAIC\",\n    \"Implants are allowed for patients 16 and over only.\",\n    \"Dependent dental will be terminated when dependent has turned 26 years old.\",\n    \"Orthodontic treatment is considered for all persons, regardless of age.\"\n  ]\n}"}],"_postman_id":"21d46306-42f3-4dd6-86e7-99c0cac6f4b4"},{"name":"sandbox/patient_eligibility","id":"64dbebb9-44ed-4d88-a8c7-a024b02aeec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Request-Key","value":"Request-Key","type":"text"}],"url":"https://api.sikkasoft.com/v4/sandbox/patient_eligibility","description":"<p>This API returns eligibility and benefit information. We are using third party API to get patient eligibility and benefit information so API response schema will be based on third API response. The currently supported test cases for sandbox are:</p>\n<p>PRINCIPAL (full dental eligiblity and benefits response)<br />AETNA_DENTAL_PLANS (orthodontics flag set)<br />DD_CALIFORNIA (general dental eligibility and benefits response)<br />METLIFE (general dental eligibility and benefits response)</p>\n<hr />\n<h3 id=\"parameters\">Parameters</h3>\n<h4 id=\"firstname-required\">firstname <code>Required</code></h4>\n<blockquote>\n<p>Patient first name. You can get patient first name using patients API. </p>\n</blockquote>\n<h4 id=\"lastname-required\">lastname <code>Required</code></h4>\n<blockquote>\n<p>Patient last name. You can get patient last name using patients API. </p>\n</blockquote>\n<h4 id=\"birthdate-required\">birthdate <code>Required</code></h4>\n<blockquote>\n<p>You can get birthdate using patients API. Format should be YYYY-MM-DD </p>\n</blockquote>\n<h4 id=\"subscriber_id-required\">subscriber_id <code>Required</code></h4>\n<blockquote>\n<p>You can get subscriber id using patients API. MetLife required patient SSN as subscriber id. </p>\n</blockquote>\n<h4 id=\"npi-required\">npi <code>Required</code></h4>\n<blockquote>\n<p>You can get npi using providers API. </p>\n</blockquote>\n<h4 id=\"payer_id-required\">payer_id <code>Required</code></h4>\n<blockquote>\n<p>You can get supported payer list using patient_eligibility_payers API. </p>\n</blockquote>\n<h4 id=\"is_dependent-optional\">is_dependent <code>Optional</code></h4>\n<blockquote>\n<p>When requesting for a dependent this parameter value should be true.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","sandbox","patient_eligibility"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"4ba7357f-cb84-47f5-91f0-2f591b5c6617","name":"sandbox/patient_eligibility","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"Request-Key","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstname\": \"TEST\",\r\n    \"lastname\": \"PERSON\",\r\n    \"birthdate\": \"01/01/2011\",\r\n    \"subscriber_id\": \"1234567890\",\r\n    \"npi\": \"1234567890\",\r\n    \"payer_id\": \"PRINCIPAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/sandbox/patient_eligibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Tue, 10 May 2022 11:12:31 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Request-Key-Expires","value":"Wed, 11 May 2022 09:12:24 GMT"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload;"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' * data: blob:; script-src * 'unsafe-inline' 'unsafe-eval' ; img-src * data: blob:; font-src * 'unsafe-inline' data: blob:;"}],"cookie":[],"responseTime":null,"body":"{\n  \"onederfulId\": \"1234567890\",\n  \"payer_uuid\": \"0987654321\",\n  \"patient\": {\n    \"member_id\": \"1234567890\",\n    \"address\": {\n      \"street1\": \"1234 ANY CT\",\n      \"city\": \"NYC\",\n      \"zip\": \"11111\",\n      \"state\": \"NY\"\n    },\n    \"coverage\": {\n      \"effective_date\": \"01/01/2025\",\n      \"status\": \"active\"\n    },\n    \"name\": \"TEST PERSON\",\n    \"first_name\": \"TEST\",\n    \"last_name\": \"PERSON\",\n    \"dob\": \"01/01/2011\"\n  },\n  \"subscriber\": {\n    \"name\": \"TEST PERSON\",\n    \"first_name\": \"TEST\",\n    \"last_name\": \"PERSON\",\n    \"dob\": \"01/01/2011\",\n    \"member_id\": \"1234567890\",\n    \"address\": {\n      \"street1\": \"1234 ANY CT\",\n      \"city\": \"NYC\",\n      \"zip\": \"11111\",\n      \"state\": \"NY\"\n    },\n    \"coverage\": {\n      \"effective_date\": \"01/01/2025\",\n      \"status\": \"active\"\n    }\n  },\n  \"plan\": {\n    \"name\": \"DENTAL\",\n    \"number\": \"12345\",\n    \"type\": \"THE PLAN DENTAL PPO\",\n    \"group_number\": \"10001\",\n    \"state\": \"GA\",\n    \"period\": \"calendar\"\n  },\n  \"deductible\": [\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"50.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"50.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"150.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"150.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"50.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"50.00\",\n      \"coverage_level\": \"individual\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"150.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"0.00\",\n      \"coverage_level\": \"family\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"basic_and_major\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"150.00\",\n      \"coverage_level\": \"family\"\n    }\n  ],\n  \"maximums\": [\n    {\n      \"network\": \"in_network\",\n      \"category\": \"orthodontics\",\n      \"plan_period\": \"lifetime\",\n      \"amount\": \"1500.00\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive_basic_and_major\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"1500.00\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"orthodontics\",\n      \"plan_period\": \"lifetime_remaining\",\n      \"amount\": \"1500.00\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive_basic_and_major\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"1280.00\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"orthodontics\",\n      \"plan_period\": \"lifetime\",\n      \"amount\": \"1500.00\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive_basic_and_major\",\n      \"plan_period\": \"calendar\",\n      \"amount\": \"1500.00\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"orthodontics\",\n      \"plan_period\": \"lifetime_remaining\",\n      \"amount\": \"1500.00\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive_basic_and_major\",\n      \"plan_period\": \"remaining\",\n      \"amount\": \"1280.00\"\n    }\n  ],\n  \"coinsurance\": [\n    {\n      \"network\": \"in_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"calendar\",\n      \"percent\": \"100\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"basic\",\n      \"plan_period\": \"calendar\",\n      \"percent\": \"90\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"major\",\n      \"plan_period\": \"calendar\",\n      \"percent\": \"60\"\n    },\n    {\n      \"network\": \"in_network\",\n      \"category\": \"orthodontics\",\n      \"plan_period\": \"lifetime\",\n      \"percent\": \"50\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"preventive\",\n      \"plan_period\": \"calendar\",\n      \"percent\": \"100\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"basic\",\n      \"plan_period\": \"calendar\",\n      \"percent\": \"90\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"major\",\n      \"plan_period\": \"calendar\",\n      \"percent\": \"60\"\n    },\n    {\n      \"network\": \"out_of_network\",\n      \"category\": \"orthodontics\",\n      \"plan_period\": \"lifetime\",\n      \"percent\": \"50\"\n    }\n  ],\n  \"limitations\": [\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"examinations\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D0120\",\n        \"D0145\",\n        \"D0150\",\n        \"D0160\",\n        \"D0170\",\n        \"D0180\",\n        \"D9430\"\n      ],\n      \"service_dates\": [\n        {\n          \"procedure_code\": \"D0120\",\n          \"service_date\": \"01/01/2025\"\n        }\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"D9430 is covered only if no other service is provided during the visit.\",\n        \"Maximum benefit payable for a D0150 submitted for an established patient may be based on a D0120.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"limited_examinations\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D0140\"\n      ],\n      \"service_dates\": [\n        {\n          \"procedure_code\": \"D0120\",\n          \"service_date\": \"01/01/2025\"\n        }\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"Limited oral evaluation is considered with or without other procedures on same date of service.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"full_mouth\",\n      \"limitation\": \"1 per 60 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D0210\",\n        \"D0330\",\n        \"D0372\",\n        \"D0387\",\n        \"D0701\",\n        \"D0709\"\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"The maximum benefit payable for eligible x-rays on a given date of service is that of a full mouth series.\",\n        \"If the patient is not eligible for bitewings, benefits for a full mouth series will be reduced by the amount previously paid for the bitewings.\",\n        \"D0701 and D0709 are only payable when submitted by an x-ray facility.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"periapicals\",\n      \"limitation\": \"4 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D0220\",\n        \"D0230\",\n        \"D0374\",\n        \"D0389\",\n        \"D0707\"\n      ],\n      \"services_remaining\": 4,\n      \"disclaimers\": [\n        \"The maximum benefit payable for eligible x-rays on a given date of service is that of a full mouth series.\",\n        \"D0707 is only payable when submitted by an x-ray facility.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"extraoral_x_rays\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D0250\",\n        \"D0251\",\n        \"D0310\",\n        \"D0340\",\n        \"D0702\"\n      ],\n      \"services_remaining\": 2,\n      \"disclaimers\": [\n        \"Cephalometric images for orthodontic purposes are covered under orthodontia benefits.\",\n        \"D0702 and D0705 are only payable when submitted by an x-ray facility.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"bitewings\",\n      \"limitation\": \"1 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D0270\",\n        \"D0272\",\n        \"D0273\",\n        \"D0274\",\n        \"D0277\",\n        \"D0373\",\n        \"D0388\",\n        \"D0708\"\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"For ages 12 and older, bitewings are limited to up to 4 bitewings per occurrence.\",\n        \"The maximum benefit payable for eligible x-rays on a given date of service is that of a full mouth series.\",\n        \"D0708 is only payable when submitted by an x-ray facility.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"prophylaxis\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D1110\",\n        \"D1120\"\n      ],\n      \"service_dates\": [\n        {\n          \"procedure_code\": \"D4910\",\n          \"service_date\": \"01/01/2025\"\n        }\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"Not covered if less than 90 days have passed since active periodontal therapy was completed.\",\n        \"If under age 14, benefit limited to child prophylaxis (D1120)\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"recement_space_maintainer\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D1551\",\n        \"D1552\",\n        \"D1553\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Considered if at least 12 months since insertion of the space maintainer.\",\n        \"Considered only for dependent children under age 18\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"periodontal_maintenance\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D4910\"\n      ],\n      \"service_dates\": [\n        {\n          \"procedure_code\": \"D4910\",\n          \"service_date\": \"01/01/2025\"\n        }\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"Procedure is only covered if documentation in history of prior treatment for periodontal disease which was deemed dentally necessary. The following allowed procedures qualify a patient for a D4910: D4210, D4211, D4240, D4241, D4260, D4261, D4341, D4342, and D4910\",\n        \"This procedure is only covered by us if at least 90 days have passed since the qualifying periodontal therapy listed above was completed.\",\n        \"If treatment for periodontal disease was provided prior to coverage with us, this procedure is only covered by us if a statement of the qualifying procedure performed is provided along with the initial submission of the D4910.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"fluoride\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D1208\",\n        \"D1206\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Considered only for dependent children under age 18\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"sealants\",\n      \"limitation\": \"1 per 36 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D1351\",\n        \"D1352\",\n        \"D1353\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Considered only for dependent children under age 18\",\n        \"Applicable only to the occlusal surface of first and second permanent molars.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"31\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"caries_arresting_medicament\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D1354\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered for deciduous teeth only.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"space_maintainers\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D1510\",\n        \"D1520\",\n        \"D1526\",\n        \"D1527\",\n        \"D1575\",\n        \"D1516\",\n        \"D1517\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Considered only for dependent children under age 18\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"fillings\",\n      \"limitation\": \"1 replacement every 24 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2330\",\n        \"D2331\",\n        \"D2332\",\n        \"D2335\",\n        \"D2140\",\n        \"D2150\",\n        \"D2160\",\n        \"D2161\",\n        \"D2390\",\n        \"D2391\",\n        \"D2392\",\n        \"D2393\",\n        \"D2394\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Composites are considered at an amalgam rate for posterior teeth which includes molars and pre-molars (bicuspids).\",\n        \"Mesial-lingual, distal-lingual, mesial-buccal, and distal buccal restorations for anterior teeth will be considered at the rate of a single surface restoration.\",\n        \"Multiple restorations on adjacent surfaces of the same tooth are considered connected and will be based on the rate for a single restoration reflecting the number of different surfaces.\",\n        \"Multiple restorations on the same surface of the same tooth are considered at the rate for a single surface restoration.\",\n        \"Restorations replacing tooth structure lost from abrasion, attrition, abfraction and erosion are not covered.\",\n        \"These services are subject to Individual and/or Consultant review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"crowns_and_onlays\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2710\",\n        \"D2712\",\n        \"D2720\",\n        \"D2721\",\n        \"D2722\",\n        \"D2740\",\n        \"D2750\",\n        \"D2751\",\n        \"D2752\",\n        \"D2780\",\n        \"D2781\",\n        \"D2782\",\n        \"D2783\",\n        \"D2790\",\n        \"D2791\",\n        \"D2792\",\n        \"D2794\",\n        \"D2542\",\n        \"D2543\",\n        \"D2544\",\n        \"D2642\",\n        \"D2643\",\n        \"D2644\",\n        \"D2662\",\n        \"D2663\",\n        \"D2664\",\n        \"D2753\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Covered services are paid on seat date\",\n        \"Molars/Pre-molars are based upon the alternate benefit of a noble metal cast crown. Anterior teeth are based upon the alternate benefit of a porcelain fused to noble metal cast crown.\",\n        \"These codes are covered services only if placed to restore a tooth broken down due to tooth decay or injury resulting in the loss of tooth structure. (Injury does not include damage to teeth that results from chewing or biting food, substances or objects).\",\n        \"3/4 Crowns are not covered on anterior teeth. 3/4 Crown coverage is limited to Molar/Pre-molars.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"crown_repair\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2980\",\n        \"D2981\",\n        \"D2982\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered only if done more than 12 months after initial insertion of crown/onlay\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"stainless_steel_crowns\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2928\",\n        \"D2929\",\n        \"D2930\",\n        \"D2931\",\n        \"D2932\",\n        \"D2933\",\n        \"D2934\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Crowns replacing tooth structure lost from abrasion, attrition, abfraction and erosion are not covered.\",\n        \"If used as a temporary, not covered\",\n        \"If a permanent crown replaces a stainless steel/resin/prefabricated crown at a later date but before replacement restrictions allow, all new charges will be reduced by those already paid.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"crown_recements\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2920\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered only if done more than 12 months after initial insertion of crown/onlay\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"protective_restorations\",\n      \"limitation\": \"None\",\n      \"limitation_applies_to\": [\n        \"D2940\"\n      ],\n      \"services_remaining\": 2147483647,\n      \"disclaimers\": [\n        \"D2940 is covered only if not performed on the same date as the permanent restoration.\",\n        \"Not to be used to report endodontic access closure.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"buildups\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2950\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Considered only when required for retention and preservation of tooth. No benefits payable if restorative procedures are not covered.\",\n        \"Buildups submitted with the same date of service as a full cast crown are considered. Please bill for the crown on the seat date and for the buildup on the date it is performed.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"pulpotomy\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3220\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Not to be construed as the first stage of root canal therapy.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"pulpal_therapy\",\n      \"limitation\": \"None\",\n      \"limitation_applies_to\": [\n        \"D3230\",\n        \"D3240\"\n      ],\n      \"services_remaining\": 2147483647,\n      \"disclaimers\": [\n        \"Covered for deciduous teeth only.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"incomplete_endodontic_therapy\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D3332\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Please provide diagnostic x-rays and a narrative or office notes for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"treatment_of_root_canal_obstruction\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D3331\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Please provide diagnostic x-rays and a narrative or office notes for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"simple_endodontic_therapy\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3310\",\n        \"D3320\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Includes intra-operative x-rays.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"complex_endodontic_therapy\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3330\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Includes intra-operative x-rays.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"simple_endodontic_retreatment\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3346\",\n        \"D3347\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Includes intra-operative x-rays.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"complex_endodontic_retreatment\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3348\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Includes intra-operative x-rays.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"internal_root_repair\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D3333\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Please provide diagnostic x-rays and a narrative or office notes for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"apicoectomy\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3410\",\n        \"D3421\",\n        \"D3425\",\n        \"D3426\"\n      ],\n      \"services_remaining\": 0,\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"retrograde_fillings\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3430\"\n      ],\n      \"services_remaining\": 0,\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"bone_replacement_grafts\",\n      \"limitation\": \"Covered once per site per lifetime\",\n      \"limitation_applies_to\": [\n        \"D3428\",\n        \"D3429\",\n        \"D4263\",\n        \"D4264\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Bone Grafting of an extraction site is not covered.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"surgical_periodontics\",\n      \"limitation\": \"1 per 36 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D4210\",\n        \"D4211\",\n        \"D4240\",\n        \"D4241\",\n        \"D4245\",\n        \"D4260\",\n        \"D4261\",\n        \"D4270\",\n        \"D4273\",\n        \"D4274\",\n        \"D4275\",\n        \"D4276\",\n        \"D4277\",\n        \"D4278\",\n        \"D4283\",\n        \"D4285\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Gingival grafts are considered a covered service only when necessary to treat a soft tissue defect. They are not considered a covered service if done for reasons of sensitivity or for cosmetic purposes.\",\n        \"No restrictions on number of quadrants completed same date of service\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UR\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UL\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LR\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LL\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"gingivectomy\",\n      \"limitation\": \"1 per 36 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D4212\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Please provide diagnostic x-rays and a narrative or office notes for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"crown_lengthening\",\n      \"limitation\": \"1 per 36 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D4249\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Please provide x-rays for review.\",\n        \"No benefit for crown lengthening is payable if performed on same date of service as the crown.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"scaling_and_root_planing\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D4341\",\n        \"D4342\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"These services are considered only when there is visible pathologic radiographic bone loss resulting in subsequent loss of attachment.\",\n        \"No restrictions on number of quadrants completed same date of service\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UR\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UL\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LR\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LL\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"scaling_and_gingival_inflammation\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D4346\"\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"Considered if at least 6 months have elapsed since last prophylaxis.\",\n        \"This service is only appropriate when a patient has swollen, inflamed gingiva, generalized suprabony pockets and moderate to severe bleeding on probing in the absence of attachment loss\",\n        \"No benefits are payable if the patient has history of periodontal treatment.\",\n        \"Limited to persons age 14 and over.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"date\": \"07/01/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"full_mouth_debridement\",\n      \"limitation\": \"1 per lifetime\",\n      \"limitation_applies_to\": [\n        \"D4355\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered as a separate procedure only if no other service (except x-rays and/or a non-comprehensive periodontal exam) is provided during the visit.\",\n        \"This procedure is not a covered service by us if the patient has had a prophylaxis, periodontal maintenance, or scaling and root planing within the past 24 months.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\",\n          \"date\": \"01/01/2027\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"complete_prosthetics\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D5110\",\n        \"D5120\",\n        \"D5130\",\n        \"D5140\",\n        \"D5863\",\n        \"D5865\",\n        \"D6110\",\n        \"D6111\",\n        \"D6114\",\n        \"D6115\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered services are paid on seat date\",\n        \"A missing tooth clause does apply. Please submit extraction date(s).\",\n        \"If replacing a prior prosthetic, submit date of prior prosthetic and clinical narrative.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"partial_prosthetics\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D5211\",\n        \"D5212\",\n        \"D5213\",\n        \"D5214\",\n        \"D5221\",\n        \"D5222\",\n        \"D5223\",\n        \"D5224\",\n        \"D5225\",\n        \"D5226\",\n        \"D5227\",\n        \"D5228\",\n        \"D5282\",\n        \"D5283\",\n        \"D5284\",\n        \"D5286\",\n        \"D5864\",\n        \"D5866\",\n        \"D6112\",\n        \"D6113\",\n        \"D6116\",\n        \"D6117\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered services are paid on seat date\",\n        \"A missing tooth clause does apply. Please submit extraction date(s).\",\n        \"If replacing a prior prosthetic, submit date of prior prosthetic and clinical narrative.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"repairs_to_complete_dentures\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D5511\",\n        \"D5512\",\n        \"D5520\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Must be at least 12 months since denture/partial denture insertion.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"repairs_to_partial_dentures\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D5611\",\n        \"D5612\",\n        \"D5621\",\n        \"D5622\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Must be at least 12 months since denture/partial denture insertion.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"rebase_reline_complete_dentures\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D5710\",\n        \"D5711\",\n        \"D5720\",\n        \"D5721\",\n        \"D5725\",\n        \"D5730\",\n        \"D5731\",\n        \"D5750\",\n        \"D5751\",\n        \"D5765\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Must be at least 12 months since denture/partial denture insertion.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"rebase_reline_partial_dentures\",\n      \"limitation\": \"1 per 24 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D5740\",\n        \"D5741\",\n        \"D5760\",\n        \"D5761\",\n        \"D5765\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Must be at least 12 months since denture/partial denture insertion.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"UA\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"LA\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"implant_crowns\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D6058\",\n        \"D6059\",\n        \"D6060\",\n        \"D6061\",\n        \"D6062\",\n        \"D6063\",\n        \"D6064\",\n        \"D6065\",\n        \"D6066\",\n        \"D6067\",\n        \"D6068\",\n        \"D6069\",\n        \"D6070\",\n        \"D6071\",\n        \"D6072\",\n        \"D6073\",\n        \"D6074\",\n        \"D6075\",\n        \"D6076\",\n        \"D6077\",\n        \"D6082\",\n        \"D6083\",\n        \"D6084\",\n        \"D6086\",\n        \"D6087\",\n        \"D6088\",\n        \"D6094\",\n        \"D6097\",\n        \"D6098\",\n        \"D6099\",\n        \"D6120\",\n        \"D6121\",\n        \"D6122\",\n        \"D6123\",\n        \"D6194\",\n        \"D6195\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"A missing tooth clause does apply. Please submit extraction date(s).\",\n        \"If an existing prosthesis is present where the implant is being placed, then replacement frequency of the existing prosthesis must be met.\",\n        \"If implant is replacing a prior prosthetic, submit date of prior prosthetic and clinical narrative.\",\n        \"Benefits for an implant crown are based on a restorative crown when implants are not a covered charge.\",\n        \"Molars/Pre-molars are based upon the alternate benefit of a noble metal cast crown. Anterior teeth are based upon the alternate benefit of a porcelain fused to noble metal cast crown.\",\n        \"We recommend submission of a predetermination.\",\n        \"Covered services are paid on seat date\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"fixed_prosthetics\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D6205\",\n        \"D6210\",\n        \"D6211\",\n        \"D6212\",\n        \"D6214\",\n        \"D6240\",\n        \"D6241\",\n        \"D6242\",\n        \"D6243\",\n        \"D6245\",\n        \"D6250\",\n        \"D6251\",\n        \"D6252\",\n        \"D6710\",\n        \"D6720\",\n        \"D6721\",\n        \"D6722\",\n        \"D6740\",\n        \"D6750\",\n        \"D6751\",\n        \"D6752\",\n        \"D6753\",\n        \"D6780\",\n        \"D6781\",\n        \"D6782\",\n        \"D6783\",\n        \"D6784\",\n        \"D6790\",\n        \"D6791\",\n        \"D6792\",\n        \"D6794\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"A missing tooth clause does apply. Please submit extraction date(s).\",\n        \"Molars/Pre-molars are based upon the alternate benefit of a noble metal cast retainer crown/pontic. Anterior teeth are based upon the alternate benefit of a porcelain fused to noble metal cast retainer crown/pontic.\",\n        \"We recommend submission of a predetermination including diagnostic x-rays\",\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"If replacing a prior prosthetic, submit date of prior prosthetic and clinical narrative.\",\n        \"Covered services are paid on seat date\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"UNKNOWN\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"simple_and_surgical_extractions\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7111\",\n        \"D7140\",\n        \"D7210\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"A predetermination is recommended.\",\n        \"We do not require claims for oral surgery to be sent to the employee's medical insurance first.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"impacted_extractions\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7220\",\n        \"D7230\",\n        \"D7240\",\n        \"D7241\",\n        \"D7250\",\n        \"D7251\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"A predetermination is recommended.\",\n        \"We do not require claims for oral surgery to be sent to the employee's medical insurance first.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"closure_of_sinus_perforation\",\n      \"limitation\": \"None\",\n      \"limitation_applies_to\": [\n        \"D7261\"\n      ],\n      \"services_remaining\": 2147483647,\n      \"disclaimers\": [\n        \"Please provide diagnostic x-rays, a clinical narrative, and office notes for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"orthodontics\",\n      \"service_type\": \"limited_interceptive_and_comprehensive_orthodontic_treatment\",\n      \"limitation\": \"NA\",\n      \"limitation_applies_to\": [\n        \"D8010\",\n        \"D8020\",\n        \"D8030\",\n        \"D8040\",\n        \"D8070\",\n        \"D8080\",\n        \"D8090\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"The lifetime maximum will be reduced by the amount paid by the prior plan/carrier. Please provide the name of the previous insurance carrier and the amount paid towards orthodontia.\",\n        \"The benefit for the initial fee is 25% of the lifetime maximum or the total fee, whichever is less.\",\n        \"We automate ongoing payments monthly, based on the patient's eligibility and benefit maximum. There is no need to submit periodic orthodontic treatment visits.\",\n        \"There are no benefits payable if the appliance or bands were placed prior to the effective date, unless treatment was in progress under prior group orthodontic coverage, and no lapse in coverage.\",\n        \"X-rays, diagnostic casts, and photos for orthodontic purposes are covered under orthodontia benefits. Cone beam x-rays are not covered.\",\n        \"Clear aligners are covered under orthodontia.\",\n        \"Appliances covered: Bionator, Crozat, Edgewise, Expansion, Frankle, Hawly, Hebst, Nord, Palatal Expansion, Quad Helix, Retainers, Ricketts, Sagittal\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"orthodontics\",\n      \"service_type\": \"periodic_orthodontic_treatment_visit\",\n      \"limitation\": \"NA\",\n      \"limitation_applies_to\": [\n        \"D8670\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"There is no need to submit periodic orthodontic treatment visits. We automate ongoing payments monthly.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"orthodontics\",\n      \"service_type\": \"noncovered_orthodontic_services\",\n      \"limitation\": \"NA\",\n      \"limitation_applies_to\": [\n        \"D8692\",\n        \"D8695\"\n      ],\n      \"services_remaining\": 0,\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"NOT_ELIGIBLE\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"palliative_treatment\",\n      \"limitation\": \"NA\",\n      \"limitation_applies_to\": [\n        \"D9110\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered only if no other service (except x-rays) is provided during the visit\",\n        \"There is no age limitation for palliative treatments.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"general_anesthesia\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D9222\",\n        \"D9223\",\n        \"D9239\",\n        \"D9243\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review based on service, complexity, and length of procedure.\",\n        \"General Anesthesia or IV Sedation is payable for: removal of impacted teeth or coronectomy, the removal of residual tooth roots and/or the surgical removal of 4 molars on the same day in four different quadrants\",\n        \"General Anesthesia or IV Sedation is also payable for: removal of dental cysts/tumors, multiple restorative services for Children under age 5, osseous surgery, bone grafting, removal of third molars in 3 or 4 different quadrants on the same day\",\n        \"General Anesthesia or IV Sedation isn't covered when: used for more than one hour, the service isn't covered, used for patient management.\",\n        \"A predetermination is recommended.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"therapeutic_parenteral_drugs\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D9610\",\n        \"D9612\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Covered for antibiotic drug administration only. Please submit the name of the drug for review.\",\n        \"Covered only if performed in conjunction with General Anesthesia or IV Sedation.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"consultations\",\n      \"limitation\": \"1 per 12 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D9310\"\n      ],\n      \"services_remaining\": 1,\n      \"disclaimers\": [\n        \"Limited to a specialist\",\n        \"Covered only if no other service (except x-rays) is provided during the visit\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"occlusal_guards\",\n      \"limitation\": \"1 per 36 consecutive months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D9944\",\n        \"D9945\",\n        \"D9946\"\n      ],\n      \"services_remaining\": 1,\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"preventive\",\n      \"service_type\": \"occlusal_x_rays\",\n      \"limitation\": \"2 per calendar year\",\n      \"limitation_applies_to\": [\n        \"D0240\",\n        \"D0706\"\n      ],\n      \"services_remaining\": 2,\n      \"disclaimers\": [\n        \"D0706 is only payable when submitted by an x-ray facility.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"orthodontics\",\n      \"service_type\": \"oral_facial_images\",\n      \"limitation\": \"None\",\n      \"limitation_applies_to\": [\n        \"D0350\",\n        \"D0703\"\n      ],\n      \"services_remaining\": 2147483647,\n      \"disclaimers\": [\n        \"Photos/images for orthodontic purposes are considered under orthodontia benefits. Refer to Orthodontia benefits for more details.\",\n        \"Only one occurrence is payable on a single date of service.\",\n        \"D0703 is only payable when submitted by an x-ray facility.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"surgical_access_of_an_unerupted_tooth\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7280\"\n      ],\n      \"services_remaining\": 0,\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"placement_of_device_to_facilitate_eruption\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7283\"\n      ],\n      \"services_remaining\": 0,\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"pin_retention\",\n      \"limitation\": \"None\",\n      \"limitation_applies_to\": [\n        \"D2951\"\n      ],\n      \"services_remaining\": 2147483647,\n      \"disclaimers\": [\n        \"Covered only if submitted on the same date of service and same tooth as a crown or a 3+ surface filling, inlay, or onlay.\",\n        \"Only one occurrence per tooth is payable on a single date of service.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"post_and_cores\",\n      \"limitation\": \"1 replacement every 60 months to the exact day\",\n      \"limitation_applies_to\": [\n        \"D2952\",\n        \"D2953\",\n        \"D2954\",\n        \"D2957\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"Post and Core is not payable unless there is history of root canal therapy.\",\n        \"Post and Core is not payable if restorative procedure is not covered.\",\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Indirectly fabricated post and core is considered at the prefabricated post and core rate.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"1\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"2\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"3\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"4\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"5\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"6\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"7\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"8\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"9\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"10\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"11\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"12\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"13\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"14\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"15\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"16\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"17\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"18\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"19\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"20\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"21\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"22\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"23\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"24\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"25\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"26\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"27\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"28\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"29\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"30\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"31\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"32\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"A\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"B\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"C\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"D\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"E\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"F\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"G\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"H\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"I\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"J\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"K\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"L\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"M\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"N\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"O\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"P\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"Q\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"R\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"S\"\n        },\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\",\n          \"location\": \"T\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"post_removal\",\n      \"limitation\": \"None\",\n      \"limitation_applies_to\": [\n        \"D2955\"\n      ],\n      \"services_remaining\": 2147483647,\n      \"disclaimers\": [\n        \"Please submit diagnostic x-rays for review.\",\n        \"These services are subject to Individual and/or Consultant review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"frenulectomy\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7961\",\n        \"D7963\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Please provide x-rays, photos, and clinical narrative for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"lingual_frenulectomy\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7962\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Please provide x-rays, photos, and clinical narrative for review.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"alveoplasty\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7310\",\n        \"D7311\",\n        \"D7320\",\n        \"D7321\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"These services are subject to Individual and/or Consultant review.\",\n        \"Radiographs must verify need to substantially reshape alveolar bone in preparation for a fixed or removable prosthetic\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"soft_biopsy\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7284\",\n        \"D7286\",\n        \"D7288\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"We do not cover biopsies of the lip, cheek, tongue, or any area outside of the oral cavity.\",\n        \"Please provide a path report, description and location of the procedure performed and x-rays or photos.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"major\",\n      \"service_type\": \"hard_biopsy\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7285\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"We do not cover biopsies of the lip, cheek, tongue, or any area outside of the oral cavity.\",\n        \"Please provide a path report, description and location of the procedure performed and x-rays or photos.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"incision_and_drainage_abscess\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D7510\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"A separate benefit is not considered if done on the same day as an extraction.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    },\n    {\n      \"category\": \"basic\",\n      \"service_type\": \"pulp_vitality_tests\",\n      \"limitation\": \"Other\",\n      \"limitation_applies_to\": [\n        \"D0460\"\n      ],\n      \"services_remaining\": 0,\n      \"disclaimers\": [\n        \"We allow one D0460 per date of service.\"\n      ],\n      \"eligibility_details\": [\n        {\n          \"eligibility\": \"ELIGIBLE\",\n          \"date\": \"2/3/2025\"\n        }\n      ]\n    }\n  ],\n  \"not_covered\": [\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"implant_body\",\n      \"limitation_applies_to\": [\n        \"D6010\",\n        \"D6013\",\n        \"D6040\",\n        \"D6050\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"implant_supporting_structures\",\n      \"limitation_applies_to\": [\n        \"D6056\",\n        \"D6057\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"bone_replacement_graft_at_the_time_of_implant\",\n      \"limitation_applies_to\": [\n        \"D6104\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"implant_removal\",\n      \"limitation_applies_to\": [\n        \"D6100\",\n        \"D6105\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"implant_supported_connecting_bar\",\n      \"limitation_applies_to\": [\n        \"D6055\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"maintenance_or_scaling_and_debridement_of_an_implant\",\n      \"limitation_applies_to\": [\n        \"D6080\",\n        \"D6081\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"repair_implant_abutment_remove_broken_implant_screw\",\n      \"limitation_applies_to\": [\n        \"D6089\",\n        \"D6095\",\n        \"D6096\",\n        \"D6197\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"treatment_of_peri_implant_defect\",\n      \"limitation_applies_to\": [\n        \"D6101\",\n        \"D6102\",\n        \"D6103\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"harmful_habit_appliance\",\n      \"limitation_applies_to\": [\n        \"D8210\",\n        \"D8220\"\n      ],\n      \"disclaimers\": [\n        \"Considered only for dependent children under age 18\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"bone_replacement_graft_ridge_preservation\",\n      \"limitation_applies_to\": [\n        \"D7953\"\n      ],\n      \"disclaimers\": [\n        \"This bone graft code should not be billed if the tooth is still present.\"\n      ]\n    },\n    {\n      \"category\": \"not_covered\",\n      \"service_type\": \"non_covered\",\n      \"limitation_applies_to\": [\n        \"D0171\",\n        \"D0367\",\n        \"D0431\",\n        \"D1330\",\n        \"D2962\",\n        \"D3110\",\n        \"D3120\",\n        \"D3911\",\n        \"D4266\",\n        \"D4322\",\n        \"D4323\",\n        \"D4381\",\n        \"D5820\",\n        \"D5821\",\n        \"D6198\",\n        \"D7298\",\n        \"D7299\",\n        \"D7300\",\n        \"D7880\",\n        \"D7950\",\n        \"D7951\",\n        \"D7952\",\n        \"D9230\",\n        \"D9248\",\n        \"D9912\",\n        \"D9941\",\n        \"D9947\",\n        \"D9948\",\n        \"D9949\",\n        \"D9995\",\n        \"D9996\"\n      ],\n      \"disclaimers\": [\n        \"This is a list of commonly asked about codes that are not covered. This is not an all-inclusive list of non-covered codes.\",\n        \"Payer does not provide benefits for any treatment or service that is: primarily cosmetic, temporary, replacing tooth structure lost from abrasion, attrition, erosion or abfraction, not reasonably expected to successfully correct a dental condition for at least 3 years\"\n      ]\n    }\n  ],\n  \"disclaimers\": [\n    \"This plan has a missing tooth clause that may apply to the initial placement of full or partial dentures, fixed bridges, implants, and implant crowns. A predetermination is recommended to determine benefits.\",\n    \"The patient should see an In Network dentist for the best benefit. Lesser benefits are available by visiting a non-participating dentist. A different fee schedule may apply according to leased agreements. Benefits for non-participating Dentists are subject to Usual, Customary and Reasonable Fees (UCR). Call 800-247-4695 to check participation.\",\n    \"Predeterminations are not required prior to services being rendered. A predetermination may be recommended for certain services\",\n    \"Coordination of Benefits are determined by the Standard/Birthday Rule as defined by NAIC\",\n    \"Implants are allowed for patients 16 and over only.\",\n    \"Dependent dental will be terminated when dependent has turned 26 years old.\",\n    \"Orthodontic treatment is considered for all persons, regardless of age.\"\n  ]\n}"}],"_postman_id":"64dbebb9-44ed-4d88-a8c7-a024b02aeec7"}],"id":"0c1fa096-aa44-4088-aa2b-97a96d612a8e","_postman_id":"0c1fa096-aa44-4088-aa2b-97a96d612a8e","description":""},{"name":"Finance APIs","item":[{"name":"finance/accounts","id":"4cb180f4-0c2e-438e-ba93-db2f8b4548f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sikkasoft.com/v4/finance/accounts","description":"<p>Returns accounts data from practice's finance system.</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"account_number-optional\">account_number <code>optional</code></h6>\n<blockquote>\n<p>account number from accounts </p>\n</blockquote>\n<h6 id=\"account_name-optional\">account_name <code>optional</code></h6>\n<blockquote>\n<p>account name from accounts </p>\n</blockquote>\n<h6 id=\"account_type-optional\">account_type <code>optional</code></h6>\n<blockquote>\n<p>account type from accounts </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"account_number-default\">account_number <code>default</code></h6>\n<blockquote>\n<p>account number from accounts</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","finance","accounts"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"5c1d2568-38ea-4c6c-92ad-38929d51cf78","name":"request","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/accounts?limit=1","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","accounts"],"query":[{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Cache-Control","key":"Cache-Control","value":"private, no-cache=\"set-cookie\"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"721","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Mon, 24 Apr 2017 09:12:59 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-IIS/8.5","description":""},{"name":"X-AspNet-Version","key":"X-AspNet-Version","value":"4.0.30319","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"1503","body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"1\",\r\n    \"total_count\": \"95\",\r\n    \"execution_time\": \"12\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/finance/accounts?offset=0&limit=1\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/finance/accounts?offset=0&limit=1\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/finance/accounts?offset=1&limit=1\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/finance/accounts?offset=94&limit=1\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/finance/accounts/12345\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"description\": \"Orders from customers to be filled work to be performed or items to be shipped\",\r\n            \"account_number\": \"12345\",\r\n            \"account_name\": \"12345 Sales Orders\",\r\n            \"account_fullname\": \"Sales Orders\",\r\n            \"account_type\": \"NonPosting\",\r\n            \"balance_total\": \"0.0000\"\r\n        }\r\n    ]\r\n}"},{"id":"e3697e0c-7835-4d31-9018-2ca7b45fca8d","name":"request?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/accounts?limit=1&fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","accounts"],"query":[{"key":"limit","value":"1"},{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"key":"Access-Control-Allow-Origin","value":"*","description":""},{"key":"Cache-Control","value":"private, no-cache=\"set-cookie\"","description":""},{"key":"Connection","value":"keep-alive","description":""},{"key":"Content-Length","value":"721","description":""},{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Mon, 24 Apr 2017 09:12:59 GMT","description":""},{"key":"Server","value":"Microsoft-IIS/8.5","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","description":""},{"key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"1503","body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/finance/accounts?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/finance/accounts?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/finance/accounts?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/finance/accounts?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/finance/accounts/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"description\": \"description\",\r\n            \"account_number\": \"account number\",\r\n            \"account_name\": \"account name\",\r\n            \"account_fullname\": \"account fullname\",\r\n            \"account_type\": \"account type\",\r\n            \"balance_total\": \"balance total\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"4cb180f4-0c2e-438e-ba93-db2f8b4548f9"},{"name":"finance/balances","id":"30fb7a8d-eb9e-4f31-a5d7-47b672758f69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sikkasoft.com/v4/finance/balances","description":"<p>Returns balance details data from practice's finance system.</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"account_name-optional\">account_name <code>optional</code></h6>\n<blockquote>\n<p>Account name</p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"account_name-default\">account_name <code>default</code></h6>\n<blockquote>\n<p>Account name</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","finance","balances"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"c18f673c-8900-469e-a40b-3d51804251fd","name":"request","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/balances?limit=1","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","balances"],"query":[{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Cache-Control","key":"Cache-Control","value":"private","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"576","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Mon, 24 Apr 2017 09:19:31 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-IIS/8.5","description":""},{"name":"X-AspNet-Version","key":"X-AspNet-Version","value":"4.0.30319","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"3628","body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"1\",\r\n    \"total_count\": \"485\",\r\n    \"execution_time\": \"12\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/finance/balances?offset=0&limit=1\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/finance/balances?offset=0&limit=1\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/finance/balances?offset=1&limit=1\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/finance/balances?offset=484&limit=1\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/finance/balances/abc def\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"account_name\": \"abc def\",\r\n            \"balance_total\": \"1540.9600\"\r\n        }\r\n    ]\r\n}"},{"id":"8ad3d83a-08a2-4fe7-abb2-c59a12108041","name":"request?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/balances?limit=1&fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","balances"],"query":[{"key":"limit","value":"1"},{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"key":"Access-Control-Allow-Origin","value":"*","description":""},{"key":"Cache-Control","value":"private","description":""},{"key":"Connection","value":"keep-alive","description":""},{"key":"Content-Length","value":"576","description":""},{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Mon, 24 Apr 2017 09:19:31 GMT","description":""},{"key":"Server","value":"Microsoft-IIS/8.5","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","description":""},{"key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"3628","body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/finance/balances?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/finance/balances?offset=xx&limit=xx\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/finance/balances?offset=xx&limit=xx\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/finance/balances?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/vxxxx/finance/balances/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"account_name\": \"account name\",\r\n            \"balance_total\": \"balance total\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"30fb7a8d-eb9e-4f31-a5d7-47b672758f69"},{"name":"finance/budgets","id":"46a04714-cf69-4353-a78c-b111f61b2efd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sikkasoft.com/v4/finance/budgets","description":"<p>Returns budgets details data from practice's finance system.</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key</p>\n</blockquote>\n<h6 id=\"account_name-optional\">account_name <code>optional</code></h6>\n<blockquote>\n<p>Account name</p>\n</blockquote>\n<h6 id=\"yearoptional\">year<code>optional</code></h6>\n<blockquote>\n<p>Year </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"account_name-default\">account_name <code>default</code></h6>\n<blockquote>\n<p>Account name</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","finance","budgets"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"cb70cffd-90db-4fe4-8b3a-7104eb602b82","name":"request","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/budgets?limit=1","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","budgets"],"query":[{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Cache-Control","key":"Cache-Control","value":"private, no-cache=\"set-cookie\"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"898","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Mon, 24 Apr 2017 09:25:30 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-IIS/8.5","description":""},{"name":"X-AspNet-Version","key":"X-AspNet-Version","value":"4.0.30319","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"2276","body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"1\",\r\n    \"total_count\": \"47648\",\r\n    \"execution_time\": \"510\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/finance/budgets?offset=0&limit=1\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/finance/budgets?offset=0&limit=1\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/finance/budgets?offset=1&limit=1\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/finance/budgets?offset=47647&limit=1\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/finance/budgets/Truck Insurance\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"account_name\": \"Truck Insurance\",\r\n            \"january\": \"10.0000\",\r\n            \"february\": \"20.0000\",\r\n            \"march\": \"30.0000\",\r\n            \"april\": \"40.0000\",\r\n            \"may\": \"50.0000\",\r\n            \"june\": \"60.0000\",\r\n            \"july\": \"60.0000\",\r\n            \"august\": \"50.0000\",\r\n            \"september\": \"40.0000\",\r\n            \"october\": \"30.0000\",\r\n            \"november\": \"20.0000\",\r\n            \"december\": \"10.0000\",\r\n            \"total\": \"420.0000\"\r\n        }\r\n    ]\r\n}"},{"id":"6a21d233-fc16-41ce-a31f-eec658affdff","name":"request?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/budgets?limit=1&fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","budgets"],"query":[{"key":"limit","value":"1"},{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"key":"Access-Control-Allow-Origin","value":"*","description":""},{"key":"Cache-Control","value":"private, no-cache=\"set-cookie\"","description":""},{"key":"Connection","value":"keep-alive","description":""},{"key":"Content-Length","value":"898","description":""},{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Mon, 24 Apr 2017 09:25:30 GMT","description":""},{"key":"Server","value":"Microsoft-IIS/8.5","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","description":""},{"key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"2276","body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/finance/budgets?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/finance/budgets?offset=xx&limit=xx\",\r\n        \"next\": \"next\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/finance/budgets?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/vxxxx/finance/budgets/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"account_name\": \"account name\",\r\n            \"january\": \"january\",\r\n            \"february\": \"february\",\r\n            \"march\": \"march\",\r\n            \"april\": \"april\",\r\n            \"may\": \"may\",\r\n            \"june\": \"june\",\r\n            \"july\": \"july\",\r\n            \"august\": \"august\",\r\n            \"september\": \"september\",\r\n            \"october\": \"october\",\r\n            \"november\": \"november\",\r\n            \"december\": \"december\",\r\n            \"total\": \"total\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"46a04714-cf69-4353-a78c-b111f61b2efd"},{"name":"finance/customers","id":"c685cd84-0e5b-4dd0-858b-5e1eb521b1a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sikkasoft.com/v4/finance/customers","description":"<p>Returns customer details data from practice's finance system.</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"fullname-optional\">fullname <code>optional</code></h6>\n<blockquote>\n<p>fullname </p>\n</blockquote>\n<h6 id=\"customer_id-optional\">customer_id <code>optional</code></h6>\n<blockquote>\n<p>customer id from finance system (different from customer_id in other APIs) </p>\n</blockquote>\n<h6 id=\"name-optional\">name <code>optional</code></h6>\n<blockquote>\n<p>name </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"customer_id-default\">customer_id <code>default</code></h6>\n<blockquote>\n<p>customer id from finance system (different from customer_id in other APIs)</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","finance","customers"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"a001c5c7-ab1c-4574-88be-599dc894fe5f","name":"request","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"request_key","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/customers?limit=1","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","customers"],"query":[{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Cache-Control","key":"Cache-Control","value":"private","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"3178","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Mon, 24 Apr 2017 09:31:33 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-IIS/8.5","description":""},{"name":"X-AspNet-Version","key":"X-AspNet-Version","value":"4.0.30319","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"1290","body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"1\",\r\n    \"total_count\": \"2801\",\r\n    \"execution_time\": \"16\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/finance/customers?offset=0&limit=1\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/finance/customers?offset=0&limit=1\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/finance/customers?offset=1&limit=1\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/finance/customers?offset=2800&limit=1\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/finance/customers/ABC DEF\",\r\n            \"firstname\": \"\",\r\n            \"lastname\": \"\",\r\n            \"salutation\": \"\",\r\n            \"email\": \"\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"name\": \"ABC DEF\",\r\n            \"phone\": \"\",\r\n            \"notes\": \"\",\r\n            \"fax\": \"\",\r\n            \"contact\": \"\",\r\n            \"error_message\": \"\",\r\n            \"customer_id\": \"0\",\r\n            \"account_number\": \"\",\r\n            \"alternate_contact\": \"\",\r\n            \"alternate_phone\": \"\",\r\n            \"balance\": \"0.0000\",\r\n            \"billing_address1\": \"ABC DEF Inc.\",\r\n            \"billing_address2\": \"111 D Street\",\r\n            \"billing_address3\": \"\",\r\n            \"billing_address4\": \"\",\r\n            \"billing_city\": \"Marshfield\",\r\n            \"billing_country\": \"\",\r\n            \"billing_zipcode\": \"11111\",\r\n            \"billing_state\": \"AA\",\r\n            \"company_name\": \"\",\r\n            \"card_address\": \"\",\r\n            \"card_number\": \"\",\r\n            \"card_zipcode\": \"\",\r\n            \"card_expiration_month\": \"0\",\r\n            \"card_expiration_year\": \"0\",\r\n            \"name_on_card\": \"\",\r\n            \"credit_limit\": \"0\",\r\n            \"customer_type_reference_fullname\": \"\",\r\n            \"customer_type_reference_listid\": \"\",\r\n            \"edit_sequence\": \"xxxxxxxxxx\",\r\n            \"fullname\": \"ABC DEF\",\r\n            \"is_active\": \"True\",\r\n            \"item_sales_tax_reference_fullname\": \"xxxx xxxxx (x.x%)\",\r\n            \"item_sales_tax_reference_listid\": \"xxxx-xxxxx\",\r\n            \"list_id\": \"ABC DEF\",\r\n            \"middelname\": \"\",\r\n            \"parent_reference_fullname\": \"\",\r\n            \"parent_reference_listid\": \"\",\r\n            \"preferred_payment_method_reference_fullname\": \"\",\r\n            \"preferred_payment_method_reference_listid\": \"\",\r\n            \"sales_rep_reference_fullname\": \"\",\r\n            \"sales_rep_reference_listid\": \"\",\r\n            \"sales_tax_code_reference_fullname\": \"xxx\",\r\n            \"sales_tax_code_reference_listid\": \"xxxx-xxxxx\",\r\n            \"shipping_address1\": \"ABC DEF Inc.\",\r\n            \"shipping_address2\": \"111 D Street\",\r\n            \"shipping_address3\": \"\",\r\n            \"shipping_address4\": \"\",\r\n            \"shipping_city\": \"Marshfield\",\r\n            \"shipping_country\": \"\",\r\n            \"shipping_zipcode\": \"11111\",\r\n            \"shipping_state\": \"AA\",\r\n            \"sub_level\": \"0\",\r\n            \"terms_reference_fullname\": \"Net 30\",\r\n            \"terms_reference_listid\": \"xxxx-xxxxx\",\r\n            \"time_created\": \"2016-08-22T00:00:00\",\r\n            \"time_modified\": \"2023-04-27T00:00:00\",\r\n            \"total_balance\": \"30576\"\r\n        }\r\n    ]\r\n}"},{"id":"5237c262-e81f-4695-983c-343e481188d0","name":"request?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"request_key","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/customers?limit=1&fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","customers"],"query":[{"key":"limit","value":"1"},{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"key":"Access-Control-Allow-Origin","value":"*","description":""},{"key":"Cache-Control","value":"private","description":""},{"key":"Connection","value":"keep-alive","description":""},{"key":"Content-Length","value":"3178","description":""},{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Mon, 24 Apr 2017 09:31:33 GMT","description":""},{"key":"Server","value":"Microsoft-IIS/8.5","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","description":""},{"key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"1290","body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/finance/customers?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/finance/customers?offset=xx&limit=xx\",\r\n        \"next\": \"next\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/finance/customers?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/finance/customers/xxxx\",\r\n            \"firstname\": \"firstname\",\r\n            \"lastname\": \"lastname\",\r\n            \"salutation\": \"salutation\",\r\n            \"email\": \"email\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"name\": \"name\",\r\n            \"phone\": \"phone\",\r\n            \"notes\": \"notes\",\r\n            \"fax\": \"fax\",\r\n            \"contact\": \"contact\",\r\n            \"error_message\": \"error message\",\r\n            \"customer_id\": \"customer id\",\r\n            \"account_number\": \"account number\",\r\n            \"alternate_contact\": \"alternate contact\",\r\n            \"alternate_phone\": \"alternate phone\",\r\n            \"balance\": \"balance\",\r\n            \"billing_address1\": \"billing address1\",\r\n            \"billing_address2\": \"billing address2\",\r\n            \"billing_address3\": \"billing address3\",\r\n            \"billing_address4\": \"billing address4\",\r\n            \"billing_city\": \"billing city\",\r\n            \"billing_country\": \"billing country\",\r\n            \"billing_zipcode\": \"billing zipcode\",\r\n            \"billing_state\": \"billing state\",\r\n            \"company_name\": \"company name\",\r\n            \"card_address\": \"card address\",\r\n            \"card_number\": \"card number\",\r\n            \"card_zipcode\": \"card zipcode\",\r\n            \"card_expiration_month\": \"card expiration month\",\r\n            \"card_expiration_year\": \"card expiration year\",\r\n            \"name_on_card\": \"name on card\",\r\n            \"credit_limit\": \"credit limit\",\r\n            \"customer_type_reference_fullname\": \"customer type reference fullname\",\r\n            \"customer_type_reference_listid\": \"customer type reference listid\",\r\n            \"edit_sequence\": \"edit sequence\",\r\n            \"fullname\": \"fullname\",\r\n            \"is_active\": \"is active\",\r\n            \"item_sales_tax_reference_fullname\": \"item sales tax reference fullname\",\r\n            \"item_sales_tax_reference_listid\": \"item sales tax reference listid\",\r\n            \"list_id\": \"list id\",\r\n            \"middelname\": \"middelname\",\r\n            \"parent_reference_fullname\": \"parent reference fullname\",\r\n            \"parent_reference_listid\": \"parent reference listid\",\r\n            \"preferred_payment_method_reference_fullname\": \"preferred payment method reference fullname\",  \r\n            \"preferred_payment_method_reference_listid\": \"preferred payment method reference listid\",      \r\n            \"sales_rep_reference_fullname\": \"sales rep reference fullname\",\r\n            \"sales_rep_reference_listid\": \"sales rep reference listid\",\r\n            \"sales_tax_code_reference_fullname\": \"sales tax code reference fullname\",\r\n            \"sales_tax_code_reference_listid\": \"sales tax code reference listid\",\r\n            \"shipping_address1\": \"shipping address1\",\r\n            \"shipping_address2\": \"shipping address2\",\r\n            \"shipping_address3\": \"shipping address3\",\r\n            \"shipping_address4\": \"shipping address4\",\r\n            \"shipping_city\": \"shipping city\",\r\n            \"shipping_country\": \"shipping country\",\r\n            \"shipping_zipcode\": \"shipping zipcode\",\r\n            \"shipping_state\": \"shipping state\",\r\n            \"sub_level\": \"sub level\",\r\n            \"terms_reference_fullname\": \"terms reference fullname\",\r\n            \"terms_reference_listid\": \"terms reference listid\",\r\n            \"time_created\": \"time created\",\r\n            \"time_modified\": \"time modified\",\r\n            \"total_balance\": \"total balance\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"c685cd84-0e5b-4dd0-858b-5e1eb521b1a3"},{"name":"finance/employee","id":"1ded7081-bf8d-4b8a-b4c3-b0fc5a9aaba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sikkasoft.com/v4/finance/employee","description":"<p>Returns employee details data from practice's finance system.</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"account_number-optional\">account_number <code>optional</code></h6>\n<blockquote>\n<p>account_number from finance system </p>\n</blockquote>\n<h6 id=\"employee-optional\">employee <code>optional</code></h6>\n<blockquote>\n<p>name of the employee from finance system </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"account_number-default\">account_number <code>default</code></h6>\n<blockquote>\n<p>account number from finance system</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","finance","employee"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"262ddf89-eb41-48ce-a475-78f3d198b5d9","name":"request","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/employee?limit=1","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","employee"],"query":[{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Cache-Control","key":"Cache-Control","value":"private","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"559","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Mon, 24 Apr 2017 09:51:24 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-IIS/8.5","description":""},{"name":"X-AspNet-Version","key":"X-AspNet-Version","value":"4.0.30319","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"765","body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"1\",\r\n    \"total_count\": \"13\",\r\n    \"execution_time\": \"11\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/finance/employee?offset=0&limit=1\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/finance/employee?offset=0&limit=1\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/finance/employee?offset=1&limit=1\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/finance/employee?offset=12&limit=1\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/finance/employee/Satyen Pandya\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"type\": \"Regular\",\r\n            \"phone\": \"222-000-1111\",\r\n            \"address\": \"Manjalpur Vadodara GJ\",\r\n            \"account_number\": \"1234567890\",\r\n            \"employee\": \"Satyen Pandya\"\r\n        }\r\n    ]\r\n}"},{"id":"f2c8c8c8-d2b7-4749-8a45-5a93559cd341","name":"request?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/employee?limit=1&fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","employee"],"query":[{"key":"limit","value":"1"},{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"key":"Access-Control-Allow-Origin","value":"*","description":""},{"key":"Cache-Control","value":"private","description":""},{"key":"Connection","value":"keep-alive","description":""},{"key":"Content-Length","value":"559","description":""},{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Mon, 24 Apr 2017 09:51:24 GMT","description":""},{"key":"Server","value":"Microsoft-IIS/8.5","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","description":""},{"key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"765","body":"{\r\n    \"offset\": \"xx\",\r\n    \"limit\": \"xx\",\r\n    \"total_count\": \"xx\",\r\n    \"execution_time\": \"xx\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/finance/employee?offset=xx&limit=xx\",\r\n        \"previous\": \"previous\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/finance/employee?offset=xx&limit=xx\",\r\n        \"next\": \"next\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/finance/employee?offset=xx&limit=xx\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/finance/employee/xxxx\",\r\n            \"practice_id\": \"practice id\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\r\n            \"type\": \"type\",\r\n            \"phone\": \"phone\",\r\n            \"address\": \"address\",\r\n            \"account_number\": \"account number\",\r\n            \"employee\": \"employee\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"1ded7081-bf8d-4b8a-b4c3-b0fc5a9aaba3"},{"name":"finance/payroll_details","id":"a7441fc6-677d-4fa8-8480-1e3b328f0784","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sikkasoft.com/v4/finance/payroll_details","description":"<p>Returns payroll details data from practice's finance system.</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"reference_number-optional\">reference_number <code>optional</code></h6>\n<blockquote>\n<p>reference_number from finance system </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"reference_number-default\">reference_number <code>default</code></h6>\n<blockquote>\n<p>reference number from finance system</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","finance","payroll_details"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"3d74a050-a0fd-4662-b996-49494be063ae","name":"request","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/payroll_details?limit=1","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","payroll_details"],"query":[{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Cache-Control","key":"Cache-Control","value":"private","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"813","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Mon, 24 Apr 2017 10:05:02 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-IIS/8.5","description":""},{"name":"X-AspNet-Version","key":"X-AspNet-Version","value":"4.0.30319","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"792","body":"{\r\n    \"offset\": \"0\",\r\n    \"limit\": \"1\",\r\n    \"total_count\": \"16275\",\r\n    \"execution_time\": \"20\",\r\n    \"pagination\": {\r\n        \"first\": \"https://api.sikkasoft.com/v4/finance/payroll_details?offset=0&limit=1\",\r\n        \"previous\": \"\",\r\n        \"current\": \"https://api.sikkasoft.com/v4/finance/payroll_details?offset=0&limit=1\",\r\n        \"next\": \"https://api.sikkasoft.com/v4/finance/payroll_details?offset=1&limit=1\",\r\n        \"last\": \"https://api.sikkasoft.com/v4/finance/payroll_details?offset=16274&limit=1\"\r\n    },\r\n    \"items\": [\r\n        {\r\n            \"href\": \"https://api.sikkasoft.com/v4/finance/payroll_details/E-pay\",\r\n            \"practice_id\": \"1\",\r\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\r\n            \"transaction_type\": \"\",\r\n            \"amount\": \"569.0000\",\r\n            \"date\": \"2020-07-07T00:00:00\",\r\n            \"source_name\": \"United States Source\",\r\n            \"payroll_item\": \"Federal Payroll Item\",\r\n            \"class\": \"\",\r\n            \"wage_base\": \"0.0000\",\r\n            \"debit\": \"569.0000\",\r\n            \"credit\": \"0.0000\",\r\n            \"reference_number\": \"E-pay\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"a7441fc6-677d-4fa8-8480-1e3b328f0784"},{"name":"finance/transactions","id":"3b10df23-07b9-4335-bbfb-78eae1393654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sikkasoft.com/v4/finance/transactions","description":"<p>Returns transaction details from practice's finance system.</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"practice_id-optional\">practice_id <code>optional</code></h6>\n<blockquote>\n<p>practice id in finance system </p>\n</blockquote>\n<h6 id=\"account_name-optional\">account_name <code>optional</code></h6>\n<blockquote>\n<p>account name in finance system </p>\n</blockquote>\n<h6 id=\"account_number-optional\">account_number <code>optional</code></h6>\n<blockquote>\n<p>account number in finance system </p>\n</blockquote>\n<h6 id=\"reference_number-optional\">reference_number <code>optional</code></h6>\n<blockquote>\n<p>reference_number from finance system </p>\n</blockquote>\n<h6 id=\"startdate-optional\">startdate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, start date </p>\n</blockquote>\n<h6 id=\"enddate-optional\">enddate <code>optional</code></h6>\n<blockquote>\n<p>format: yyyy-mm-dd, end date </p>\n</blockquote>\n<h6 id=\"date_filter_onoptional\">date_filter_on<code>optional</code></h6>\n<blockquote>\n<p>Field name on which stardate and enddate filter will be applied, valid values are: due_date or date(default) </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"account_name-default\">account_name <code>default</code></h6>\n<blockquote>\n<p>account name</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","finance","transactions"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"1324ff4f-4ab1-4670-ae74-26b5c0dc4ca7","name":"request","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/transactions?limit=1","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","transactions"],"query":[{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Cache-Control","key":"Cache-Control","value":"private, no-cache=\"set-cookie\"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"1738","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Mon, 24 Apr 2017 10:10:30 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-IIS/8.5","description":""},{"name":"X-AspNet-Version","key":"X-AspNet-Version","value":"4.0.30319","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"1644","body":"{\n    \"offset\": \"0\",\n    \"limit\": \"1\",\n    \"total_count\": \"47648\",\n    \"execution_time\": \"510\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/finance/transactions?offset=0&limit=1\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/finance/transactions?offset=0&limit=1\",\n        \"next\": \"https://api.sikkasoft.com/v4/finance/transactions?offset=1&limit=1\",\n        \"last\": \"https://api.sikkasoft.com/v4/finance/transactions?offset=47647&limit=1\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/finance/transactions/WI Company\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"transaction_type\": \"Paycheck\",\n            \"amount\": \"-57.3900\",\n            \"date\": \"2023-02-10T00:00:00\",\n            \"name\": \"Satyen Pandya\",\n            \"due_date\": \"\",\n            \"account_number\": \"\",\n            \"account_name\": \"WI Company\",\n            \"account_type\": \"OtherCurrentLiability\",\n            \"balance_total\": \"469.2400\",\n            \"class\": \"\",\n            \"debit\": \"0.0000\",\n            \"credit\": \"57.3900\",\n            \"reference_number\": \"DD1453\",\n            \"memo\": \"Direct Deposit\",\n            \"cleared_status\": \"NotCleared\",\n            \"split_account\": \"Checking Account - Forward\",\n            \"paid_status\": \"Unpaid\",\n            \"name_address\": \"\",\n            \"name_city\": \"\",\n            \"name_contact\": \"\",\n            \"name_email\": \"satyen.cccc@sikka.ai\",\n            \"name_fax\": \"\",\n            \"name_phone\": \"222-000-1111\",\n            \"name_state\": \"\",\n            \"name_zipcode\": \"\",\n            \"name_address2\": \"\",\n            \"name_ssn\": \"xxx-xx-xxxx\",\n            \"name_secondary_phone\": \"\"\n        }\n    ]\n}"},{"id":"c07f5c47-f60f-4cbc-915e-18203f76f913","name":"request?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/transactions?limit=1&fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","transactions"],"query":[{"key":"limit","value":"1"},{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"key":"Access-Control-Allow-Origin","value":"*","description":""},{"key":"Cache-Control","value":"private, no-cache=\"set-cookie\"","description":""},{"key":"Connection","value":"keep-alive","description":""},{"key":"Content-Length","value":"1738","description":""},{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Mon, 24 Apr 2017 10:10:30 GMT","description":""},{"key":"Server","value":"Microsoft-IIS/8.5","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","description":""},{"key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"1644","body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/finance/transactions?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/finance/transactions?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/finance/transactions?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/finance/transactions?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/finance/transactions/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"transaction_type\": \"transaction type\",\n            \"amount\": \"amount\",\n            \"date\": \"date\",\n            \"name\": \"name\",\n            \"due_date\": \"due date\",\n            \"account_number\": \"account number\",\n            \"account_name\": \"account name\",\n            \"account_type\": \"account type\",\n            \"balance_total\": \"balance total\",\n            \"class\": \"class\",\n            \"debit\": \"debit\",\n            \"credit\": \"credit\",\n            \"reference_number\": \"reference number\",\n            \"memo\": \"memo\",\n            \"cleared_status\": \"cleared status\",\n            \"split_account\": \"split account\",\n            \"paid_status\": \"paid status\",\n            \"name_address\": \"name address\",\n            \"name_city\": \"name city\",\n            \"name_contact\": \"name contact\",\n            \"name_email\": \"name email\",\n            \"name_fax\": \"name fax\",\n            \"name_phone\": \"name phone\",\n            \"name_state\": \"name state\",\n            \"name_zipcode\": \"name zipcode\",\n            \"name_address2\": \"name address2\",\n            \"name_ssn\": \"name ssn\",\n            \"name_secondary_phone\": \"name secondary phone\"\n        }\n    ]\n}"}],"_postman_id":"3b10df23-07b9-4335-bbfb-78eae1393654"},{"name":"finance/vendors","id":"35fde5c6-c5db-4dfd-92d5-c7e1323c3ce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.sikkasoft.com/v4/finance/vendors","description":"<p>Returns vendors details from practice's finance system.</p>\n<hr />\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"request_key-required\">request_key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"account_number-optional\">account_number <code>optional</code></h6>\n<blockquote>\n<p>account number in finance system </p>\n</blockquote>\n<h6 id=\"vendor-optional\">vendor <code>optional</code></h6>\n<blockquote>\n<p>name of the vendor in finance system </p>\n</blockquote>\n<h6 id=\"contact_person-optional\">contact_person <code>optional</code></h6>\n<blockquote>\n<p>name of the contact person in finance system </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"account_number-default\">account_number <code>default</code></h6>\n<blockquote>\n<p>account number in finance system</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","finance","vendors"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"b71215cf-ef75-4a87-a9ef-862f83cc7008","name":"request","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/vendors?limit=1","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","vendors"],"query":[{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"Access-Control-Allow-Headers","key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"name":"Access-Control-Allow-Methods","key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"name":"Access-Control-Allow-Origin","key":"Access-Control-Allow-Origin","value":"*","description":""},{"name":"Cache-Control","key":"Cache-Control","value":"private, no-cache=\"set-cookie\"","description":""},{"name":"Connection","key":"Connection","value":"keep-alive","description":""},{"name":"Content-Length","key":"Content-Length","value":"1738","description":""},{"name":"Content-Type","key":"Content-Type","value":"application/json","description":""},{"name":"Date","key":"Date","value":"Mon, 24 Apr 2017 10:10:30 GMT","description":""},{"name":"Server","key":"Server","value":"Microsoft-IIS/8.5","description":""},{"name":"X-AspNet-Version","key":"X-AspNet-Version","value":"4.0.30319","description":""},{"name":"X-Powered-By","key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"1644","body":"{\n    \"offset\": \"0\",\n    \"limit\": \"1\",\n    \"total_count\": \"350\",\n    \"execution_time\": \"11\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/finance/finance_vendors?offset=0&limit=1\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/finance/finance_vendors?offset=0&limit=1\",\n        \"next\": \"https://api.sikkasoft.com/v4/finance/finance_vendors?offset=1&limit=1\",\n        \"last\": \"https://api.sikkasoft.com/v4/finance/finance_vendors?offset=349&limit=1\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/finance/vendors/Tin Dabba\",\n            \"practice_id\": \"1\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/1\",\n            \"phone\": \"\",\n            \"fax\": \"\",\n            \"address\": \"Navi Post Office Juni PO GJ 12345\",\n            \"account_number\": \"1234567890\",\n            \"balance_total\": \"0\",\n            \"vendor\": \"Tin Dabba\",\n            \"contact_person\": \"Satyen Pandya\"\n        }\n    ]\n}"},{"id":"0a7017ac-ea47-4d67-a4db-2f509481cb71","name":"request?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"Request-Key","value":"{{request_key}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.sikkasoft.com/v4/finance/vendors?limit=1&fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","finance","vendors"],"query":[{"key":"limit","value":"1"},{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id","description":""},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE","description":""},{"key":"Access-Control-Allow-Origin","value":"*","description":""},{"key":"Cache-Control","value":"private, no-cache=\"set-cookie\"","description":""},{"key":"Connection","value":"keep-alive","description":""},{"key":"Content-Length","value":"1738","description":""},{"key":"Content-Type","value":"application/json","description":""},{"key":"Date","value":"Mon, 24 Apr 2017 10:10:30 GMT","description":""},{"key":"Server","value":"Microsoft-IIS/8.5","description":""},{"key":"X-AspNet-Version","value":"4.0.30319","description":""},{"key":"X-Powered-By","value":"ASP.NET","description":""}],"cookie":[],"responseTime":"1644","body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/finance/vendors?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/finance/vendors?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/finance/vendors?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/finance/vendors?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"https://api.sikkasoft.com/v4/finance/vendors/xxxx\",\n            \"practice_id\": \"practice id\",\n            \"practice_href\": \"https://api.sikkasoft.com/v4/practices/xxxx\",\n            \"phone\": \"phone\",\n            \"fax\": \"fax\",\n            \"address\": \"address\",\n            \"account_number\": \"account number\",\n            \"balance_total\": \"balance total\",\n            \"vendor\": \"vendor\",\n            \"contact_person\": \"contact person\"\n        }\n    ]\n}"}],"_postman_id":"35fde5c6-c5db-4dfd-92d5-c7e1323c3ce0"}],"id":"e9868430-a493-4240-ab11-9dbfbdeae010","description":"<p>Sikka APIs allows you to get the data extracted from financial systems like Quickbooks. Explore finance API for more details</p>\n","_postman_id":"e9868430-a493-4240-ab11-9dbfbdeae010"},{"name":"Support APIs","item":[{"name":"data_sync_status","id":"2e5edc9c-2fb2-4e47-a88d-367ff8d81eba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.sikkasoft.com/v4/data_sync_status","description":"<p>The ‘data_sync_status’ api indicates if the practice management system integration is uptodate. ‘Status’ in api response should be equal to ‘refresh’ to make sure data you are receiving via api is correct.</p>\n<blockquote>\n<p>The ‘data_sync_status’ api resource returns the real time status of practice management system connection. </p>\n</blockquote>\n<blockquote>\n<p><strong>\"Status\":\"not_refresh\"</strong> - Sikka integration is not able to connect practice management systems for more than 24 hours. </p>\n</blockquote>\n<blockquote>\n<p><strong>\"Status\":\"refresh\"</strong> - Sikka integration is connected practice management systems &amp; data is up to date. Check data_insert_date for latest data fetch. </p>\n</blockquote>\n<blockquote>\n<p><strong>“Interval”</strong> parameter allows you to get the list of practices refreshed in the last 5, 10, 15… minutes. </p>\n</blockquote>\n<p>Sample output</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Office_id</th>\n<th>practice_name</th>\n<th>data_insert_date</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>refresh</td>\n<td>D1000</td>\n<td>Pandya Clinics</td>\n<td>2022-08-02T18:12:59</td>\n</tr>\n<tr>\n<td>refresh</td>\n<td>D12435</td>\n<td>Dholakpura Dental</td>\n<td>2022-07-29T02:34:16</td>\n</tr>\n<tr>\n<td>not refresh</td>\n<td>C10001</td>\n<td>The Satyen's Dental Care</td>\n<td>2021-06-09T23:31:07</td>\n</tr>\n</tbody>\n</table>\n</div><h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"app-id-required\"><strong>app-id</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"app-key-required\"><strong>app-key</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"office_id-optional\"><strong>office_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>Office_id you received from ‘authorized_practices’ API </p>\n</blockquote>\n<h6 id=\"interval-optional-int\"><strong>interval</strong> <code>optional (int)</code></h6>\n<blockquote>\n<p>Value must be integer.<br />'interval' parameter allows the user to get the list of practices which have been refreshed in the last minutes. </p>\n</blockquote>\n<h6 id=\"status-optional\">status <code>optional</code></h6>\n<blockquote>\n<p>Status </p>\n</blockquote>\n<h6 id=\"practice_management_system-optional\">practice_management_system <code>optional</code></h6>\n<blockquote>\n<p>practice_management_system </p>\n</blockquote>\n<h6 id=\"practice_name-optional\">practice_name <code>optional</code></h6>\n<blockquote>\n<p>Practice name </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"office_id-default\">office_id <code>default</code></h6>\n<blockquote>\n<p>Office_id you received from ‘authorized_practices’ API </p>\n</blockquote>\n<h6 id=\"practice_id\">practice_id</h6>\n<blockquote>\n<p>Practice ID</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","data_sync_status"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"4bee7e46-590c-4a12-8fd7-a181eefcd179","name":"data_sync_status","originalRequest":{"method":"GET","header":[{"key":"App-Id","value":"{application id}","type":"text"},{"key":"App-Key","value":"{application key}","type":"text"}],"url":"https://api.sikkasoft.com/v4/data_sync_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"2\",\n    \"total_count\": \"2\",\n    \"execution_time\": \"528\",\n    \"pagination\": {\n        \"first\": \"http://api.sikkasoft.com/v4/data_sync_status?offset=0&limit=2\",\n        \"previous\": \"\",\n        \"current\": \"http://api.sikkasoft.com/v4/data_sync_status?offset=0&limit=2\",\n        \"next\": \"http://api.sikkasoft.com/v4/data_sync_status?offset=1&limit=2\",\n        \"last\": \"http://api.sikkasoft.com/v4/data_sync_status?offset=383&limit=2\"\n    },\n    \"items\": [\n        {\n            \"status\": \"refresh\",\n            \"practice_id\": \"1\",\n            \"office_id\": \"D1000\",\n            \"domain\": \"Dental\",\n            \"practice_name\": \"Pandya Clinics\",\n            \"practice_management_system\": \"Eclipse\",\n            \"data_insert_date\": \"2022-03-28T01:40:31\",\n            \"practice_management_system_version\": \"2018\",\n            \"practice_management_system_refresh_date_time_zone\": \"Eastern Standard Time\"\n        },\n        {\n            \"status\": \"refresh\",\n            \"practice_id\": \"1\",\n            \"office_id\": \"C10001\",\n            \"domain\": \"Dental\",\n            \"practice_name\": \"The Satyen's Dental Care\",\n            \"practice_management_system\": \"Chirotouch\",\n            \"data_insert_date\": \"2022-03-28T02:27:32\",\n            \"practice_management_system_version\": \"V6.5\",\n            \"practice_management_system_refresh_date_time_zone\": \"US Mountain Standard Time\"\n        }\n    ]\n}"},{"id":"5d32fd80-7096-4ae1-aabe-cf3d7fde067b","name":"data_sync_status?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"App-Id","value":"{application id}","type":"text"},{"key":"App-Key","value":"{application key}","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/data_sync_status?fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","data_sync_status"],"query":[{"key":"fields","value":"get_all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/data_sync_status?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/data_sync_status?offset=xx&limit=xx\",\n        \"next\": \"https://api.sikkasoft.com/v4/data_sync_status?offset=xx&limit=xx\",\n        \"last\": \"https://api.sikkasoft.com/v4/data_sync_status?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"status\": \"refresh\",\n            \"practice_id\": \"1\",\n            \"office_id\": \"D1000\",\n            \"domain\": \"Dental\",\n            \"practice_name\": \"Pandya Clinics\",\n            \"practice_management_system\": \"Eclipse\",\n            \"data_insert_date\": \"2022-03-28T01:40:31\",\n            \"practice_management_system_version\": \"2018\",\n            \"practice_management_system_refresh_date_time_zone\": \"Eastern Standard Time\"\n        }\n    ]\n}"}],"_postman_id":"2e5edc9c-2fb2-4e47-a88d-367ff8d81eba"},{"name":"practice_location ( for API billing )","id":"adcc2968-bc8b-4123-b217-8116a5b27bb1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"GET","header":[{"key":"App-Id","value":"<Application Id>","type":"text"},{"key":"App-Key","value":"<Application Key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/practice_location?office_id={office_id}","description":"<p>Get all practice details for authorized office id and return with access is on or off.</p>\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"app-id-required\"><strong>App-Id</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key</p>\n</blockquote>\n<h6 id=\"app-key-required\"><strong>App-Key</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key</p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"office_id-required\"><strong>office_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Office_id you received from ‘authorized_practices’ API</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","practice_location"],"host":["api","sikkasoft","com"],"query":[{"key":"office_id","value":"{office_id}"}],"variable":[]}},"response":[{"id":"badbd121-e33f-49d8-bd71-50c0e20818dc","name":"practice_location","originalRequest":{"method":"GET","header":[{"key":"App-Id","value":"{application id}","type":"text"},{"key":"App-Key","value":"{application key}","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/practice_location?office_id={office_id}","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","practice_location"],"query":[{"key":"office_id","value":"{office_id}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"offset\": \"0\",\n\t\"limit\": \"5000\",\n\t\"total_count\": \"165\",\n\t\"execution_time\": \"6533\",\n\t\"pagination\": {\n\t\t\"first\": \"https://api.sikksoft.com/v4/practice_location?offset=0&limit=5000\",\n\t\t\"previous\": \"\",\n\t\t\"current\": \"https://api.sikksoft.com/v4/practice_location?offset=0&limit=5000\",\n\t\t\"next\": \"\",\n\t\t\"last\": \"https://api.sikksoft.com/v4/practice_location?offset=0&limit=5000\"\n\t},\n\t\"items\": [{\n\t\t\t\"city\": \"Lake Ridge\",\n\t\t\t\"state\": \"VA\",\n\t\t\t\"email\": \"\",\n\t\t\t\"practice_id\": \"33\",\n\t\t\t\"phone\": \"**********\",\n\t\t\t\"zip_code\": \"221922383\",\n\t\t\t\"address\": \"some address\",\n\t\t\t\"practice_name\": \"My Practice\",\n\t\t\t\"access\": \"on\"\n\t\t},\n\t\t{\n\t\t\t\"city\": \"Arlington\",\n\t\t\t\"state\": \"VA\",\n\t\t\t\"email\": \"\",\n\t\t\t\"practice_id\": \"56\",\n\t\t\t\"phone\": \"**********\",\n\t\t\t\"zip_code\": \"22203\",\n\t\t\t\"address\": \"address\",\n\t\t\t\"practice_name\": \"Practice Name\",\n\t\t\t\"access\": \"on\"\n\t\t}\n\t]\n}"},{"id":"1e269153-ee3f-468d-9689-9db9fc6f0051","name":"practice_location?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"App-Id","value":"{application id}","type":"text"},{"key":"App-Key","value":"{application key}","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/practice_location?office_id={office_id}&fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","practice_location"],"query":[{"key":"office_id","value":"{office_id}"},{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/practice_location?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/practice_location?offset=xx&limit=xx\",\n        \"next\": \"next\",\n        \"last\": \"https://api.sikkasoft.com/v4/practice_location?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"city\": \"city\",\n            \"state\": \"state\",\n            \"email\": \"email\",\n            \"practice_id\": \"practice id\",\n            \"phone\": \"phone\",\n            \"zip_code\": \"zip code\",\n            \"address\": \"address\",\n            \"practice_name\": \"practice name\",\n            \"access\": \"access\"\n        }\n    ]\n}"}],"_postman_id":"adcc2968-bc8b-4123-b217-8116a5b27bb1"},{"name":"practice_location ( for API billing )","id":"d07eed75-814a-4dcb-a252-92c33d0baa8b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"App-Id","value":"<Application Id>","type":"text"},{"key":"App-Key","value":"<Application Key>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"office_id\": \"D11234\",\r\n\"practice_id\": \"1-1,1-2,1-3\",\r\n\"access\":\"ON/OFF\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/practice_location","description":"<p>POST ‘practice_location’ API allows to turn on and off API access for listed practice location(s). Users need to pass practice ids (in case of multiple practice ids, that should be separated by comma) which they want to turn on or off.</p>\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"app-id-required\"><strong>App-Id</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key</p>\n</blockquote>\n<h6 id=\"app-key-required\"><strong>App-Key</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key</p>\n</blockquote>\n<h6 id=\"request-body\">Request Body</h6>\n<h6 id=\"office_id-required\"><strong>office_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Office_id you received from ‘authorized_practices’ API</p>\n</blockquote>\n<h6 id=\"practice_id-required\"><strong>practice_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>practice_id you received from practices or practice_location API.</p>\n</blockquote>\n<h6 id=\"access-required\"><strong>access</strong> <code>Required</code></h6>\n<blockquote>\n<p>access. Value must be ON or OFF.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","practice_location"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"4665791c-1137-4f44-bee9-06822a80c4ee","name":"practice_location","originalRequest":{"method":"POST","header":[{"key":"App-Id","value":"{application id}","type":"text"},{"key":"App-Key","value":"{application key}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"office_id\": \"D123321\",\r\n\"practice_id\": \"1-1,1-2,1-3\",\r\n\"access\":\"ON/OFF\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/practice_location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"http_code\": \"200\",\n\t\"http_code_desc\": \"OK\",\n\t\"error_code\": \"API4006\",\n\t\"short_message\": \"\",\n\t\"long_message\": \"Practice location(s) updated successfully\",\n\t\"more_information\": \"\"\n}"}],"_postman_id":"d07eed75-814a-4dcb-a252-92c33d0baa8b"},{"name":"remote_command","id":"12f98024-cdd3-48af-9b49-094bb303294a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"App-Id","value":"<Application Id>","type":"text"},{"key":"App-Key","value":"<Application Key>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"office_id\":\"D111226\",\r\n    \"spc_id\":\"655265656\",\r\n    \"command_name\":\"refresh_data/change_setting_schedule_interval/change_setting_schedule_time\",\r\n    \"interval_length\":\"20\",\r\n    \"interval_type\":\"Minutes/Hours\",\r\n    \"new_value\":\"02:12 AM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/remote_command","description":"<p>POST ‘remote_command’ API allows to send command to 'Sikka Practice Utility' to refresh data and change refresh settings.</p>\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"app-id-required\"><strong>App-Id</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"app-key-required\"><strong>App-Key</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"request-body\">Request Body</h6>\n<h6 id=\"office_id-required\"><strong>office_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Office_id you received from ‘authorized_practices’ API </p>\n</blockquote>\n<h6 id=\"spc_id-required\"><strong>spc_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>spc_id you received from health_check API. </p>\n</blockquote>\n<h6 id=\"command_name-required\"><strong>command_name</strong> <code>Required</code></h6>\n<blockquote>\n<p>command_name. Value should be refresh_data, change_setting_schedule_interval or change_setting_schedule_time. </p>\n</blockquote>\n<h6 id=\"interval_type-optional\"><strong>interval_type</strong> <code>Optional</code></h6>\n<blockquote>\n<p>interval_type is mandatory if command_name is change_setting_schedule_interval. Value should be Minutes or Hours. </p>\n</blockquote>\n<h6 id=\"interval_length-optional\"><strong>interval_length</strong> <code>Optional</code></h6>\n<blockquote>\n<p>interval_length is mandatory if command_name is change_setting_schedule_interval. if interval_type is Hours then value should be between 1 to 24. if interval_type is Minutes then value should be between 15 to 60. </p>\n</blockquote>\n<h6 id=\"new_value-optional\"><strong>new_value</strong> <code>Optional</code></h6>\n<blockquote>\n<p>new_value is mandatory if command_name is change_setting_schedule_time. Value should be time in hh:mm tt format.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","remote_command"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"5ce86a90-faed-4ac7-b8e5-75256fdda365","name":"remote_command","originalRequest":{"method":"POST","header":[{"key":"App-Id","value":"{application_id}","type":"text"},{"key":"App-Key","value":"{application_key}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"office_id\": \"D112332\",\r\n\t\"spc_id\": \"6552322\",\r\n\t\"command_name\": \"refresh_data\",\r\n\t\"interval_length\": \"\",\r\n\t\"interval_type\": \"\",\r\n\t\"new_value\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/remote_command"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Jul 2023 04:56:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"http_code\": \"202\",\n    \"http_code_desc\": \"Accepted\",\n    \"error_code\": \"API1029\",\n    \"short_message\": \"Request Accepted.\",\n    \"long_message\": \"Id:1531464\",\n    \"more_information\": \"https://api.sikkasoft.com/v4/remote_command_status?id=1531464\"\n}"}],"_postman_id":"12f98024-cdd3-48af-9b49-094bb303294a"},{"name":"remote_command_status","id":"02305cff-77c0-45bb-8f99-d3177a994c68","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"GET","header":[{"key":"App-Id","value":"<Application Id>","type":"text"},{"key":"App-Key","value":"<Application Key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/remote_command_status?id={id}","description":"<p>Get remote command status.</p>\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"app-id-required\"><strong>App-Id</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"app-key-required\"><strong>App-Key</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"id-required\"><strong>id</strong> <code>Required</code></h6>\n<blockquote>\n<p>You received in ‘POST remote_command’ API response.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","remote_command_status"],"host":["api","sikkasoft","com"],"query":[{"key":"id","value":"{id}"}],"variable":[]}},"response":[{"id":"5ae887cb-e8cb-4ad9-945e-8941c3d2499a","name":"remote_command_status","originalRequest":{"method":"GET","header":[{"key":"App-Id","value":"{application id}","type":"text"},{"key":"App-Key","value":"{application key}","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/remote_command_status?id=1531464","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","remote_command_status"],"query":[{"key":"id","value":"1531464"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"50\",\n    \"total_count\": \"1\",\n    \"execution_time\": \"169\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/remote_command_status?offset=0&limit=50\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/remote_command_status?offset=0&limit=50\",\n        \"next\": \"\",\n        \"last\": \"https://api.sikkasoft.com/v4/remote_command_status?offset=0&limit=50\"\n    },\n    \"items\": [\n        {\n            \"status\": \"Success\",\n            \"id\": \"1531464\",\n            \"spc_id\": \"65525453\",\n            \"command_received_time\": \"2023-07-11T03:19:27\",\n            \"command_executed_time\": \"2023-07-11T03:29:28\"\n        }\n    ]\n}"}],"_postman_id":"02305cff-77c0-45bb-8f99-d3177a994c68"},{"name":"health_check","id":"1ad4b350-f385-403d-8aa5-3f3f09704f7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"App-Id","value":"<Application Id>","type":"text"},{"key":"App-Key","value":"<Application Key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/health_check","description":"<p>‘health_check’ API provides detailed information about SPC and machine, SPC is installed on.</p>\n<p>It contains error log information, PMS, machine, SPC and data synchronization dates</p>\n<hr />\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"app-id-required\"><strong>App-Id</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"app-key-required\"><strong>App-Key</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"office_id-optional\"><strong>office_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>Mastercustomerid, This is the ID assigned to a practice when that practice is added </p>\n</blockquote>\n<h6 id=\"practice_id-optional\"><strong>practice_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>practice id of office </p>\n</blockquote>\n<h6 id=\"spc_id-optional\"><strong>spc_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>spc_id </p>\n</blockquote>\n<h6 id=\"spc_version-optional\"><strong>spc_version</strong> <code>optional</code></h6>\n<blockquote>\n<p>spc_version </p>\n</blockquote>\n<h6 id=\"practice_management_system-optional\"><strong>practice_management_system</strong> <code>optional</code></h6>\n<blockquote>\n<p>practice_management_system </p>\n</blockquote>\n<h6 id=\"practice_management_system_version-optional\"><strong>practice_management_system_version</strong> <code>optional</code></h6>\n<blockquote>\n<p>practice_management_system_version </p>\n</blockquote>\n<h6 id=\"spc_schedule_type-optional\"><strong>spc_schedule_type</strong> <code>optional</code></h6>\n<blockquote>\n<p>spc_schedule_type </p>\n</blockquote>\n<h6 id=\"web_upload_error_priority-optional\"><strong>web_upload_error_priority</strong> <code>optional</code></h6>\n<blockquote>\n<p>web_upload_error_priority </p>\n</blockquote>\n<h6 id=\"domain-optional\"><strong>domain</strong> <code>optional</code></h6>\n<blockquote>\n<p>domain </p>\n</blockquote>\n<h6 id=\"spc_error_priority-optional\"><strong>spc_error_priority</strong> <code>optional</code></h6>\n<blockquote>\n<p>spc_error_priority </p>\n</blockquote>\n<h6 id=\"spc_error_flag-optional\"><strong>spc_error_flag</strong> <code>optional</code></h6>\n<blockquote>\n<p>spc_error_flag </p>\n</blockquote>\n<h6 id=\"etl_version-optional\"><strong>etl_version</strong> <code>optional</code></h6>\n<blockquote>\n<p>etl_version </p>\n</blockquote>\n<h6 id=\"is_inactive-optional\"><strong>is_inactive</strong> <code>optional</code></h6>\n<blockquote>\n<p>is_inactive </p>\n</blockquote>\n<h5 id=\"api-response-contains-below-information\">API response contains below information</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>SPC information</th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>office_id</td>\n<td>spc_id</td>\n<td>practice_id</td>\n</tr>\n<tr>\n<td>refresh_time</td>\n<td>spc_version</td>\n<td>spc_schedule_time</td>\n</tr>\n<tr>\n<td>spc_schedule_type</td>\n<td>spc_schedule_interval</td>\n<td>is_spc_update_locked</td>\n</tr>\n<tr>\n<td>spc_update_lock_note</td>\n<td>last_spc_updated_checked</td>\n<td>is_delta_import_enable</td>\n</tr>\n<tr>\n<td>domain</td>\n<td>spc_error_flag</td>\n<td>spc_error_priority</td>\n</tr>\n<tr>\n<td>spc_error_description</td>\n<td>timezone</td>\n<td>is_inactive</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ETL information</th>\n<th></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>etl_start</td>\n<td>etl_error_priority</td>\n<td>local_insert_error_priority</td>\n</tr>\n<tr>\n<td>etl_end</td>\n<td>etl_error_description</td>\n<td>local_insert_cpu_utilization</td>\n</tr>\n<tr>\n<td>web_upload_start</td>\n<td>etl_cpu_utilization</td>\n<td>local_insert_memory_utilization</td>\n</tr>\n<tr>\n<td>web_upload_end</td>\n<td>etl_memory_utilization</td>\n<td>local_upload_error_description</td>\n</tr>\n<tr>\n<td></td>\n<td>financial_error_priority</td>\n<td>web_upload_error_flag</td>\n</tr>\n<tr>\n<td></td>\n<td>financial_error_description</td>\n<td>web_upload_error_priority</td>\n</tr>\n<tr>\n<td>financial_etl_start</td>\n<td>financial_etl_cpu_utilization</td>\n<td>web_upload_bandwidth_utilization</td>\n</tr>\n<tr>\n<td>financial_etl_end</td>\n<td>financial_etl_memory_utilization</td>\n<td>web_upload_error_description</td>\n</tr>\n<tr>\n<td>etl_error_log</td>\n<td>local_insert_error_log</td>\n<td>upload_to_server</td>\n</tr>\n<tr>\n<td>upload_to_client</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>etl_version</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PMS information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>practice_management_system</td>\n</tr>\n<tr>\n<td>practice_management_system_version</td>\n</tr>\n<tr>\n<td>practice_management_system_version_detected</td>\n</tr>\n<tr>\n<td>practice_management_system_data_path</td>\n</tr>\n<tr>\n<td>DetectedPMSVersion</td>\n</tr>\n<tr>\n<td>PMSDataPath</td>\n</tr>\n<tr>\n<td>PMSDatabaseName</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Financial System Information</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>financial_management_system</td>\n</tr>\n<tr>\n<td>financial_management_system_version</td>\n</tr>\n<tr>\n<td>financial_management_system_version_detected</td>\n</tr>\n<tr>\n<td>financial_management_system_data_path</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Teamviwer</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>teamviwer_id</td>\n</tr>\n<tr>\n<td>teamviwer_version</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"when-you-should-use-health_check-api-\">When you should use ‘health_check’ API ?</h5>\n<blockquote>\n<p>If you want to build SPC support portal and monitor SPC &amp; ETL health. </p>\n</blockquote>\n<blockquote>\n<p>Check SPC information. SPC should be active , there should be no error &amp; refresh time should be current ( based on SPC schedule type setting ) </p>\n</blockquote>\n<blockquote>\n<p>In case of error or data is not updated , first check SPC_error_flag , spc_error_description </p>\n</blockquote>\n<blockquote>\n<p>For more details you can check ETL information &amp; PMS information ( start &amp; end time , error description , notes , priority etc. ) </p>\n</blockquote>\n<p>For example, report SPC error codes and descriptions that will direct you to the cause. It may indicate that the PMS Version detected seems to be different from what is configured. Or it will tell you the last time we heard from that SPC, or what version it is, how much of the cpu is being used for the refresh, how much memory there is, the version of the OS, it’s IP addresses and more.</p>\n","urlObject":{"protocol":"https","path":["v4","health_check"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"7386b654-3cd7-4465-950f-a4b182420598","name":"health_check","originalRequest":{"method":"GET","header":[{"key":"App-Id","value":"{application_id}","type":"text"},{"key":"App-Key","value":"{application_key}","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/health_check?office_id={{office_id}}","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","health_check"],"query":[{"key":"office_id","value":"{{office_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id"},{"key":"X-Api-Server-Version","value":"1"},{"key":"Date","value":"Fri, 13 Sep 2019 21:56:43 GMT"},{"key":"Content-Length","value":"1559"},{"key":"Strict-Transport-Security","value":"max-age=16000000; includeSubDomains; preload;"}],"cookie":[],"responseTime":null,"body":"{\n  \"offset\": \"0\",\n  \"limit\": \"50\",\n  \"total_count\": \"1\",\n  \"execution_time\": \"18\",\n  \"pagination\": {\n    \"first\": \"https://api.sikkasoft.com/v4/health_check?offset=0&limit=50\",\n    \"previous\": \"\",\n    \"current\": \"https://api.sikkasoft.com/v4/health_check?offset=0&limit=50\",\n    \"next\": \"\",\n    \"last\": \"https://api.sikkasoft.com/v4/health_check?offset=0&limit=50\"\n  },\n  \"items\": [\n    {\n      \"href\": \"\",\n      \"practice_id\": \"1\",\n      \"office_id\": \"Dxxxx\",\n      \"domain\": \"Dental\",\n      \"practice_management_system\": \"SoftDent\",\n      \"practice_management_system_version\": \"V18.0\",\n      \"spc_id\": \"40249\",\n      \"refresh_time\": \"10/3/2023 11:36:12 PM\",\n      \"teamviewer_id\": \"xXxXxX\",\n      \"teamviewer_version\": \"TeamViewerXX\",\n      \"spc_version\": \"x.x.x.x\",\n      \"practice_management_system_version_detected\": \"V18.0\",\n      \"practice_management_system_data_path\": \"Z:\\\\Softdent\",\n      \"financial_management_system\": \"\",\n      \"financial_management_system_version\": \"\",\n      \"financial_management_system_version_detected\": \"\",\n      \"financial_management_system_data_path\": \"\",\n      \"spc_schedule_time\": \"X:00 AM\",\n      \"spc_schedule_type\": \"Daily\",\n      \"spc_schedule_interval\": \"XX Minutes\",\n      \"is_spc_update_locked\": \"False\",\n      \"spc_update_lock_note\": \"\",\n      \"last_spc_updated_checked\": \"\",\n      \"is_delta_import_enable\": \"True\",\n      \"etl_start\": \"10/3/2023 11:32:02 PM\",\n      \"etl_end\": \"10/3/2023 11:33:55 PM\",\n      \"web_upload_start\": \"10/3/2023 11:33:56 PM\",\n      \"web_upload_end\": \"10/3/2023 11:36:12 PM\",\n      \"financial_etl_start\": \"10/3/2023 11:33:55 PM\",\n      \"financial_etl_end\": \"10/3/2023 11:33:55 PM\",\n      \"etl_error_log\": \"\",\n      \"etl_error_priority\": \"\",\n      \"etl_error_description\": \"\",\n      \"etl_cpu_utilization\": \"8.38516552450908\",\n      \"etl_memory_utilization\": \"128184320\",\n      \"financial_error_priority\": \"\",\n      \"financial_error_description\": \"\",\n      \"financial_etl_cpu_utilization\": \"\",\n      \"financial_etl_memory_utilization\": \"\",\n      \"local_insert_error_log\": \"\",\n      \"local_insert_error_priority\": \"\",\n      \"local_insert_cpu_utilization\": \"0\",\n      \"local_insert_memory_utilization\": \"0\",\n      \"local_upload_error_description\": \"\",\n      \"web_upload_error_flag\": \"\",\n      \"web_upload_error_priority\": \"\",\n      \"web_upload_bandwidth_utilization\": \"2418676\",\n      \"web_upload_error_description\": \"\",\n      \"upload_to_server\": \"10/4/2023 6:36:13 AM\",\n      \"upload_to_client\": \"10/3/2023 11:36:13 PM\",\n      \"spc_error_flag\": \"\",\n      \"spc_error_priority\": \"\",\n      \"spc_error_description\": \"\",\n      \"timezone\": \"Pacific Standard Time\",\n      \"etl_version\": \"x.x.x.x\",\n      \"is_inactive\": \"False\",\n      \"operating_system\": \"Microsoft Windows XX\",\n      \"machine_name\": \"SIKKATest\",\n      \"disk_free_space\": \"152.25 GB\",\n      \"download_speed\": \"4.98 MB\",\n      \"memory\": \"32.00 GB\"\n    }\n  ]\n}"},{"id":"d9893550-4911-4ef5-8fa8-7e6c661995fa","name":"health_check?fields=get_all","originalRequest":{"method":"GET","header":[{"key":"App-Id","value":"{application_id}","type":"text"},{"key":"App-Key","value":"{application_key}","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/health_check?office_id={{office_id}}&fields=get_all","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","health_check"],"query":[{"key":"office_id","value":"{{office_id}}"},{"key":"fields","value":"get_all","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id"},{"key":"X-Api-Server-Version","value":"1"},{"key":"Date","value":"Fri, 13 Sep 2019 21:56:43 GMT"},{"key":"Content-Length","value":"1559"},{"key":"Strict-Transport-Security","value":"max-age=16000000; includeSubDomains; preload;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"xx\",\n    \"limit\": \"xx\",\n    \"total_count\": \"xx\",\n    \"execution_time\": \"xx\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/health_check?offset=xx&limit=xx\",\n        \"previous\": \"previous\",\n        \"current\": \"https://api.sikkasoft.com/v4/health_check?offset=xx&limit=xx\",\n        \"next\": \"next\",\n        \"last\": \"https://api.sikkasoft.com/v4/health_check?offset=xx&limit=xx\"\n    },\n    \"items\": [\n        {\n            \"href\": \"\",\n            \"practice_id\": \"practice id\",\n            \"office_id\": \"office id\",\n            \"domain\": \"domain\",\n            \"practice_management_system\": \"practice management system\",\n            \"practice_management_system_version\": \"practice management system version\",\n            \"spc_id\": \"spc id\",\n            \"refresh_time\": \"refresh time\",\n            \"teamviewer_id\": \"teamviewer id\",\n            \"teamviewer_version\": \"teamviewer version\",\n            \"spc_version\": \"spc version\",\n            \"practice_management_system_version_detected\": \"practice management system version detected\",\n            \"practice_management_system_data_path\": \"practice management system data path\",\n            \"financial_management_system\": \"financial management system\",\n            \"financial_management_system_version\": \"financial management system version\",\n            \"financial_management_system_version_detected\": \"financial management system version detected\",\n            \"financial_management_system_data_path\": \"financial management system data path\",\n            \"spc_schedule_time\": \"spc schedule time\",\n            \"spc_schedule_type\": \"spc schedule type\",\n            \"spc_schedule_interval\": \"spc schedule interval\",\n            \"is_spc_update_locked\": \"is spc update locked\",\n            \"spc_update_lock_note\": \"spc update lock note\",\n            \"last_spc_updated_checked\": \"last spc updated checked\",\n            \"is_delta_import_enable\": \"is delta import enable\",\n            \"etl_start\": \"etl start\",\n            \"etl_end\": \"etl end\",\n            \"web_upload_start\": \"web upload start\",\n            \"web_upload_end\": \"web upload end\",\n            \"financial_etl_start\": \"financial etl start\",\n            \"financial_etl_end\": \"financial etl end\",\n            \"etl_error_log\": \"etl error log\",\n            \"etl_error_priority\": \"etl error priority\",\n            \"etl_error_description\": \"etl error description\",\n            \"etl_cpu_utilization\": \"etl cpu utilization\",\n            \"etl_memory_utilization\": \"etl memory utilization\",\n            \"financial_error_priority\": \"financial error priority\",\n            \"financial_error_description\": \"financial error description\",\n            \"financial_etl_cpu_utilization\": \"financial etl cpu utilization\",\n            \"financial_etl_memory_utilization\": \"financial etl memory utilization\",\n            \"local_insert_error_log\": \"local insert error log\",\n            \"local_insert_error_priority\": \"local insert error priority\",\n            \"local_insert_cpu_utilization\": \"local insert cpu utilization\",\n            \"local_insert_memory_utilization\": \"local insert memory utilization\",\n            \"local_upload_error_description\": \"local upload error description\",\n            \"web_upload_error_flag\": \"web upload error flag\",\n            \"web_upload_error_priority\": \"web upload error priority\",\n            \"web_upload_bandwidth_utilization\": \"web upload bandwidth utilization\",\n            \"web_upload_error_description\": \"web upload error description\",\n            \"upload_to_server\": \"upload to server\",\n            \"upload_to_client\": \"upload to client\",\n            \"spc_error_flag\": \"spc error flag\",\n            \"spc_error_priority\": \"spc error priority\",\n            \"spc_error_description\": \"spc error description\",\n            \"timezone\": \"timezone\",\n            \"etl_version\": \"etl version\",\n            \"is_inactive\": \"is inactive\",\n            \"operating_system\": \"operating system\",\n            \"machine_name\": \"machine name\",\n            \"disk_free_space\": \"disk free space\",\n            \"download_speed\": \"download speed\",\n            \"memory\": \"memory\"\n        }\n    ]\n}"}],"_postman_id":"1ad4b350-f385-403d-8aa5-3f3f09704f7a"},{"name":"supported_pmses","id":"2815b94b-4836-44ba-ac1a-ea7e300ac153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"App-Id","value":"<Application Id>","type":"text"},{"key":"App-Key","value":"<Application Key>","type":"text"}],"url":"https://api.sikkasoft.com/v4/supported_pmses","description":"<p>‘supported_pmses’ API provides detailed information practice management systems we support by Sikka One API.</p>\n<hr />\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"app-id-required\"><strong>App-Id</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"app-key-required\"><strong>App-Key</strong> <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"domain-optional\"><strong>domain</strong> <code>optional</code></h6>\n<blockquote>\n<p>domain name </p>\n</blockquote>\n<h6 id=\"specialty-optional\"><strong>specialty</strong> <code>optional</code></h6>\n<blockquote>\n<p>specialty of the PMS </p>\n</blockquote>\n<h6 id=\"practice_management_system-optional\"><strong>practice_management_system</strong> <code>optional</code></h6>\n<blockquote>\n<p>practice management system's name </p>\n</blockquote>\n<h6 id=\"practice_management_system_version-optional\"><strong>practice_management_system_version</strong> <code>optional</code></h6>\n<blockquote>\n<p>practice management system's version </p>\n</blockquote>\n<h6 id=\"appointment_status_writebackavailable-optional\"><strong>appointment_status_writeback=available</strong> <code>optional</code></h6>\n<blockquote>\n<p>appointment status writeback available </p>\n</blockquote>\n<h6 id=\"payment_writebackavailable-optional\"><strong>payment_writeback=available</strong> <code>optional</code></h6>\n<blockquote>\n<p>payment writeback available </p>\n</blockquote>\n<h6 id=\"new_appointment_writebackavailable-optional\"><strong>new_appointment_writeback=available</strong> <code>optional</code></h6>\n<blockquote>\n<p>new appointment writeback available </p>\n</blockquote>\n<h6 id=\"new_patient_writebackavailable-optional\"><strong>new_patient_writeback=available</strong> <code>optional</code></h6>\n<blockquote>\n<p>new patient writeback available </p>\n</blockquote>\n<h6 id=\"note_writebackavailable-optional\"><strong>note_writeback=available</strong> <code>optional</code></h6>\n<blockquote>\n<p>note writeback available </p>\n</blockquote>\n<h6 id=\"claim_notes_status_writebackavailable-optional\"><strong>claim_notes_status_writeback=available</strong> <code>optional</code></h6>\n<blockquote>\n<p>claim notes status writeback available </p>\n</blockquote>\n<h6 id=\"insurance_payment_writebackavailable-optional\"><strong>insurance_payment_writeback=available</strong> <code>optional</code></h6>\n<blockquote>\n<p>insurance payment writeback available </p>\n</blockquote>\n<h6 id=\"lab_result_writebackavailable-optional\"><strong>lab_result_writeback=available</strong> <code>optional</code></h6>\n<blockquote>\n<p>lab result writeback available </p>\n</blockquote>\n<h6 id=\"sortby\">SortBy</h6>\n<h6 id=\"specialty\">specialty</h6>\n<blockquote>\n<p>Specialty </p>\n</blockquote>\n<h6 id=\"practice_management_system\">practice_management_system</h6>\n<blockquote>\n<p>Practice Management System </p>\n</blockquote>\n<h6 id=\"practice_management_system_version\">practice_management_system_version</h6>\n<blockquote>\n<p>Practice Management System Version </p>\n</blockquote>\n<h6 id=\"appointment_status_writeback\">appointment_status_writeback</h6>\n<blockquote>\n<p>Appointment Status Writeback </p>\n</blockquote>\n<h6 id=\"payment_writeback\">payment_writeback</h6>\n<blockquote>\n<p>Payment Writeback </p>\n</blockquote>\n<h6 id=\"new_appointment_writeback\">new_appointment_writeback</h6>\n<blockquote>\n<p>New Appointment Writeback </p>\n</blockquote>\n<h6 id=\"new_patient_writeback\">new_patient_writeback</h6>\n<blockquote>\n<p>New Patient Writeback </p>\n</blockquote>\n<h6 id=\"note_writeback\">note_writeback</h6>\n<blockquote>\n<p>Note Writeback </p>\n</blockquote>\n<h6 id=\"claim_notes_status_writeback\">claim_notes_status_writeback</h6>\n<blockquote>\n<p>Claim Notes Status Writeback </p>\n</blockquote>\n<h6 id=\"insurance_payment_writeback\">insurance_payment_writeback</h6>\n<blockquote>\n<p>Insurance Payment Writeback </p>\n</blockquote>\n<h6 id=\"lab_result_writeback\">lab_result_writeback</h6>\n<blockquote>\n<p>Lab Result Writeback </p>\n</blockquote>\n<h6 id=\"domain-default\">domain <code>default</code></h6>\n<blockquote>\n<p>Domain name</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["v4","supported_pmses"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"db814fcd-59bd-4a74-b5f6-2c84d512a45e","name":"supported_pmses","originalRequest":{"method":"GET","header":[{"key":"App-Id","value":"{application_id}","type":"text"},{"key":"App-Key","value":"{application_key}","type":"text"}],"url":"https://api.sikkasoft.com/v4/supported_pmses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, PATCH, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, authorization, Content-Type, X-Session-Id"},{"key":"X-Api-Server-Version","value":"1"},{"key":"Date","value":"Fri, 13 Sep 2019 21:56:43 GMT"},{"key":"Content-Length","value":"1559"},{"key":"Strict-Transport-Security","value":"max-age=16000000; includeSubDomains; preload;"}],"cookie":[],"responseTime":null,"body":"{\n    \"offset\": \"0\",\n    \"limit\": \"2\",\n    \"total_count\": \"441\",\n    \"execution_time\": \"810\",\n    \"pagination\": {\n        \"first\": \"https://api.sikkasoft.com/v4/supported_pmses?offset=0&limit=2\",\n        \"previous\": \"\",\n        \"current\": \"https://api.sikkasoft.com/v4/supported_pmses?offset=0&limit=2\",\n        \"next\": \"https://api.sikkasoft.com/v4/supported_pmses?offset=1&limit=2\",\n        \"last\": \"https://api.sikkasoft.com/v4/supported_pmses?offset=220&limit=2\"\n    },\n    \"items\": [\n        {\n            \"specialty\": \"\",\n            \"domain\": \"Animal Shelter\",\n            \"practice_management_system\": \"Test PMS\",\n            \"practice_management_system_version\": \"V1.0\",\n            \"display_practice_management_system_name\": \"\",\n            \"appointment_status_writeback\": \"\",\n            \"payment_writeback\": \"\",\n            \"new_appointment_writeback\": \"\",\n            \"new_patient_writeback\": \"\",\n            \"note_writeback\": \"\",\n            \"claim_notes_status_writeback\": \"\",\n            \"insurance_payment_writeback\": \"\",\n            \"lab_result_writeback\": \"\"\n        },\n        {\n            \"specialty\": \"\",\n            \"domain\": \"Animal Shelter\",\n            \"practice_management_system\": \"Test PMS\",\n            \"practice_management_system_version\": \"Web\",\n            \"display_practice_management_system_name\": \"\",\n            \"appointment_status_writeback\": \"\",\n            \"payment_writeback\": \"\",\n            \"new_appointment_writeback\": \"\",\n            \"new_patient_writeback\": \"\",\n            \"note_writeback\": \"\",\n            \"claim_notes_status_writeback\": \"\",\n            \"insurance_payment_writeback\": \"\",\n            \"lab_result_writeback\": \"\"\n        }\n    ]\n}"}],"_postman_id":"2815b94b-4836-44ba-ac1a-ea7e300ac153"}],"id":"cafb990b-67be-41c1-ac6d-863b0b6b4a4d","_postman_id":"cafb990b-67be-41c1-ac6d-863b0b6b4a4d","description":""},{"name":"Payments APIs","item":[{"name":"Overview, Purpose","item":[],"id":"e02ca97c-d5f1-4b9e-9263-a9e69d92466d","description":"<p>This API allows for secure initiation, authorization, and tracking of payment transactions through third-party processors. It supports real-time card and ACH payments, refunds, and transaction status inquiries while staying fully compliant with PCI-DSS and other financial regulations.</p>\n<p><em>Note:</em> These APIs do not change or write back to the practice management system. They work within Sikka’s secure financial gateway layer.</p>\n","_postman_id":"e02ca97c-d5f1-4b9e-9263-a9e69d92466d"},{"name":"Security & Compliance","item":[],"id":"accaba28-0fbe-4a7d-8bd4-86848bc640c4","description":"<p>Each endpoint is PCI-DSS compliant.</p>\n<p>Card numbers and ACH routing are just a few examples of sensitive payment data that must never be sent in plaintext/query string.</p>\n<p>The client and API need to talk over HTTPS (TLS 1.2+).</p>\n<p>Authentication is done using a valid App-Key, App-Id, and/or Request-Key in each request.</p>\n","_postman_id":"accaba28-0fbe-4a7d-8bd4-86848bc640c4"},{"name":"Third-Party Processor Integration","item":[],"id":"a9ef4932-8316-474e-b979-f4453c1c87c9","description":"<p>Sikka ONE APIs serve as a single gateway for multiple payment processors integrated together.</p>\n<p>The actual processor being utilized is based on your setup at the practice level.</p>\n<p>Processor-specific transaction IDs are provided in the API response, enabling developers to reconcile and confirm payments via the processor dashboard if necessary.</p>\n","_postman_id":"a9ef4932-8316-474e-b979-f4453c1c87c9"},{"name":"Error Handling","item":[],"id":"a3b02bd5-0cf4-4805-8aae-88ef20a5121b","description":"<p>Every error response contains an error code, error message, and payment provider message and code (if one exists, also refer <a href=\"#71748379-2864-4b5f-aaff-a8bb04ddb213\">Error Codes</a>).</p>\n<p>Retry transient network errors only, but do not retry declined transactions or bad credentials.</p>\n","_postman_id":"a3b02bd5-0cf4-4805-8aae-88ef20a5121b"},{"name":"Refunds / Voids","item":[],"id":"d16cbcba-8278-4af6-8ff7-b6771c0cd05e","description":"<p>Refunds are required to cite the original transaction_id and go through the same third-party payment processor.</p>\n<p>Full refunds are accommodated based on processor capability.</p>\n<p>Void operations can only be done prior to settlement; otherwise, a refund should be provided.</p>\n","_postman_id":"d16cbcba-8278-4af6-8ff7-b6771c0cd05e"},{"name":"Processor-Agnostic Design","item":[],"id":"82e1e5bf-21a6-43ea-acc6-ed662f7ac221","description":"<p>Sikka Payment APIs allow smooth transition-onboarding of a new processor without client side code changes.</p>\n","_postman_id":"82e1e5bf-21a6-43ea-acc6-ed662f7ac221"},{"name":"Note to Developers","item":[],"id":"a68715ee-f205-4738-baff-058a03209532","description":"<p>These endpoints can be used to run a real-time payment transactions via Sikka’s secure payment gateway. It will work with one or more third-party payment processors that you have configured with your end-user's account.</p>\n<p>These APIs do not write back to the PMS - they are design for authorizing, capturing, and tracking payments.</p>\n<p>Any sensitive data must be transmitted over HTTPS.</p>\n","_postman_id":"a68715ee-f205-4738-baff-058a03209532"},{"name":"Merchant Onboarding Requirement","item":[],"id":"df881961-752b-4335-b4e9-c7e9ca159630","description":"<p>Please note that you must have a valid merchant account setup and approved with your integrated payment processor before using this API.</p>\n<p>If your practice or business has not yet gone through the onboarding process, feel free to reach out to Sikka Support to start the merchant onboarding process.</p>\n<p>Once your account has been onboarded, you will receive processor credentials for your account, which will enable you to securely process payments through Sikka’s integrated payment processing gateway.</p>\n","_postman_id":"df881961-752b-4335-b4e9-c7e9ca159630"},{"name":"Charges Object","item":[],"id":"c6e8cfa8-d970-4105-8096-da4ed7377ada","description":"<p>The <strong><code>charges</code></strong> object represents additional transaction-related fees that may be included during a payment sale.</p>\n<p>It helps record and track supplementary charges like taxes, tips, service fees, or shipping costs that accompany the primary payment.</p>\n<h4 id=\"usage\"><strong>Usage</strong></h4>\n<p>This object can be used across all <strong><code>POST payment/sale</code></strong> endpoints:</p>\n<ul>\n<li><p><code>payment/sale</code> (Credit Card)</p>\n</li>\n<li><p><code>payment/sale</code> (ACH)</p>\n</li>\n<li><p><code>payment/sale</code> (Stored Card using <code>billing_id</code>)</p>\n</li>\n</ul>\n<p>Include it in the request payload under the <code>\"charges\"</code> property.</p>\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p>Charge names must be <strong>unique</strong> within the same transaction to avoid duplication.</p>\n</li>\n<li><p>Validation of data types and amounts is recommended before submitting the request.</p>\n</li>\n<li><p>The feature is compatible with all payment media types (<code>credit_card</code>, <code>ach</code>, <code>billing_id</code>).</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"charges\": [\n        {\n            \"amount\": \"amount of the charge\",\n            \"name\": \"name of the charge\",\n            \"description\": \"description of the charge\"\n        },\n        {\n            \"amount\": \"amount of the charge\",\n            \"name\": \"name of the charge\",\n            \"description\": \"description of the charge\"\n        }\n    ]\n\n</code></pre>\n","_postman_id":"c6e8cfa8-d970-4105-8096-da4ed7377ada"},{"name":"Use cases","item":[],"id":"9281622e-ca68-483a-a5fa-c7d604de701e","description":"<h3 id=\"💳-1-card-verification-before-charging\">💳 <strong>1. Card Verification Before Charging</strong></h3>\n<p><strong>Use Case:</strong></p>\n<p>Before processing any large or recurring payment, the client application verifies whether a customer’s credit card is valid and active.<br /><strong>Flow:</strong><br /><code>POST /payment/verify_card</code> → verifies the card via temporary auth + void.<br /><strong>Outcome:</strong></p>\n<p>Ensures card validity without charging the customer.</p>\n<hr />\n<h3 id=\"🏦-2-saving-cards-for-future-transactions\">🏦 <strong>2. Saving Cards for Future Transactions</strong></h3>\n<p><strong>Use Case:</strong></p>\n<p>A clinic or merchant wants to store a patient’s payment method securely for recurring billing or future visits.<br /><strong>Flow:</strong><br /><code>POST /payment/store_card</code> → returns <code>billing_id</code> (tokenized card).<br /><code>POST /payment/sale</code> (with <code>transaction_media: billing_id</code>) → processes payment using stored card.<br /><strong>Outcome:</strong></p>\n<p>Simplifies future payments, reduces PCI exposure.</p>\n<hr />\n<h3 id=\"🧾-3-manual-transaction-record-sync\">🧾 <strong>3. Manual Transaction Record Sync</strong></h3>\n<p><strong>Use Case:</strong></p>\n<p>Some payments may occur outside the integrated flow (e.g., processed via an in-clinic POS). The merchant wants to record such transactions in Sikka’s gateway for unified reporting.<br /><strong>Flow:</strong><br /><code>POST /payment/transactions</code> → insert a transaction record for bookkeeping only (no real charge).<br /><strong>Outcome:</strong></p>\n<p>Keeps all transactions visible under one platform, regardless of source.</p>\n<hr />\n<h3 id=\"💰-4-standard-credit-card-sale\">💰 <strong>4. Standard Credit Card Sale</strong></h3>\n<p><strong>Use Case:</strong></p>\n<p>A patient makes an online or in-office payment using a credit card.<br /><strong>Flow:</strong><br /><code>POST /payment/sale</code> → with <code>transaction_media: credit_card</code>.</p>\n<p>Optional <code>charges</code> field can include tax, tips, or other service fees.<br /><strong>Outcome:</strong></p>\n<p>Seamless one-step payment with itemized details.</p>\n<hr />\n<h3 id=\"🏦-5-ach-transaction-for-large-payments\">🏦 <strong>5. ACH Transaction for Large Payments</strong></h3>\n<p><strong>Use Case:</strong></p>\n<p>A merchant wants to process large payments via ACH (bank-to-bank transfer) instead of credit cards.<br /><strong>Flow:</strong><br /><code>POST /payment/sale</code> → with <code>transaction_media: ach</code>.<br /><strong>Outcome:</strong></p>\n<p>Lower fees and support for high-value transactions.</p>\n<hr />\n<h3 id=\"💵-6-refund-process\">💵 <strong>6. Refund Process</strong></h3>\n<p><strong>Use Case:</strong></p>\n<p>A patient cancels a service and requests a refund.<br /><strong>Flow:</strong><br /><code>POST /payment/refund</code> → for settled transactions.<br /><code>POST /payment/refund2</code> → for standalone refunds to a card (requires processor configuration).<br /><strong>Outcome:</strong></p>\n<p>Supports flexible refund management for different scenarios.</p>\n<hr />\n<h3 id=\"🚫-7-cancel-an-unsettled-transaction\">🚫 <strong>7. Cancel an Unsettled Transaction</strong></h3>\n<p><strong>Use Case:</strong></p>\n<p>An incorrect transaction is identified before settlement.<br /><strong>Flow:</strong><br /><code>POST /payment/void</code> → voids the transaction before funds are captured.<br /><strong>Outcome:</strong></p>\n<p>Prevents accidental or duplicate charges.</p>\n<hr />\n<h3 id=\"🧩-8-fetch-historical-transaction-reports\">🧩 <strong>8. Fetch Historical Transaction Reports</strong></h3>\n<p><strong>Use Case:</strong></p>\n<p>An admin wants to generate a monthly report of all processed payments.<br /><strong>Flow:</strong><br /><code>GET /payment/transactions</code> → returns up to 30 days of transactions (default) or filtered by date range.<br /><strong>Outcome:</strong></p>\n<p>Provides transaction visibility and reconciliation capabilities.</p>\n<img src=\"https://centraldata.s3.us-east-1.amazonaws.com/images/api_partner_logos/payment-api-usecases.png\" />","_postman_id":"9281622e-ca68-483a-a5fa-c7d604de701e"},{"name":"payment/transactions","id":"fa91df3b-6740-409d-9ce4-98165c74fc59","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/payment/transactions","description":"<p>This endpoint retrieves a list of <strong>transactions</strong> processed and stored within the <strong>Sikka Payment Gateway</strong>.</p>\n<p>The API returns all transaction records matching the provided filter parameters and associated with the same <strong>App ID</strong>, <strong>Master ID</strong>, and <strong>API Host</strong> as the authenticated request context. This ensures isolation between applications and prevents cross-account data access.</p>\n<p>If no date filters are provided, the API will automatically return transactions from the <strong>last 30 days</strong>.</p>\n<p>Headers</p>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"guarantor_id-optional\"><strong>guarantor_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"patient_id-optional\"><strong>patient_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-optional\"><strong>provider_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"practice_id-optional\"><strong>practice_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"expiration_month-optional\"><strong>expiration_month</strong> <code>optional</code></h6>\n<blockquote>\n<p>Card expiration month </p>\n</blockquote>\n<h6 id=\"expiration_year-optional\"><strong>expiration_year</strong> <code>optional</code></h6>\n<blockquote>\n<p>Card expiration year </p>\n</blockquote>\n<h6 id=\"transaction_id-optional\"><strong>transaction_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>Unique ID of the transaction record </p>\n</blockquote>\n<h6 id=\"transaction_amount-optional\"><strong>transaction_amount</strong> <code>optional</code></h6>\n<blockquote>\n<p>Total amount involved in the transaction </p>\n</blockquote>\n<h6 id=\"reference_number-optional\"><strong>reference_number</strong> <code>optional</code></h6>\n<blockquote>\n<p>Internal or external transaction reference number </p>\n</blockquote>\n<h6 id=\"ticket_number-optional\"><strong>ticket_number</strong> <code>optional</code></h6>\n<blockquote>\n<p>System-generated ticket number </p>\n</blockquote>\n<h6 id=\"description-optional\"><strong>description</strong> <code>optional</code></h6>\n<blockquote>\n<p>description of transaction </p>\n</blockquote>\n<h6 id=\"cust_id-optional\"><strong>cust_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>Cust ID (Customer ID) </p>\n</blockquote>\n<h6 id=\"transaction_date-optional\"><strong>transaction_date</strong> <code>optional</code></h6>\n<blockquote>\n<p>Date when the transaction occurred </p>\n</blockquote>\n<h6 id=\"transaction_time-optional\"><strong>transaction_time</strong> <code>optional</code></h6>\n<blockquote>\n<p>Time when the transaction occurred </p>\n</blockquote>\n<h6 id=\"email-optional\"><strong>email</strong> <code>optional</code></h6>\n<blockquote>\n<p>Email id </p>\n</blockquote>\n<h6 id=\"city-optional\"><strong>city</strong> <code>optional</code></h6>\n<blockquote>\n<p>City </p>\n</blockquote>\n<h6 id=\"state-optional\"><strong>state</strong> <code>optional</code></h6>\n<blockquote>\n<p>State </p>\n</blockquote>\n<h6 id=\"zipcode-optional\"><strong>zipcode</strong> <code>optional</code></h6>\n<blockquote>\n<p>Zip code </p>\n</blockquote>\n<h6 id=\"office_id-optional\"><strong>office_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>Office ID </p>\n</blockquote>\n<h6 id=\"api_name-optional\"><strong>api_name</strong> <code>optional</code></h6>\n<blockquote>\n<p>Name of the API </p>\n</blockquote>\n<h6 id=\"card_logo-optional\"><strong>card_logo</strong> <code>optional</code></h6>\n<blockquote>\n<p>Logo of the payment card </p>\n</blockquote>\n<h6 id=\"card_number_masked-optional\"><strong>card_number_masked</strong> <code>optional</code></h6>\n<blockquote>\n<p>Masked card number </p>\n</blockquote>\n<h6 id=\"transaction_type-optional\"><strong>transaction_type</strong> <code>optional</code></h6>\n<blockquote>\n<p>Type of transaction </p>\n</blockquote>\n<h6 id=\"transaction_status-optional\"><strong>transaction_status</strong> <code>optional</code></h6>\n<blockquote>\n<p>Status of the transaction </p>\n</blockquote>\n<h6 id=\"name-optional\"><strong>name</strong> <code>optional</code></h6>\n<blockquote>\n<p>Name of customer </p>\n</blockquote>\n<h6 id=\"address1-optional\"><strong>address1</strong> <code>optional</code></h6>\n<blockquote>\n<p>Primary address </p>\n</blockquote>\n<h6 id=\"address2-optional\"><strong>address2</strong> <code>optional</code></h6>\n<blockquote>\n<p>Secondary address </p>\n</blockquote>\n<h6 id=\"phone-optional\"><strong>phone</strong> <code>optional</code></h6>\n<blockquote>\n<p>Phone number </p>\n</blockquote>\n<h6 id=\"transaction_media-optional\"><strong>transaction_media</strong> <code>optional</code></h6>\n<blockquote>\n<p>Media used for the transaction </p>\n</blockquote>\n<h6 id=\"payment_provider-optional\"><strong>payment_provider</strong> <code>optional</code></h6>\n<blockquote>\n<p>Name of the payment service provider </p>\n</blockquote>\n<h6 id=\"avs_code-optional\"><strong>avs_code</strong> <code>optional</code></h6>\n<blockquote>\n<p>Address Verification System response code from payment provider </p>\n</blockquote>\n<h6 id=\"order_id-optional\"><strong>order_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>generate order_id, format SPyyyyMMddhhmmssfffffff </p>\n</blockquote>\n<h6 id=\"authorization_code-optional\"><strong>authorization_code</strong> <code>optional</code></h6>\n<blockquote>\n<p>Code provided by the payment gateway for authorization </p>\n</blockquote>\n<h6 id=\"payment_provider_message-optional\"><strong>payment_provider_message</strong> <code>optional</code></h6>\n<blockquote>\n<p>Response message from the payment provider </p>\n</blockquote>\n<h6 id=\"response_code-optional\"><strong>response_code</strong> <code>optional</code></h6>\n<blockquote>\n<p>response_code from the payment_provider </p>\n</blockquote>\n<h6 id=\"app_id-optional\"><strong>app_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>This is the ID assigned to the application when the application is registered on API portal </p>\n</blockquote>\n<h6 id=\"request_time-optional\"><strong>request_time</strong> <code>optional</code></h6>\n<blockquote>\n<p>Timestamp when the API request was initiated. </p>\n</blockquote>\n<h6 id=\"chain_id-optional\"><strong>chain_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>Chain ID </p>\n</blockquote>\n<h6 id=\"is_chain_head-optional\"><strong>is_chain_head</strong> <code>optional</code></h6>\n<blockquote>\n<p>Indicates if this record is the head of a transaction chain </p>\n</blockquote>\n<h6 id=\"sikkapay_reference_number-optional\"><strong>sikkapay_reference_number</strong> <code>optional</code></h6>\n<blockquote>\n<p>Reference number generated by Sikka for tracking </p>\n</blockquote>\n<h6 id=\"startdate-optional\"><strong>startdate</strong> <code>optional</code></h6>\n<blockquote>\n<p>valid Start Date of the transaction, format yyyy-MM-dd </p>\n</blockquote>\n<h6 id=\"enddate-optional\"><strong>enddate</strong> <code>optional</code></h6>\n<blockquote>\n<p>valid End Date of the transaction, format yyyy-MM-dd </p>\n</blockquote>\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p>Only transactions associated with the <strong>authenticated App ID, Master ID, and API Host</strong> will be returned.</p>\n</li>\n<li><p>By default, transactions from the <strong>last 30 days</strong> are retrieved if no date filters are specified.</p>\n</li>\n<li><p>Date fields should be passed in <strong>ISO format</strong> (<code>YYYY-MM-DD</code>) for best compatibility.</p>\n</li>\n<li><p>The API supports <strong>pagination and filtering</strong> for efficient querying in large datasets.</p>\n</li>\n<li><p>This endpoint is <strong>read-only</strong> and does not perform any modification to stored data.</p>\n</li>\n<li><p>Transaction data can include records added manually via the <code>POST /payment/transactions</code> endpoint or automatically through integrated processors.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v4","payment","transactions"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"6ff153a3-4a14-48e1-b10d-2eed7313bd8f","name":"payment/transactions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Request-Key","value":"{request_key}","type":"text"}],"url":{"raw":"https://api.sikkasoft.com/v4/payment/transactions?offset={offset}&limit={limit}&sort_by={sort_by}&sort_order={sort_order}&patient_id={patient_id}&guarantor_id={guarantor_id}&practice_id={practice_id}&transaction_status={transaction_status}&transaction_type={transaction_type}&transaction_media={transaction_media}&ticket_number={ticket_number}&payment_provider={payment_provider}&card_logo={card_logo}&transaction_amount={transaction_amount}&order_id={order_id}&reference_number={reference_number}&name={name}&email={email}&phone={phone}&startdate={startdate}&enddate={enddate}&chain_id={chain_id}&is_chain_head={is_chain_head}&sikkapay_reference_number={sikkapay_reference_number}&api_name={api_name}&is_recurring_payment={is_recurring_payment}&recurring_unit={recurring_unit}&is_start_now={is_start_now}&recurring_start_date={recurring_start_date}&number_of_recurs={number_of_recurs}&period_between_recurring_unit={period_between_recurring_unit}&recurring_amount={recurring_amount}","protocol":"https","host":["api","sikkasoft","com"],"path":["v4","payment","transactions"],"query":[{"key":"offset","value":"{offset}"},{"key":"limit","value":"{limit}"},{"key":"sort_by","value":"{sort_by}"},{"key":"sort_order","value":"{sort_order}"},{"key":"patient_id","value":"{patient_id}"},{"key":"guarantor_id","value":"{guarantor_id}"},{"key":"practice_id","value":"{practice_id}"},{"key":"transaction_status","value":"{transaction_status}"},{"key":"transaction_type","value":"{transaction_type}"},{"key":"transaction_media","value":"{transaction_media}"},{"key":"ticket_number","value":"{ticket_number}"},{"key":"payment_provider","value":"{payment_provider}"},{"key":"card_logo","value":"{card_logo}"},{"key":"transaction_amount","value":"{transaction_amount}"},{"key":"order_id","value":"{order_id}"},{"key":"reference_number","value":"{reference_number}"},{"key":"name","value":"{name}"},{"key":"email","value":"{email}"},{"key":"phone","value":"{phone}"},{"key":"startdate","value":"{startdate}"},{"key":"enddate","value":"{enddate}"},{"key":"chain_id","value":"{chain_id}"},{"key":"is_chain_head","value":"{is_chain_head}"},{"key":"sikkapay_reference_number","value":"{sikkapay_reference_number}"},{"key":"api_name","value":"{api_name}"},{"key":"is_recurring_payment","value":"{is_recurring_payment}"},{"key":"recurring_unit","value":"{recurring_unit}"},{"key":"is_start_now","value":"{is_start_now}"},{"key":"recurring_start_date","value":"{recurring_start_date}"},{"key":"number_of_recurs","value":"{number_of_recurs}"},{"key":"period_between_recurring_unit","value":"{period_between_recurring_unit}"},{"key":"recurring_amount","value":"{recurring_amount}"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"offset\": \"0\",\n\t\"limit\": \"xxx\",\n\t\"total_count\": \"xxx\",\n\t\"execution_time\": \"xxx\",\n\t\"pagination\": {\n\t\t\"first\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=500\",\n\t\t\"previous\": \"\",\n\t\t\"current\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=500\",\n\t\t\"next\": \"\",\n\t\t\"last\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=500\"\n\t},\n\t\"items\": [{\n\t\t\"guarantor_id\": \"guarantor_id\",\n\t\t\"patient_id\": \"patient_id\",\n\t\t\"provider_id\": \"provider_id\",\n\t\t\"practice_id\": \"practice_id\",\n\t\t\"expiration_month\": \"expiration_month\",\n\t\t\"expiration_year\": \"expiration_year\",\n\t\t\"transaction_id\": \"transaction_id\",\n\t\t\"transaction_amount\": \"transaction_amount\",\n\t\t\"reference_number\": \"reference_number\",\n\t\t\"ticket_number\": \"ticket_number\",\n\t\t\"description\": \"description\",\n\t\t\"cust_id\": \"cust_id\",\n\t\t\"transaction_date\": \"transaction_date\",\n\t\t\"transaction_time\": \"transaction_time\",\n\t\t\"email\": \"email\",\n\t\t\"city\": \"city\",\n\t\t\"state\": \"state\",\n\t\t\"zipcode\": \"zipcode\",\n\t\t\"office_id\": \"office_id\",\n\t\t\"api_name\": \"api_name\",\n\t\t\"card_logo\": \"card_logo\",\n\t\t\"card_number_masked\": \"card_number_masked\",\n\t\t\"transaction_type\": \"transaction_type\",\n\t\t\"transaction_status\": \"transaction_status\",\n\t\t\"name\": \"name\",\n\t\t\"address1\": \"address1\",\n\t\t\"address2\": \"address2\",\n\t\t\"phone\": \"phone\",\n\t\t\"transaction_media\": \"transaction_media\",\n\t\t\"payment_provider\": \"payment_provider\",\n\t\t\"api_host\": \"api_host\",\n\t\t\"avs_code\": \"avs_code\",\n\t\t\"order_id\": \"order_id\",\n\t\t\"authorization_code\": \"authorization_code\",\n\t\t\"payment_provider_message\": \"payment_provider_message\",\n\t\t\"response_code\": \"response_code\",\n\t\t\"app_id\": \"app_id\",\n\t\t\"request_time\": \"request_time\",\n\t\t\"chain_id\": \"chain_id\",\n\t\t\"is_chain_head\": \"true/false\",\n\t\t\"sikkapay_reference_number\": \"sikkapay_reference_number\"\n\t}]\n}"}],"_postman_id":"fa91df3b-6740-409d-9ce4-98165c74fc59"},{"name":"payment/transactions","id":"f72954e6-f00f-4e51-93cf-f921bca9b3e9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Request-Key","value":"{request_key}","type":"text"}],"url":"https://api.sikkasoft.com/v4/payment/transactions","description":"<p>This endpoint is used to <strong>insert transaction records</strong> into the <strong>Sikka Payment Gateway</strong> database.</p>\n<p>It is intended <strong>only for storing or recording transaction details</strong>, not for initiating or processing actual payments.</p>\n<p>In some cases, transactions may occur through <strong>external or third-party processors</strong> or other integrated systems. This API provides a way to log and maintain those transaction records in a unified format within the Sikka Payment Gateway for reporting, reconciliation, and audit purposes.</p>\n<p>The transaction data will be associated with the authenticated <strong>App ID</strong>, <strong>Master ID</strong>, and <strong>API Host</strong>.</p>\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"transaction_id-required\"><strong>transaction_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>valid transaction_id of the transaction </p>\n</blockquote>\n<h6 id=\"transaction_date-required\"><strong>transaction_date</strong> <code>Required</code></h6>\n<blockquote>\n<p>valid date of the transaction, format yyyy-MM-dd </p>\n</blockquote>\n<h6 id=\"transaction_time-required\"><strong>transaction_time</strong> <code>Required</code></h6>\n<blockquote>\n<p>valid time of the transaction, format hh:mm:ss </p>\n</blockquote>\n<h6 id=\"transaction_type-required\"><strong>transaction_type</strong> <code>Required</code></h6>\n<blockquote>\n<p>type of the transaction, like, preauth, sale, store, verify, credit, refund </p>\n</blockquote>\n<h6 id=\"transaction_status-required\"><strong>transaction_status</strong> <code>Required</code></h6>\n<blockquote>\n<p>status of the transaction, like, approved, accepted, decline, declined, pending </p>\n</blockquote>\n<h6 id=\"patient_id-required\"><strong>patient_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"guarantor_id-required\"><strong>guarantor_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"practice_id-required\"><strong>practice_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"provider_id-required\"><strong>provider_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"cust_id-required\"><strong>cust_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>CustId (Customer ID) </p>\n</blockquote>\n<h6 id=\"name-required\"><strong>name</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of customer </p>\n</blockquote>\n<h6 id=\"order_id-required\"><strong>order_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>generate order_id, format SPyyyyMMddhhmmssfffffff </p>\n</blockquote>\n<h6 id=\"payment_provider-required\"><strong>payment_provider</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of the payment service provider </p>\n</blockquote>\n<h6 id=\"response_code-required\"><strong>response_code</strong> <code>Required</code></h6>\n<blockquote>\n<p>response_code from the payment_provider </p>\n</blockquote>\n<h6 id=\"sikkapay_reference_number-required\"><strong>sikkapay_reference_number</strong> <code>Required</code></h6>\n<blockquote>\n<p>Reference number generated by Sikka for tracking </p>\n</blockquote>\n<h6 id=\"transaction_amount-required\"><strong>transaction_amount</strong> <code>Required</code></h6>\n<blockquote>\n<p>amount of the transaction, format without $ sign, xx.xx </p>\n</blockquote>\n<h6 id=\"transaction_media-required\"><strong>transaction_media</strong> <code>Required</code></h6>\n<blockquote>\n<p>Media used for the transaction </p>\n</blockquote>\n<h6 id=\"payment_provider_message-optional\"><strong>payment_provider_message</strong> <code>optional</code></h6>\n<blockquote>\n<p>Response message from the payment provider </p>\n</blockquote>\n<h6 id=\"address1-optional\"><strong>address1</strong> <code>optional</code></h6>\n<blockquote>\n<p>Primary address </p>\n</blockquote>\n<h6 id=\"address2-optional\"><strong>address2</strong> <code>optional</code></h6>\n<blockquote>\n<p>Secondary address </p>\n</blockquote>\n<h6 id=\"city-optional\"><strong>city</strong> <code>optional</code></h6>\n<blockquote>\n<p>City </p>\n</blockquote>\n<h6 id=\"state-optional\"><strong>state</strong> <code>optional</code></h6>\n<blockquote>\n<p>State </p>\n</blockquote>\n<h6 id=\"zipcode-optional\"><strong>zipcode</strong> <code>optional</code></h6>\n<blockquote>\n<p>Zip code </p>\n</blockquote>\n<h6 id=\"email-optional\"><strong>email</strong> <code>optional</code></h6>\n<blockquote>\n<p>Email ID </p>\n</blockquote>\n<h6 id=\"phone-optional\"><strong>phone</strong> <code>optional</code></h6>\n<blockquote>\n<p>Phone Number </p>\n</blockquote>\n<h6 id=\"card_number_masked-optional\"><strong>card_number_masked</strong> <code>optional</code></h6>\n<blockquote>\n<p>Masked card number </p>\n</blockquote>\n<h6 id=\"expiration_month-optional\"><strong>expiration_month</strong> <code>optional</code></h6>\n<blockquote>\n<p>Card expiration month </p>\n</blockquote>\n<h6 id=\"expiration_year-optional\"><strong>expiration_year</strong> <code>optional</code></h6>\n<blockquote>\n<p>Card expiration year </p>\n</blockquote>\n<h6 id=\"authorization_code-optional\"><strong>authorization_code</strong> <code>optional</code></h6>\n<blockquote>\n<p>Code provided by the payment gateway for authorization </p>\n</blockquote>\n<h6 id=\"avs_code-optional\"><strong>avs_code</strong> <code>optional</code></h6>\n<blockquote>\n<p>Address Verification System response code from payment provider </p>\n</blockquote>\n<h6 id=\"description-optional\"><strong>description</strong> <code>optional</code></h6>\n<blockquote>\n<p>description of transaction </p>\n</blockquote>\n<h6 id=\"reference_number-optional\"><strong>reference_number</strong> <code>optional</code></h6>\n<blockquote>\n<p>Internal or external transaction reference number </p>\n</blockquote>\n<h6 id=\"is_chain_head-optional\"><strong>is_chain_head</strong> <code>optional</code></h6>\n<blockquote>\n<p>Indicates if this record is the head of a transaction chain </p>\n</blockquote>\n<h6 id=\"chain_id-optional\"><strong>chain_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>Chain ID </p>\n</blockquote>\n<h6 id=\"billing_id-optional\"><strong>billing_id</strong> <code>optional</code></h6>\n<blockquote>\n<p>billing_id, if available </p>\n</blockquote>\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p>This API <strong>does not trigger actual payment processing</strong> — it only records transaction details for internal tracking or reconciliation.</p>\n</li>\n<li><p>It can be used to log transactions that were <strong>processed externally</strong> or <strong>manually</strong> but still need to be reflected in Sikka Payment Gateway.</p>\n</li>\n<li><p>All transactions inserted through this endpoint can later be retrieved using the <code>GET /payment/transactions</code> endpoint.</p>\n</li>\n<li><p>The transaction record is always stored under the same <code>App ID</code>, <code>Master ID</code>, and <code>API Host</code>.</p>\n</li>\n<li><p>Ensure the merchant account is already onboarded with the third-party payment processor before recording related transactions.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v4","payment","transactions"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"d95ef9c6-31e2-4df5-9942-40f2e539fc10","name":"payment/transactions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Request-Key","value":"{request_key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"transaction_id\": \"transaction_id\",\r\n\t\"transaction_date\": \"transaction_date\",\r\n\t\"transaction_time\": \"transaction_time\",\r\n\t\"transaction_type\": \"transaction_type\",\r\n\t\"transaction_status\": \"transaction_status\",\r\n\t\"patient_id\": \"patient_id\",\r\n\t\"guarantor_id\": \"guarantor_id\",\r\n\t\"practice_id\": \"practice_id\",\r\n\t\"provider_id\": \"provider_id\",\r\n\t\"cust_id\": \"cust_id\",\r\n\t\"name\": \"name\",\r\n\t\"order_id\": \"order_id\",\r\n\t\"payment_provider\": \"payment_provider\",\r\n\t\"response_code\": \"response_code\",\r\n\t\"sikkapay_reference_number\": \"sikkapay_reference_number\",\r\n\t\"payment_provider_message\": \"payment_provider_message\",\r\n\t\"address1\": \"address1\",\r\n\t\"address2\": \"address2\",\r\n\t\"city\": \"city\",\r\n\t\"state\": \"state\",\r\n\t\"zipcode\": \"zipcode\",\r\n\t\"email\": \"email\",\r\n\t\"phone\": \"phone\",\r\n\t\"card_number_masked\": \"card_number_masked\",\r\n\t\"expiration_month\": \"expiration_month\",\r\n\t\"expiration_year\": \"expiration_year\",\r\n\t\"transaction_amount\": \"transaction_amount\",\r\n\t\"transaction_media\": \"transaction_media\",\r\n\t\"authorization_code\": \"authorization_code\",\r\n\t\"avs_code\": \"avs_code\",\r\n\t\"description\": \"description\",\r\n\t\"reference_number\": \"reference_number\",\r\n\t\"is_chain_head\": \"is_chain_head\",\r\n\t\"chain_id\": \"chain_id\",\r\n\t\"billing_id\": \"billing_id\"\t\t\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/payment/transactions"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"offset\": \"0\",\n\t\"limit\": \"50\",\n\t\"total_count\": \"1\",\n\t\"execution_time\": \"111\",\n\t\"pagination\": {\n\t\t\"first\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\n\t\t\"previous\": \"\",\n\t\t\"current\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\n\t\t\"next\": \"\",\n\t\t\"last\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\"\n\t},\n\t\"items\": [{\n\t\t\"address1\": \"address1\",\n\t\t\"address2\": \"address1\",\n\t\t\"api_host\": \"Q/P\",\n\t\t\"api_name\": \"POST transaction\",\n\t\t\"authorization_code\": \"code\",\n\t\t\"avs_code\": \"avs code\",\n\t\t\"avs_code_description\": \"avs code description\",\n\t\t\"card_logo\": \"card_logo\",\n\t\t\"card_number_masked\": \"xxxx\",\n\t\t\"card_type\": \"card type, initial (M,V)\",\n\t\t\"city\": \"city\",\n\t\t\"cust_id\": \"cust id\",\n\t\t\"cvv\": \"cvv\",\n\t\t\"description\": \"payment provider response description\",\n\t\t\"email\": \"email\",\n\t\t\"encrypted\": \"false/true\",\n\t\t\"expiration_month\": \"MM\",\n\t\t\"expiration_year\": \"yy\",\n\t\t\"guarantor_id\": \"guarantor_id\",\n\t\t\"is_recurring_payment\": \"false/true\",\n\t\t\"is_sandbox\": \"true/false\",\n\t\t\"name\": \"name\",\n\t\t\"order_id\": \"order id\",\n\t\t\"patient_id\": \"patient id\",\n\t\t\"payment_provider\": \"payment_provider\",\n\t\t\"payment_provider_message\": \"payment provider message for reference\",\n\t\t\"phone\": \"phone number\",\n\t\t\"practice_id\": \"practice id\",\n\t\t\"provider_id\": \"provider id\",\n\t\t\"receipt_id\": \"receipt id\",\n\t\t\"reference_number\": \"reference number\",\n\t\t\"request_from_app\": \"app name as per API Portal\",\n\t\t\"response_code\": \"payment provider response code\",\n\t\t\"response_code_description\": \"payment provider response code description\",\n\t\t\"state\": \"state\",\n\t\t\"ticket\": \"ticket\",\n\t\t\"transaction_amount\": \"xx.xx\",\n\t\t\"transaction_date\": \"yyyy-MM-dd\",\n\t\t\"transaction_id\": \"transaction id\",\n\t\t\"transaction_media\": \"credit_card\",\n\t\t\"transaction_status\": \"status of transaction\",\n\t\t\"transaction_time\": \"HH:mm:ss\",\n\t\t\"transaction_type\": \"sale\",\n\t\t\"zipcode\": \"zip code\"\n\t}]\n}"}],"_postman_id":"f72954e6-f00f-4e51-93cf-f921bca9b3e9"},{"name":"payment/verify_card","id":"2bf3733e-abd6-4497-9240-554acd2b8e83","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Request-Key","value":"{request_key}","type":"text"}],"url":"https://api.sikkasoft.com/v4/payment/verify_card","description":"<p>This endpoint verifies a <strong>credit card’s validity</strong> using a two-step process through the payment gateway.  </p>\n<p>Since not all payment providers provide a direct “card verification” API, this method uses an <strong>authorization-only transaction</strong> followed by an immediate <strong>void operation</strong> to confirm that the card details are valid and capable of successful authorization.</p>\n<p>The endpoint does <strong>not charge</strong> the card — it simply performs a $0.01 authorization to ensure that the card is active, valid, and not blocked by the issuer.</p>\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"address1-optional\"><strong>address1</strong> <code>optional</code></h6>\n<blockquote>\n<p>Primary address </p>\n</blockquote>\n<h6 id=\"card_number-required\"><strong>card_number</strong> <code>Required</code></h6>\n<blockquote>\n<p>Card Number </p>\n</blockquote>\n<h6 id=\"cust_id-required\"><strong>cust_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>CustId (Customer ID) </p>\n</blockquote>\n<h6 id=\"cvv-optional\"><strong>cvv</strong> <code>optional</code></h6>\n<blockquote>\n<p>CVV </p>\n</blockquote>\n<h6 id=\"expiration_month-required\"><strong>expiration_month</strong> <code>Required</code></h6>\n<blockquote>\n<p>Card expiration month </p>\n</blockquote>\n<h6 id=\"expiration_year-required\"><strong>expiration_year</strong> <code>Required</code></h6>\n<blockquote>\n<p>Card expiration year </p>\n</blockquote>\n<h6 id=\"guarantor_id-required\"><strong>guarantor_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"name-required\"><strong>name</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of customer </p>\n</blockquote>\n<h6 id=\"patient_id-required\"><strong>patient_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"practice_id-required\"><strong>practice_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"provider_id-required\"><strong>provider_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"zipcode-optional\"><strong>zipcode</strong> <code>optional</code></h6>\n<blockquote>\n<p>Zip code </p>\n</blockquote>\n<h6 id=\"payment_provider-required\"><strong>payment_provider</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of the payment service provider </p>\n</blockquote>\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p>This endpoint is used <strong>only for card verification</strong>, not for actual payment capture.</p>\n</li>\n<li><p>The transaction ID from the authorization step is used to perform the void request.</p>\n</li>\n<li><p>If the authorization fails, no void operation will be attempted.</p>\n</li>\n<li><p>API clients should store the verification status but not retain raw card details for PCI compliance.</p>\n</li>\n<li><p>All sensitive card data must be sent over <strong>HTTPS</strong> and handled in compliance with <strong>PCI-DSS</strong> standards.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v4","payment","verify_card"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"b93b468e-521d-453b-ba59-034f8680fcf7","name":"payment/verify_card","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Request-Key","value":"{request_key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"address1\": \"address1\",\r\n\t\"card_number\": \"card_number\",\r\n\t\"cust_id\": \"cust_id\",\r\n\t\"cvv\": \"cvv\",\r\n\t\"expiration_month\": \"expiration_month(MM)\",\r\n\t\"expiration_year\": \"expiration_year(yyyy)\",\r\n\t\"guarantor_id\": \"guarantor_id\",\r\n\t\"name\": \"name\",\r\n\t\"patient_id\": \"patient_id\",\r\n\t\"practice_id\": \"practice_id\",\r\n\t\"provider_id\": \"provider_id\",\r\n\t\"zipcode\": \"zipcode\",\r\n\t\"payment_provider\": \"payment_provider\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/payment/verify_card"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\t\"offset\": \"0\",\r\n\t\"limit\": \"50\",\r\n\t\"total_count\": \"xx\",\r\n\t\"execution_time\": \"xxxx\",\r\n\t\"pagination\": {\r\n\t\t\"first\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"previous\": \"\",\r\n\t\t\"current\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"next\": \"\",\r\n\t\t\"last\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\"\r\n\t},\r\n\t\"items\": [{\r\n\t\t\t\t\"address1\": \"address1\",\r\n\t\t\"address2\": \"address2\",\r\n\t\t\"api_host\": \"Q/P\",\r\n\t\t\"api_name\": \"POST verify_card\",\r\n\t\t\"authorization_code\": \"code\",\r\n\t\t\"avs_code\": \"avs code\",\r\n\t\t\"avs_code_description\": \"avs code description\",\r\n\t\t\"card_logo\": \"card_logo\",\r\n\t\t\"card_number_masked\": \"xxxx\",\r\n\t\t\"city\": \"city\",\r\n\t\t\"cust_id\": \"cust id\",\r\n\t\t\"cvv\": \"cvv\",\r\n\t\t\"description\": \"payment provider response description\",\r\n\t\t\"email\": \"email\",\r\n\t\t\"expiration_month\": \"MM\",\r\n\t\t\"expiration_year\": \"yy\",\r\n\t\t\"guarantor_id\": \"guarantor_id\",\r\n\t\t\"name\": \"name\",\r\n\t\t\"order_id\": \"order id\",\r\n\t\t\"patient_id\": \"patient id\",\r\n\t\t\"payment_provider\": \"payment_provider\",\r\n\t\t\"payment_provider_message\": \"payment provider message for reference\",\r\n\t\t\"phone\": \"phone number\",\r\n\t\t\"practice_id\": \"practice id\",\r\n\t\t\"provider_id\": \"provider id\",\r\n\t\t\"request_from_app\": \"app name as per API Portal\",\r\n\t\t\"response_code\": \"payment provider response code\",\r\n\t\t\"response_code_description\": \"payment provider response code description\",\r\n\t\t\"state\": \"state\",\r\n\t\t\"ticket\": \"ticket\",\r\n\t\t\"transaction_amount\": \"xx.xx\",\r\n\t\t\"transaction_date\": \"yyyy-MM-dd\",\r\n\t\t\"transaction_id\": \"transaction id\",\r\n\t\t\"transaction_media\": \"credit_card\",\r\n\t\t\"transaction_status\": \"status of transaction\",\r\n\t\t\"transaction_time\": \"HH:mm:ss\",\r\n\t\t\"transaction_type\": \"verify\",\r\n\t\t\"zipcode\": \"zip code\",\r\n\t\t\"sikkapay_reference_number\": \"sikkapay_reference_number\",\r\n\t\t\"ticket_number\": \"ticket_number\",\r\n\t\t\"reference_number\": \"reference_number\"\r\n\t}]\r\n}"}],"_postman_id":"2bf3733e-abd6-4497-9240-554acd2b8e83"},{"name":"payment/store_card","id":"ebcfb85b-2422-402b-aff3-a2cd602a4606","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Request-Key","value":"{request_key}","type":"text"}],"url":"https://api.sikkasoft.com/v4/payment/store_card","description":"<p>This endpoint securely stores a customer’s <strong>credit card details</strong> in the payment provider by creating a payment profile under the merchant account.  </p>\n<p>The API does not store or expose raw card details on Sikka servers. Instead, it returns a unique <strong><code>billing_id</code></strong> (token) that represents the stored card. This token can later be used for future transactions without re-entering card information, ensuring PCI-DSS compliance and enhanced user convenience.  </p>\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"address1-optional\"><strong>address1</strong> <code>optional</code></h6>\n<blockquote>\n<p>Primary address </p>\n</blockquote>\n<h6 id=\"address2-optional\"><strong>address2</strong> <code>optional</code></h6>\n<blockquote>\n<p>Secondary address </p>\n</blockquote>\n<h6 id=\"card_number-required\"><strong>card_number</strong> <code>Required</code></h6>\n<blockquote>\n<p>Card Number </p>\n</blockquote>\n<h6 id=\"city-optional\"><strong>city</strong> <code>optional</code></h6>\n<blockquote>\n<p>City </p>\n</blockquote>\n<h6 id=\"cust_id-required\"><strong>cust_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>CustId (Customer ID) </p>\n</blockquote>\n<h6 id=\"email-optional\"><strong>email</strong> <code>optional</code></h6>\n<blockquote>\n<p>Email id </p>\n</blockquote>\n<h6 id=\"expiration_month-required\"><strong>expiration_month</strong> <code>Required</code></h6>\n<blockquote>\n<p>Card expiration month </p>\n</blockquote>\n<h6 id=\"expiration_year-required\"><strong>expiration_year</strong> <code>Required</code></h6>\n<blockquote>\n<p>Card expiration year </p>\n</blockquote>\n<h6 id=\"guarantor_id-required\"><strong>guarantor_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"name-required\"><strong>name</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of customer </p>\n</blockquote>\n<h6 id=\"patient_id-required\"><strong>patient_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"phone-optional\"><strong>phone</strong> <code>optional</code></h6>\n<blockquote>\n<p>Phone number </p>\n</blockquote>\n<h6 id=\"practice_id-required\"><strong>practice_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"provider_id-required\"><strong>provider_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"state-optional\"><strong>state</strong> <code>optional</code></h6>\n<blockquote>\n<p>State </p>\n</blockquote>\n<h6 id=\"zipcode-optional\"><strong>zipcode</strong> <code>optional</code></h6>\n<blockquote>\n<p>Zip code </p>\n</blockquote>\n<h6 id=\"payment_provider-required\"><strong>payment_provider</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of the payment service provider </p>\n</blockquote>\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p>Raw card details are <strong>never stored</strong> or logged on Sikka systems.</p>\n</li>\n<li><p>The returned <code>billing_id</code> acts as a <strong>secure token</strong> and can be used to initiate future transactions without re-entering card details.</p>\n</li>\n<li><p>Ensure compliance with <strong>PCI-DSS</strong> and <strong>tokenization standards</strong> when storing or reusing billing tokens.</p>\n</li>\n<li><p>If the same card is submitted again for the same customer, the API will attempt to detect duplicates and return the existing token if supported by the payment processor.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v4","payment","store_card"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"e5b47258-571c-4320-857f-f03c0faa943e","name":"payment/store_card","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Request-Key","value":"{request_key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"address1\": \"address1\",\r\n\t\"address2\": \"address2\",\r\n\t\"card_number\": \"card_number\",\r\n\t\"city\": \"city\",\r\n\t\"cust_id\": \"cust_id\",\t\r\n\t\"email\": \"email\",\r\n\t\"expiration_month\": \"expiration_month(MM)\",\r\n\t\"expiration_year\": \"expiration_year(yyyy)\",\r\n\t\"guarantor_id\": \"guarantor_id\",\r\n\t\"name\": \"name\",\r\n\t\"patient_id\": \"patient_id\",\r\n\t\"phone\": \"phone\",\r\n\t\"practice_id\": \"practice_id\",\r\n\t\"provider_id\": \"provider_id\",\r\n\t\"state\": \"state\",\r\n\t\"zipcode\": \"zipcode\",\r\n\t\"payment_provider\": \"payment_provider\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/payment/store_card"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\t\"offset\": \"0\",\r\n\t\"limit\": \"50\",\r\n\t\"total_count\": \"1\",\r\n\t\"execution_time\": \"1111\",\r\n\t\"pagination\": {\r\n\t\t\"first\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"previous\": \"\",\r\n\t\t\"current\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"next\": \"\",\r\n\t\t\"last\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\"\r\n\t},\r\n\t\"items\": [{\r\n\t\t\"address1\": \"address1\",\r\n\t\t\"address2\": \"address2\",\r\n\t\t\"api_host\": \"Q/P\",\r\n\t\t\"api_name\": \"POST store_card\",\r\n\t\t\"app_id\": \"app id\",\r\n\t\t\"avs_code\": \"avs code\",\r\n\t\t\"avs_code_description\": \"avs code description\",\r\n\t\t\"billing_id\": \"billing id\",\r\n\t\t\"card_logo\": \"card logo\",\r\n\t\t\"card_number_masked\": \"xxxx\",\r\n\t\t\"city\": \"city\",\r\n\t\t\"country\": \"country\",\r\n\t\t\"cust_id\": \"cust id\",\r\n\t\t\"description\": \"payment provider response description\",\r\n\t\t\"email\": \"email\",\r\n\t\t\"expiration_month\": \"MM\",\r\n\t\t\"expiration_year\": \"yy\",\r\n\t\t\"guarantor_id\": \"guarantor id\",\r\n\t\t\"is_active\": \"true/false\",\r\n\t\t\"is_default\": \"true/false\",\r\n\t\t\"name\": \"name\",\r\n\t\t\"office_id\": \"office id\",\r\n\t\t\"order_id\": \"order id\",\r\n\t\t\"patient_id\": \"patient id\",\r\n\t\t\"payment_provider\": \"payment_provider\",\r\n\t\t\"payment_provider_message\": \"payment provider message for reference\",\r\n\t\t\"phone\": \"phone\",\r\n\t\t\"practice_id\": \"practice id\",\r\n\t\t\"provider_id\": \"provider id\",\r\n\t\t\"request_from_app\": \"app name as per API Portal\",\r\n\t\t\"request_status\": \"request status\",\r\n\t\t\"response_code\": \"payment provider response code\",\r\n\t\t\"response_code_description\": \"payment provider response code description\",\r\n\t\t\"sikkapay_reference_number\": \"sikkapay reference number\",\r\n\t\t\"state\": \"state\",\r\n\t\t\"ticket\": \"ticket\",\r\n\t\t\"ticket_number\": \"ticket number\",\r\n\t\t\"transaction_amount\": \"0.00\",\r\n\t\t\"transaction_date\": \"yyyy-MM-dd\",\r\n\t\t\"transaction_id\": \"transaction id\",\r\n\t\t\"transaction_media\": \"credit_card\",\r\n\t\t\"transaction_status\": \"status of transaction\",\r\n\t\t\"transaction_time\": \"HH:mm:ss\",\r\n\t\t\"transaction_type\": \"store\",\r\n\t\t\"zipcode\": \"zip code\"\r\n\t}]\r\n}"}],"_postman_id":"ebcfb85b-2422-402b-aff3-a2cd602a4606"},{"name":"payment/store_card","id":"0234592d-510d-42d0-984e-a968f7e9693a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"PUT","header":[{"key":"Request-Key","value":"{request_key}","type":"text"}],"url":"https://api.sikkasoft.com/v4/payment/store_card","description":"<p>This endpoint allows updating the <strong>stored credit card</strong> or its <strong>associated billing details</strong> in the payment provider system.  </p>\n<p>The <strong><code>billing_id</code></strong> (token of the stored card) is mandatory. Also refer <strong>Unmodifiable Fields</strong> at the end of this api.</p>\n<p>All other fields are <strong>optional</strong>, and only the parameters provided in the request will be updated.  </p>\n<p>This ensures partial updates can be made safely without overwriting existing data.</p>\n<p>Headers</p>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"address1-optional\"><strong>address1</strong> <code>optional</code></h6>\n<blockquote>\n<p>Primary address </p>\n</blockquote>\n<h6 id=\"address2-optional\"><strong>address2</strong> <code>optional</code></h6>\n<blockquote>\n<p>Secondary address </p>\n</blockquote>\n<h6 id=\"city-optional\"><strong>city</strong> <code>optional</code></h6>\n<blockquote>\n<p>City </p>\n</blockquote>\n<h6 id=\"state-optional\"><strong>state</strong> <code>optional</code></h6>\n<blockquote>\n<p>State </p>\n</blockquote>\n<h6 id=\"phone-optional\"><strong>phone</strong> <code>optional</code></h6>\n<blockquote>\n<p>Phone number </p>\n</blockquote>\n<h6 id=\"email-optional\"><strong>email</strong> <code>optional</code></h6>\n<blockquote>\n<p>Email id </p>\n</blockquote>\n<h6 id=\"expiration_month-optional\"><strong>expiration_month</strong> <code>optional</code></h6>\n<blockquote>\n<p>Card expiration month </p>\n</blockquote>\n<h6 id=\"expiration_year-optional\"><strong>expiration_year</strong> <code>optional</code></h6>\n<blockquote>\n<p>Card expiration year </p>\n</blockquote>\n<h6 id=\"card_number-optional\"><strong>card_number</strong> <code>optional</code></h6>\n<blockquote>\n<p>Card Number </p>\n</blockquote>\n<h6 id=\"is_default-optional\"><strong>is_default</strong> <code>optional</code></h6>\n<blockquote>\n<p>IsDefault true/false </p>\n</blockquote>\n<h6 id=\"zipcode-optional\"><strong>zipcode</strong> <code>optional</code></h6>\n<blockquote>\n<p>Zip code </p>\n</blockquote>\n<h6 id=\"billing_id-required\"><strong>billing_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Unique billing identifier of the stored card record </p>\n</blockquote>\n<h4 id=\"unmodifiable-fields\"><strong>Unmodifiable Fields</strong></h4>\n<p>The following identifiers are <strong>mandatory at creation time</strong> but <strong>cannot be updated</strong> through this endpoint to maintain data integrity and linkage with customer and practice records:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cust_id</code></td>\n<td>Customer ID linked to the patient.</td>\n</tr>\n<tr>\n<td><code>guarantor_id</code></td>\n<td>Guarantor ID linked to the patient.</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Full name associated with the cardholder.</td>\n</tr>\n<tr>\n<td><code>patient_id</code></td>\n<td>Patient ID linked to the card record.</td>\n</tr>\n<tr>\n<td><code>practice_id</code></td>\n<td>Practice ID linked to the patient.</td>\n</tr>\n<tr>\n<td><code>provider_id</code></td>\n<td>Provider ID linked to the patient.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v4","payment","store_card"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"9276250a-b7cb-4762-b897-312d7e64b4f6","name":"payment/store_card","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Request-Key","value":"{request_key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"address1\": \"address1\",\r\n\t\"address2\": \"address2\",\r\n\t\"card_number\": \"card_number\",\r\n\t\"city\": \"city\",\r\n\t\"cust_id\": \"cust_id\",\t\r\n\t\"email\": \"email\",\r\n\t\"expiration_month\": \"expiration_month(MM)\",\r\n\t\"expiration_year\": \"expiration_year(yyyy)\",\r\n\t\"guarantor_id\": \"guarantor_id\",\r\n\t\"name\": \"name\",\r\n\t\"patient_id\": \"patient_id\",\r\n\t\"phone\": \"phone\",\r\n\t\"practice_id\": \"practice_id\",\r\n\t\"provider_id\": \"provider_id\",\r\n\t\"state\": \"state\",\r\n\t\"zipcode\": \"zipcode\",\r\n\t\"payment_provider\": \"payment_provider\",\r\n\t\"billing_id\": \"billing_id\",\r\n    \"is_default\": \"true/false\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/payment/store_card"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\t\"offset\": \"0\",\r\n\t\"limit\": \"50\",\r\n\t\"total_count\": \"1\",\r\n\t\"execution_time\": \"1111\",\r\n\t\"pagination\": {\r\n\t\t\"first\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"previous\": \"\",\r\n\t\t\"current\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"next\": \"\",\r\n\t\t\"last\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\"\r\n\t},\r\n\t\"items\": [{\r\n\t\t\"address1\": \"address1\",\r\n\t\t\"address2\": \"address2\",\r\n\t\t\"api_host\": \"Q/P\",\r\n\t\t\"api_name\": \"POST store_card\",\r\n\t\t\"app_id\": \"app id\",\r\n\t\t\"avs_code\": \"avs code\",\r\n\t\t\"avs_code_description\": \"avs code description\",\r\n\t\t\"billing_id\": \"billing id\",\r\n\t\t\"card_logo\": \"card logo\",\r\n\t\t\"card_number_masked\": \"xxxx\",\r\n\t\t\"city\": \"city\",\r\n\t\t\"country\": \"country\",\r\n\t\t\"cust_id\": \"cust id\",\r\n\t\t\"description\": \"payment provider response description\",\r\n\t\t\"email\": \"email\",\r\n\t\t\"expiration_month\": \"MM\",\r\n\t\t\"expiration_year\": \"yy\",\r\n\t\t\"guarantor_id\": \"guarantor id\",\r\n\t\t\"is_active\": \"true/false\",\r\n\t\t\"is_default\": \"true/false\",\r\n\t\t\"name\": \"name\",\r\n\t\t\"office_id\": \"office id\",\r\n\t\t\"order_id\": \"order id\",\r\n\t\t\"patient_id\": \"patient id\",\r\n\t\t\"payment_provider\": \"payment_provider\",\r\n\t\t\"payment_provider_message\": \"payment provider message for reference\",\r\n\t\t\"phone\": \"phone\",\r\n\t\t\"practice_id\": \"practice id\",\r\n\t\t\"provider_id\": \"provider id\",\r\n\t\t\"request_from_app\": \"app name as per API Portal\",\r\n\t\t\"request_status\": \"request status\",\r\n\t\t\"response_code\": \"payment provider response code\",\r\n\t\t\"response_code_description\": \"payment provider response code description\",\r\n\t\t\"sikkapay_reference_number\": \"sikkapay reference number\",\r\n\t\t\"state\": \"state\",\r\n\t\t\"ticket\": \"ticket\",\r\n\t\t\"ticket_number\": \"ticket number\",\r\n\t\t\"transaction_amount\": \"0.00\",\r\n\t\t\"transaction_date\": \"yyyy-MM-dd\",\r\n\t\t\"transaction_id\": \"transaction id\",\r\n\t\t\"transaction_media\": \"credit_card\",\r\n\t\t\"transaction_status\": \"status of transaction\",\r\n\t\t\"transaction_time\": \"HH:mm:ss\",\r\n\t\t\"transaction_type\": \"store\",\r\n\t\t\"zipcode\": \"zip code\",\r\n\t\t\"transaction_description\": \"description of transaction\",\r\n\t\t\"authorization_code\": \"authorization_code\",\r\n\t\t\"issuer_id\": \"issuer_id\"\r\n\t}]\r\n}"}],"_postman_id":"0234592d-510d-42d0-984e-a968f7e9693a"},{"name":"store_card","id":"b7fde59e-c142-41bc-a1da-120324e7ae39","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/payment/store_card","description":"<p>This endpoint deletes a stored credit card record in the payment provider system.</p>\n<p>It allows removal of a previously saved card associated with a customer’s profile in the Sikka Payment Gateway.</p>\n<p>The API performs a soft or permanent deletion (as per processor rules) and ensures that the deleted card token (<code>billing_id</code>) can no longer be used for any future transactions.</p>\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"cust_id-required\"><strong>cust_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Cust ID (Customer ID) </p>\n</blockquote>\n<h6 id=\"guarantor_id-required\"><strong>guarantor_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"name-required\"><strong>name</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name </p>\n</blockquote>\n<h6 id=\"patient_id-required\"><strong>patient_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"practice_id-required\"><strong>practice_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"provider_id-required\"><strong>provider_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"zipcode-optional\"><strong>zipcode</strong> <code>optional</code></h6>\n<blockquote>\n<p>Zip code </p>\n</blockquote>\n<h6 id=\"payment_provider-required\"><strong>payment_provider</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of payment provider </p>\n</blockquote>\n<h6 id=\"billing_id-required\"><strong>billing_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Unique billing identifier of the stored card record </p>\n</blockquote>\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p>This API <strong>does not delete any transaction records</strong> associated with the stored card; only the stored card profile is deleted.</p>\n</li>\n<li><p>Once deleted, the <code>billing_id</code> cannot be reactivated — a new card must be stored again using the <code>POST payment/store_card</code> endpoint.</p>\n</li>\n<li><p>The API ensures compliance with PCI-DSS by not storing sensitive card data directly.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v4","payment","store_card"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"8ef04c31-ad95-4179-881f-74b415ff4a42","name":"stored_card","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Request-Key","value":"{request_key}","type":"text"}],"body":{"mode":"raw","raw":"{\t\r\n\t\"cust_id\": \"cust_id - mandatory\",\t\r\n\t\"guarantor_id\": \"guarantor_id - mandatory\",\r\n\t\"name\": \"name - mandatory\",\r\n\t\"patient_id\": \"patient_id - mandatory\",\t\r\n\t\"practice_id\": \"practice_id - mandatory\",\r\n\t\"provider_id\": \"provider_id - mandatory\",\t\r\n\t\"zipcode\": \"zipcode - optional\",\r\n\t\"payment_provider\": \"payment_provider\",\r\n\t\"billing_id\": \"billing_id -  mandatory\"    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/payment/store_card"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"offset\": \"0\",\n\t\"limit\": \"50\",\n\t\"total_count\": \"1\",\n\t\"execution_time\": \"1111\",\n\t\"pagination\": {\n\t\t\"first\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\n\t\t\"previous\": \"\",\n\t\t\"current\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\n\t\t\"next\": \"\",\n\t\t\"last\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\"\n\t},\n\t\"items\": [{\n\t\t\"address1\": \"address1\",\n\t\t\"address2\": \"address2\",\n\t\t\"api_host\": \"Q/P\",\n\t\t\"api_name\": \"DELETE store_card\",\n\t\t\"app_id\": \"app id\",\n\t\t\"avs_code\": \"avs code\",\n\t\t\"avs_code_description\": \"avs code description\",\n\t\t\"billing_id\": \"billing id\",\n\t\t\"card_logo\": \"card logo\",\n\t\t\"card_number_masked\": \"xxxx\",\n\t\t\"city\": \"city\",\n\t\t\"country\": \"country\",\n\t\t\"cust_id\": \"cust id\",\n\t\t\"description\": \"payment provider response description\",\n\t\t\"email\": \"email\",\n\t\t\"expiration_month\": \"MM\",\n\t\t\"expiration_year\": \"yy\",\n\t\t\"guarantor_id\": \"guarantor id\",\n\t\t\"is_active\": \"true/false\",\n\t\t\"is_default\": \"true/false\",\n\t\t\"name\": \"name\",\n\t\t\"office_id\": \"office id\",\n\t\t\"order_id\": \"order id\",\n\t\t\"patient_id\": \"patient id\",\n\t\t\"payment_provider\": \"payment_provider\",\n\t\t\"payment_provider_message\": \"payment provider message for reference\",\n\t\t\"phone\": \"phone\",\n\t\t\"practice_id\": \"practice id\",\n\t\t\"provider_id\": \"provider id\",\n\t\t\"request_from_app\": \"app name as per API Portal\",\n\t\t\"request_status\": \"request status\",\n\t\t\"response_code\": \"payment provider response code\",\n\t\t\"response_code_description\": \"payment provider response code description\",\n\t\t\"sikkapay_reference_number\": \"sikkapay reference number\",\n\t\t\"state\": \"state\",\n\t\t\"ticket\": \"ticket\",\n\t\t\"ticket_number\": \"ticket number\",\n\t\t\"transaction_amount\": \"0.00\",\n\t\t\"transaction_date\": \"yyyy-MM-dd\",\n\t\t\"transaction_id\": \"transaction id\",\n\t\t\"transaction_media\": \"credit_card\",\n\t\t\"transaction_status\": \"status of transaction\",\n\t\t\"transaction_time\": \"HH:mm:ss\",\n\t\t\"transaction_type\": \"store\",\n\t\t\"zipcode\": \"zip code\",\n\t\t\"transaction_description\": \"description of transaction\",\n\t\t\"authorization_code\": \"authorization_code\",\n\t\t\"issuer_id\": \"issuer_id\"\n\t}]\n}"}],"_postman_id":"b7fde59e-c142-41bc-a1da-120324e7ae39"},{"name":"payment/sale by ach","id":"0a0b3ba0-5b23-4847-9970-67ede5298db1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Request-Key","value":"{request_key}","type":"text"}],"url":"https://api.sikkasoft.com/v4/payment/sale","description":"<p>This endpoint initiates a <strong>sale transaction using ACH (Automated Clearing House)</strong> through the Sikka Payment Gateway.  </p>\n<p>It performs a direct debit transaction based on the provided ACH details and processes the payment through the connected payment processor.  </p>\n<p>Headers</p>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"address1-optional\"><strong>address1</strong> <code>optional</code></h6>\n<blockquote>\n<p>Primary address </p>\n</blockquote>\n<h6 id=\"address2-optional\"><strong>address2</strong> <code>optional</code></h6>\n<blockquote>\n<p>Secondary address </p>\n</blockquote>\n<h6 id=\"city-optional\"><strong>city</strong> <code>optional</code></h6>\n<blockquote>\n<p>City </p>\n</blockquote>\n<h6 id=\"email-optional\"><strong>email</strong> <code>optional</code></h6>\n<blockquote>\n<p>Email id </p>\n</blockquote>\n<h6 id=\"phone-optional\"><strong>phone</strong> <code>optional</code></h6>\n<blockquote>\n<p>Phone number </p>\n</blockquote>\n<h6 id=\"state-optional\"><strong>state</strong> <code>optional</code></h6>\n<blockquote>\n<p>State </p>\n</blockquote>\n<h6 id=\"cust_id-required\"><strong>cust_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>CustId (Customer ID) </p>\n</blockquote>\n<h6 id=\"guarantor_id-required\"><strong>guarantor_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"name-required\"><strong>name</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of customer </p>\n</blockquote>\n<h6 id=\"patient_id-required\"><strong>patient_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-required\"><strong>provider_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"practice_id-required\"><strong>practice_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"transaction_amount-required\"><strong>transaction_amount</strong> <code>Required</code></h6>\n<blockquote>\n<p>Total amount involved in the transaction </p>\n</blockquote>\n<h6 id=\"transaction_media-required\"><strong>transaction_media</strong> <code>Required</code></h6>\n<blockquote>\n<p>ach </p>\n</blockquote>\n<h6 id=\"zipcode-optional\"><strong>zipcode</strong> <code>optional</code></h6>\n<blockquote>\n<p>Zip code </p>\n</blockquote>\n<h6 id=\"routing_number-required\"><strong>routing_number</strong> <code>Required</code></h6>\n<blockquote>\n<p>Routing Number </p>\n</blockquote>\n<h6 id=\"account_number-required\"><strong>account_number</strong> <code>Required</code></h6>\n<blockquote>\n<p>Account Number </p>\n</blockquote>\n<h6 id=\"account_type-required\"><strong>account_type</strong> <code>Required</code></h6>\n<blockquote>\n<p>Account Type </p>\n</blockquote>\n<h6 id=\"check_type-required\"><strong>check_type</strong> <code>Required</code></h6>\n<blockquote>\n<p>ppd/ccd/tel/arc/boc/web </p>\n</blockquote>\n<h6 id=\"check_number-conditional\"><strong>check_number</strong> <code>conditional</code></h6>\n<blockquote>\n<p>numeric up to 15 characters, needed if check_type=arc or boc </p>\n</blockquote>\n<h6 id=\"bank_name-required\"><strong>bank_name</strong> <code>Required</code></h6>\n<blockquote>\n<p>name of the bank </p>\n</blockquote>\n<h6 id=\"payment_provider-required\"><strong>payment_provider</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of the payment service provider </p>\n</blockquote>\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p>This API supports only <strong>ACH-based transactions</strong>.</p>\n</li>\n<li><p>For credit card based transactions, refer to the POST payment/sale endpoint with \"transaction_media\": \"credit_card\".</p>\n</li>\n<li><p>Once processed, the transaction details will be recorded in the Sikka Payment Gateway for reporting and reconciliation.</p>\n</li>\n<li><p>Sensitive banking information is <strong>never stored in raw form</strong> and is handled in compliance with <strong>NACHA</strong> and <strong>PCI DSS</strong> guidelines.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v4","payment","sale"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"7fbbd1cf-522c-432e-b18f-35246eb90e00","name":"paymennt/sale","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Request-Key","value":"{request_key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"address1\": \"address1\",\r\n\t\"address2\": \"address2\",\r\n\t\"city\": \"city\",\r\n\t\"email\": \"email\",\r\n\t\"phone\": \"phone\",\r\n\t\"state\": \"state\",\r\n\t\"cust_id\": \"cust_id\",\r\n\t\"guarantor_id\": \"guarantor_id\",\r\n\t\"name\": \"name\",\r\n\t\"patient_id\": \"patient_id\",\r\n\t\"practice_id\": \"practice_id\",\r\n\t\"provider_id\": \"provider_id\",\r\n\t\"transaction_amount\": \"transaction_amount(without $ sign, xx.xx)\",\r\n\t\"transaction_media\": \"ach\",\r\n\t\"zipcode\": \"zipcode\",\r\n\t\"routing_number\": \"routing_number\",\r\n\t\"account_number\": \"account_number\",\t\r\n\t\"account_type\": \"business_checking/savings/checking\",    \r\n\t\"account_name\": \"name of account\",\r\n\t\"check_type\": \"ppd/ccd/tel/arc/boc/web\",\r\n\t\"check_number\": \"numeric up to 15 characters, needed if check_type=arc or boc - conditional\",\r\n\t\"bank_name\": \"name of the bank\",\t\r\n\t\"payment_provider\": \"payment_provider\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/payment/sale"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\t\"offset\": \"0\",\r\n\t\"limit\": \"50\",\r\n\t\"total_count\": \"1\",\r\n\t\"execution_time\": \"100\",\r\n\t\"pagination\": {\r\n\t\t\"first\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"previous\": \"\",\r\n\t\t\"current\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"next\": \"\",\r\n\t\t\"last\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\"\r\n\t},\r\n\t\"items\": [{\r\n\t\t\"address1\": \"address1\",\r\n\t\t\"address2\": \"address1\",\r\n\t\t\"api_host\": \"Q/P\",\r\n\t\t\"api_name\": \"POST sale\",\r\n\t\t\"authorization_code\": \"code\",\r\n\t\t\"city\": \"city\",\r\n\t\t\"cust_id\": \"cust id\",\r\n\t\t\"description\": \"payment provider response description\",\r\n\t\t\"email\": \"email\",\r\n\t\t\"encrypted\": \"false/true\",\r\n\t\t\"guarantor_id\": \"guarantor_id\",\r\n\t\t\"is_sandbox\": \"true/false\",\r\n\t\t\"name\": \"name\",\r\n\t\t\"order_id\": \"order id\",\r\n\t\t\"patient_id\": \"patient id\",\r\n\t\t\"payment_provider\": \"payment_provider\",\r\n\t\t\"payment_provider_message\": \"payment provider message for reference\",\r\n\t\t\"phone\": \"phone number\",\r\n\t\t\"practice_id\": \"practice id\",\r\n\t\t\"provider_id\": \"provider id\",\r\n\t\t\"receipt_id\": \"receipt id\",\r\n\t\t\"reference_number\": \"reference number\",\r\n\t\t\"request_from_app\": \"app name as per API Portal\",\r\n\t\t\"response_code\": \"payment provider response code\",\r\n\t\t\"response_code_description\": \"payment provider response code description\",\r\n\t\t\"state\": \"state\",\r\n\t\t\"ticket\": \"ticket\",\r\n\t\t\"transaction_amount\": \"xx.xx\",\r\n\t\t\"transaction_date\": \"yyyy-MM-dd\",\r\n\t\t\"transaction_id\": \"transaction id\",\r\n\t\t\"transaction_media\": \"ach\",\r\n\t\t\"transaction_status\": \"status of transaction\",\r\n\t\t\"transaction_time\": \"HH:mm:ss\",\r\n\t\t\"transaction_type\": \"sale\",\r\n\t\t\"zipcode\": \"zip code\"\r\n\t}]\r\n}"}],"_postman_id":"0a0b3ba0-5b23-4847-9970-67ede5298db1"},{"name":"payment/sale by credit_card","id":"79cca92c-9dc9-4c32-bd98-8cbef5e2367b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Request-Key","value":"{request_key}","type":"text"}],"url":"https://api.sikkasoft.com/v4/payment/sale","description":"<p>This endpoint processes a <strong>sale transaction using a credit card</strong> through the Sikka Payment Gateway.  </p>\n<p>It charges the customer’s credit card based on the provided card details and records the transaction in the payment gateway.  </p>\n<h6 id=\"headers\">Headers</h6>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"address1-optional\"><strong>address1</strong> <code>optional</code></h6>\n<blockquote>\n<p>Primary address </p>\n</blockquote>\n<h6 id=\"address2-optional\"><strong>address2</strong> <code>optional</code></h6>\n<blockquote>\n<p>Secondary address </p>\n</blockquote>\n<h6 id=\"card_number-required\"><strong>card_number</strong> <code>Required</code></h6>\n<blockquote>\n<p>Card Number </p>\n</blockquote>\n<h6 id=\"city-optional\"><strong>city</strong> <code>optional</code></h6>\n<blockquote>\n<p>City </p>\n</blockquote>\n<h6 id=\"cust_id-required\"><strong>cust_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>CustId (Customer ID) </p>\n</blockquote>\n<h6 id=\"cvv-optional\"><strong>cvv</strong> <code>optional</code></h6>\n<blockquote>\n<p>CVV </p>\n</blockquote>\n<h6 id=\"email-optional\"><strong>email</strong> <code>optional</code></h6>\n<blockquote>\n<p>Email id </p>\n</blockquote>\n<h6 id=\"expiration_month-required\"><strong>expiration_month</strong> <code>Required</code></h6>\n<blockquote>\n<p>Card expiration month </p>\n</blockquote>\n<h6 id=\"expiration_year-required\"><strong>expiration_year</strong> <code>Required</code></h6>\n<blockquote>\n<p>Card expiration year </p>\n</blockquote>\n<h6 id=\"guarantor_id-required\"><strong>guarantor_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"name-required\"><strong>name</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of customer </p>\n</blockquote>\n<h6 id=\"patient_id-required\"><strong>patient_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"phone-optional\"><strong>phone</strong> <code>optional</code></h6>\n<blockquote>\n<p>Phone number </p>\n</blockquote>\n<h6 id=\"provider_id-required\"><strong>provider_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"practice_id-required\"><strong>practice_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"state-optional\"><strong>state</strong> <code>optional</code></h6>\n<blockquote>\n<p>State </p>\n</blockquote>\n<h6 id=\"transaction_amount-required\"><strong>transaction_amount</strong> <code>Required</code></h6>\n<blockquote>\n<p>Total amount involved in the transaction </p>\n</blockquote>\n<h6 id=\"transaction_media-required\"><strong>transaction_media</strong> <code>Required</code></h6>\n<blockquote>\n<p>Credit Card </p>\n</blockquote>\n<h6 id=\"zipcode-optional\"><strong>zipcode</strong> <code>optional</code></h6>\n<blockquote>\n<p>Zip code </p>\n</blockquote>\n<h6 id=\"payment_provider-required\"><strong>payment_provider</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of the payment service provider </p>\n</blockquote>\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p><code>transaction_media</code> must always be <code>\"credit_card\"</code> for this endpoint to do transaction with credit card.</p>\n</li>\n<li><p>All sensitive card details are <strong>transmitted securely</strong> and handled per <strong>PCI DSS compliance</strong>.</p>\n</li>\n<li><p>Use tokenized card details via <code>billing_id</code> whenever possible to enhance security, refer to the <code>POST payment/sale</code> endpoint with <code>\"transaction_media\": \"billing_id\"</code>.</p>\n</li>\n<li><p>Once processed, transaction details will be stored in the Sikka Payment Gateway for reconciliation and reporting.</p>\n</li>\n<li><p>For ACH-based transactions, refer to the <code>POST payment/sale</code> endpoint with <code>\"transaction_media\": \"ach\"</code>.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v4","payment","sale"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"dbdc25f5-a408-489f-8172-80b9c435fd22","name":"paymennt/sale","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Request-Key","value":"{request_key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"address1\": \"address1\",\r\n\t\"address2\": \"address2\",\r\n\t\"card_number\": \"card_number\",\r\n\t\"city\": \"city\",\r\n\t\"cust_id\": \"cust_id\",\r\n\t\"cvv\": \"cvv\",\r\n\t\"email\": \"email\",\r\n\t\"expiration_month\": \"expiration_month(MM)\",\r\n\t\"expiration_year\": \"expiration_year(yyyy)\",\r\n\t\"guarantor_id\": \"guarantor_id\",\r\n\t\"name\": \"name\",\r\n\t\"patient_id\": \"patient_id\",\r\n\t\"phone\": \"phone\",\r\n\t\"practice_id\": \"practice_id\",\r\n\t\"provider_id\": \"provider_id\",\r\n\t\"state\": \"state\",\r\n\t\"transaction_amount\": \"transaction_amount(without $ sign, xx.xx)\",\r\n\t\"transaction_media\": \"credit_card\",\r\n\t\"zipcode\": \"zipcode\",\r\n\t\"payment_provider\": \"payment_provider\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/payment/sale"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\t\"offset\": \"0\",\r\n\t\"limit\": \"50\",\r\n\t\"total_count\": \"1\",\r\n\t\"execution_time\": \"1111\",\r\n\t\"pagination\": {\r\n\t\t\"first\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"previous\": \"\",\r\n\t\t\"current\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"next\": \"\",\r\n\t\t\"last\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\"\r\n\t},\r\n\t\"items\": [{\r\n\t\t\"address1\": \"address1\",\r\n\t\t\"address2\": \"address1\",\r\n\t\t\"api_host\": \"Q/P\",\r\n\t\t\"api_name\": \"POST sale\",\r\n\t\t\"authorization_code\": \"code\",\r\n\t\t\"avs_code\": \"avs code\",\r\n\t\t\"avs_code_description\": \"avs code description\",\r\n\t\t\"card_logo\": \"card_logo\",\r\n\t\t\"card_number_masked\": \"xxxx\",\r\n\t\t\"card_type\": \"card type, initial (M,V)\",\r\n\t\t\"city\": \"city\",\r\n\t\t\"cust_id\": \"cust id\",\r\n\t\t\"cvv\": \"cvv\",\r\n\t\t\"description\": \"payment provider response description\",\r\n\t\t\"email\": \"email\",\r\n\t\t\"encrypted\": \"false/true\",\r\n\t\t\"expiration_month\": \"MM\",\r\n\t\t\"expiration_year\": \"yy\",\r\n\t\t\"guarantor_id\": \"guarantor_id\",\r\n\t\t\"is_recurring_payment\": \"false/true\",\r\n\t\t\"is_sandbox\": \"true/false\",\r\n\t\t\"name\": \"name\",\r\n\t\t\"order_id\": \"order id\",\r\n\t\t\"patient_id\": \"patient id\",\r\n\t\t\"payment_provider\": \"payment_provider\",\r\n\t\t\"payment_provider_message\": \"payment provider message for reference\",\r\n\t\t\"phone\": \"phone number\",\r\n\t\t\"practice_id\": \"practice id\",\r\n\t\t\"provider_id\": \"provider id\",\r\n\t\t\"receipt_id\": \"receipt id\",\r\n\t\t\"reference_number\": \"reference number\",\r\n\t\t\"request_from_app\": \"app name as per API Portal\",\r\n\t\t\"response_code\": \"payment provider response code\",\r\n\t\t\"response_code_description\": \"payment provider response code description\",\r\n\t\t\"state\": \"state\",\r\n\t\t\"ticket\": \"ticket\",\r\n\t\t\"transaction_amount\": \"xx.xx\",\r\n\t\t\"transaction_date\": \"yyyy-MM-dd\",\r\n\t\t\"transaction_id\": \"transaction id\",\r\n\t\t\"transaction_media\": \"credit_card\",\r\n\t\t\"transaction_status\": \"status of transaction\",\r\n\t\t\"transaction_time\": \"HH:mm:ss\",\r\n\t\t\"transaction_type\": \"sale\",\r\n\t\t\"zipcode\": \"zip code\"\r\n\t}]\r\n}"}],"_postman_id":"79cca92c-9dc9-4c32-bd98-8cbef5e2367b"},{"name":"payment/sale by stored_card","id":"8d42f4c9-4d50-4e22-90b0-4e8ad13f4562","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Request-Key","value":"{request_key}","type":"text"}],"url":"https://api.sikkasoft.com/v4/payment/sale","description":"<p>This endpoint processes a <strong>sale transaction using stored credit card details</strong> via a previously created <strong>billing_id</strong> (tokenized card).  </p>\n<p>The transaction is securely executed through the Sikka Payment Gateway using the token reference, without requiring raw card details in the request.  </p>\n<p>Headers</p>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"address1-optional\"><strong>address1</strong> <code>optional</code></h6>\n<blockquote>\n<p>Primary address </p>\n</blockquote>\n<h6 id=\"address2-optional\"><strong>address2</strong> <code>optional</code></h6>\n<blockquote>\n<p>Secondary address </p>\n</blockquote>\n<h6 id=\"city-optional\"><strong>city</strong> <code>optional</code></h6>\n<blockquote>\n<p>City </p>\n</blockquote>\n<h6 id=\"cust_id-required\"><strong>cust_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>CustId (Customer ID) </p>\n</blockquote>\n<h6 id=\"email-optional\"><strong>email</strong> <code>optional</code></h6>\n<blockquote>\n<p>Email id </p>\n</blockquote>\n<h6 id=\"guarantor_id-required\"><strong>guarantor_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"name-required\"><strong>name</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of customer </p>\n</blockquote>\n<h6 id=\"patient_id-required\"><strong>patient_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"phone-optional\"><strong>phone</strong> <code>optional</code></h6>\n<blockquote>\n<p>Phone number </p>\n</blockquote>\n<h6 id=\"practice_id-required\"><strong>practice_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"provider_id-required\"><strong>provider_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"state-optional\"><strong>state</strong> <code>optional</code></h6>\n<blockquote>\n<p>State </p>\n</blockquote>\n<h6 id=\"transaction_amount-required\"><strong>transaction_amount</strong> <code>Required</code></h6>\n<blockquote>\n<p>Total amount involved in the transaction </p>\n</blockquote>\n<h6 id=\"transaction_media-required\"><strong>transaction_media</strong> <code>Required</code></h6>\n<blockquote>\n<p>Credit Card </p>\n</blockquote>\n<h6 id=\"zipcode-optional\"><strong>zipcode</strong> <code>optional</code></h6>\n<blockquote>\n<p>Zip code </p>\n</blockquote>\n<h6 id=\"payment_provider-required\"><strong>payment_provider</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of the payment service provider </p>\n</blockquote>\n<h6 id=\"billing_id-required\"><strong>billing_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Unique billing identifier of the stored card record </p>\n</blockquote>\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p><code>transaction_media</code> must always be set to <code>\"billing_id\"</code> for this endpoint.</p>\n</li>\n<li><p>The <code>billing_id</code> must be valid and active — expired or deleted profiles will result in a failure.</p>\n</li>\n<li><p>No sensitive card details are required or transmitted in this call, ensuring <strong>PCI DSS compliance</strong>.</p>\n</li>\n<li><p>The processed transaction will be recorded in the Sikka Payment Gateway for future reference and reporting.</p>\n</li>\n<li><p>For direct card transactions, refer to the <code>POST payment/sale</code> endpoint with <code>\"transaction_media\": \"credit_card\"</code>.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v4","payment","sale"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"a812d1f9-d7b7-491b-9364-d6c1e565b965","name":"paymennt/sale","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Request-Key","value":"{request_key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"address1\": \"address1\",\r\n\t\"address2\": \"address2\",\t\r\n\t\"city\": \"city\",\r\n\t\"cust_id\": \"cust_id\",\t\r\n\t\"email\": \"email\",\t\r\n\t\"guarantor_id\": \"guarantor_id\",\r\n\t\"name\": \"name\",\r\n\t\"patient_id\": \"patient_id\",\r\n\t\"phone\": \"phone\",\r\n\t\"practice_id\": \"practice_id\",\r\n\t\"provider_id\": \"provider_id\",\r\n\t\"state\": \"state\",\r\n\t\"transaction_amount\": \"transaction_amount(without $ sign, xx.xx)\",\r\n\t\"transaction_media\": \"billing_id\",\r\n\t\"zipcode\": \"zipcode\",\r\n\t\"payment_provider\": \"payment_provider\",\r\n    \"billing_id\": \"billing_id\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/payment/sale"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\t\"offset\": \"0\",\r\n\t\"limit\": \"50\",\r\n\t\"total_count\": \"1\",\r\n\t\"execution_time\": \"1111\",\r\n\t\"pagination\": {\r\n\t\t\"first\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"previous\": \"\",\r\n\t\t\"current\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"next\": \"\",\r\n\t\t\"last\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\"\r\n\t},\r\n\t\"items\": [{\r\n\t\t\"address1\": \"address1\",\r\n\t\t\"address2\": \"address1\",\r\n\t\t\"api_host\": \"Q/P\",\r\n\t\t\"api_name\": \"POST sale\",\r\n\t\t\"authorization_code\": \"code\",\r\n\t\t\"avs_code\": \"avs code\",\r\n\t\t\"avs_code_description\": \"avs code description\",\r\n\t\t\"card_logo\": \"card_logo\",\r\n\t\t\"card_number_masked\": \"xxxx\",\t\t\r\n\t\t\"city\": \"city\",\r\n\t\t\"cust_id\": \"cust id\",\r\n\t\t\"cvv\": \"cvv\",\r\n\t\t\"description\": \"payment provider response description\",\r\n\t\t\"email\": \"email\",\r\n\t\t\"encrypted\": \"false/true\",\r\n\t\t\"expiration_month\": \"MM\",\r\n\t\t\"expiration_year\": \"yy\",\r\n\t\t\"guarantor_id\": \"guarantor_id\",\r\n\t\t\"is_recurring_payment\": \"false/true\",\r\n\t\t\"is_sandbox\": \"true/false\",\r\n\t\t\"name\": \"name\",\r\n\t\t\"order_id\": \"order id\",\r\n\t\t\"patient_id\": \"patient id\",\r\n\t\t\"payment_provider\": \"payment_provider\",\r\n\t\t\"payment_provider_message\": \"payment provider message for reference\",\r\n\t\t\"phone\": \"phone number\",\r\n\t\t\"practice_id\": \"practice id\",\r\n\t\t\"provider_id\": \"provider id\",\r\n\t\t\"receipt_id\": \"receipt id\",\r\n\t\t\"reference_number\": \"reference number\",\r\n\t\t\"request_from_app\": \"app name as per API Portal\",\r\n\t\t\"response_code\": \"payment provider response code\",\r\n\t\t\"response_code_description\": \"payment provider response code description\",\r\n\t\t\"state\": \"state\",\r\n\t\t\"ticket\": \"ticket\",\r\n\t\t\"billing_id\": \"billing_id\",\r\n\t\t\"transaction_amount\": \"xx.xx\",\r\n\t\t\"transaction_date\": \"yyyy-MM-dd\",\r\n\t\t\"transaction_id\": \"transaction id\",\r\n\t\t\"transaction_media\": \"billing_id\",\r\n\t\t\"transaction_status\": \"status of transaction\",\r\n\t\t\"transaction_time\": \"HH:mm:ss\",\r\n\t\t\"transaction_type\": \"sale\",\r\n\t\t\"zipcode\": \"zip code\",\r\n\t\t\"issuer_id\": \"issuer_id\"\r\n\t}]\r\n}"}],"_postman_id":"8d42f4c9-4d50-4e22-90b0-4e8ad13f4562"},{"name":"payment/refund","id":"db3b1932-68e0-45e7-a760-89e8151f45ed","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Request-Key","value":"{request_key}","type":"text"}],"url":"https://api.sikkasoft.com/v4/payment/refund","description":"<p>The <strong>Refund API</strong> is used to process a refund for an existing, previously settled transaction in the <strong>Sikka Payment Gateway</strong>.</p>\n<p>Refunds are supported <strong>only for settled transactions</strong>. Unsettled transactions (those still in authorization or batching state) <strong>cannot</strong> be refunded.</p>\n<h4 id=\"key-rules\"><strong>Key Rules</strong></h4>\n<ol>\n<li><p><strong>Unsettled transactions cannot be refunded.</strong><br /> Refund requests made before settlement will be rejected.</p>\n</li>\n<li><p><strong>Only settled transactions can be refunded.</strong><br /> The original payment must have a completed settlement status.</p>\n</li>\n<li><p><strong>Partial refunds</strong> may be supported based on processor configuration.</p>\n</li>\n<li><p>Refunds are <strong>processed against the original payment method</strong> used for the transaction.</p>\n</li>\n</ol>\n<p>Headers</p>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"guarantor_id-required\"><strong>guarantor_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"patient_id-required\"><strong>patient_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-required\"><strong>provider_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"practice_id-required\"><strong>practice_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"cust_id-required\"><strong>cust_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>CustId (Customer ID) </p>\n</blockquote>\n<h6 id=\"zipcode-optional\"><strong>zipcode</strong> <code>optional</code></h6>\n<blockquote>\n<p>Zip code </p>\n</blockquote>\n<h6 id=\"name-required\"><strong>name</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of customer </p>\n</blockquote>\n<h6 id=\"transaction_amount-required\"><strong>transaction_amount</strong> <code>Required</code></h6>\n<blockquote>\n<p>Total amount involved in the transaction </p>\n</blockquote>\n<h6 id=\"original_transaction_id-required\"><strong>original_transaction_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>original transaction id which is being refunded </p>\n</blockquote>\n<h6 id=\"order_id-required\"><strong>order_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>generate order_id, format SPyyyyMMddhhmmssfffffff </p>\n</blockquote>\n<h6 id=\"payment_provider-required\"><strong>payment_provider</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of the payment service provider </p>\n</blockquote>\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p>Refund transactions will appear as separate entries in transaction reports with type <code>refund</code>.</p>\n</li>\n<li><p>Depending on the processor, settlement of refunds may take 1–3 business days.</p>\n</li>\n<li><p>Ensure that <strong>original_transaction_id</strong> and <strong>order_id</strong> belong to the same app context (App ID, Master ID, API Host).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v4","payment","refund"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"0333c688-94b6-4e2b-9ded-0ebc14e2c54c","name":"paymennt/refund","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Request-Key","value":"{request_key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"guarantor_id\": \"guarantor_id\",\r\n    \"patient_id\": \"patient_id\",\r\n    \"provider_id\": \"provider_id\",\r\n    \"practice_id\": \"practice_id\",\r\n    \"cust_id\": \"cust_id\",\r\n    \"zipcode\": \"zipcode\",\r\n    \"name\": \"name\",\r\n    \"transaction_amount\": \"transaction_amount(without $ sign, xx.xx)\",\r\n    \"original_transaction_id\": \"original transaction id which is being refunded\",\r\n    \"order_id\": \"order_id of original_transaction_id\",\r\n    \"payment_provider\": \"payment_provider\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/payment/refund"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\t\"offset\": \"0\",\r\n\t\"limit\": \"50\",\r\n\t\"total_count\": \"1\",\r\n\t\"execution_time\": \"1111\",\r\n\t\"pagination\": {\r\n\t\t\"first\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"previous\": \"\",\r\n\t\t\"current\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"next\": \"\",\r\n\t\t\"last\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\"\r\n\t},\r\n\t\"items\": [{\r\n\t\t\"api_host\": \"Q/P\",\r\n\t\t\"authorization_code\": \"code\",\r\n\t\t\"avs_code\": \"avs code\",\r\n\t\t\"avs_code_description\": \"avs code description\",\r\n\t\t\"card_logo\": \"card_logo\",\r\n\t\t\"card_number_masked\": \"xxxx\",\r\n\t\t\"cust_id\": \"cust id\",\r\n\t\t\"description\": \"payment provider response description\",\r\n\t\t\"guarantor_id\": \"guarantor_id\",\r\n\t\t\"name\": \"name\",\r\n\t\t\"order_id\": \"order id\",\r\n\t\t\"patient_id\": \"patient id\",\r\n\t\t\"payment_provider\": \"payment_provider\",\r\n\t\t\"payment_provider_message\": \"payment provider message for reference\",\r\n\t\t\"practice_id\": \"practice id\",\r\n\t\t\"provider_id\": \"provider id\",\r\n\t\t\"reference_number\": \"reference number\",\r\n\t\t\"request_from_app\": \"app name as per API Portal\",\r\n\t\t\"response_code\": \"payment provider response code\",\r\n\t\t\"response_code_description\": \"payment provider response code description\",\r\n\t\t\"ticket\": \"ticket\",\r\n\t\t\"transaction_amount\": \"xx.xx\",\r\n\t\t\"transaction_date\": \"yyyy-MM-dd\",\r\n\t\t\"transaction_id\": \"transaction id\",\r\n\t\t\"transaction_status\": \"status of transaction\",\r\n\t\t\"transaction_time\": \"HH:mm:ss\",\r\n\t\t\"zipcode\": \"zip code\",\r\n\t\t\"ticket_number\": \"ticket_number\",\r\n\t\t\"payment_type\": \"payment_type\",\r\n\t\t\"office_id\": \"office_id\",\r\n\t\t\"api_name\": \"POST refund\",\r\n\t\t\"transaction_type\": \"refund\",\r\n\t\t\"chain_id\": \"chain_id\",\r\n\t\t\"is_chain_head\": \"false/true\",\r\n\t\t\"status_code\": \"status_code\",\r\n\t\t\"status_message\": \"status_message\",\r\n\t\t\"app_id\": \"app_id\",\r\n\t\t\"sikkapay_reference_number\": \"sikkapay_reference_number\"\r\n\t}]\r\n}"}],"_postman_id":"db3b1932-68e0-45e7-a760-89e8151f45ed"},{"name":"payment/refund2","id":"404e269d-6fdf-4fe9-8f8f-ae3f837fcfc2","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Request-Key","value":"{request_key}","type":"text"}],"url":"https://api.sikkasoft.com/v4/payment/refund2","description":"<p>The <strong>Refund2 API</strong> is a <strong>standalone refund endpoint</strong> that allows issuing a refund directly to a provided credit card <strong>without referencing an existing settled transaction</strong>.</p>\n<p>⚠️ <strong>Note:</strong> Additional configuration may be required on the payment processor side to enable standalone refunds.</p>\n<h4 id=\"key-characteristics\"><strong>Key Characteristics</strong></h4>\n<ol>\n<li><p>This endpoint does <strong>not require</strong> an existing transaction ID.</p>\n</li>\n<li><p>The refund is issued <strong>directly to the provided credit card</strong> details.</p>\n</li>\n<li><p>Supported only for <strong>credit card</strong> transactions.</p>\n</li>\n<li><p>Processor configuration must support <strong>standalone credit refunds</strong></p>\n</li>\n</ol>\n<p>Headers</p>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"guarantor_id-required\"><strong>guarantor_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"patient_id-required\"><strong>patient_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-required\"><strong>provider_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"practice_id-required\"><strong>practice_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"cust_id-required\"><strong>cust_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>CustId (Customer ID) </p>\n</blockquote>\n<h6 id=\"zipcode-optional\"><strong>zipcode</strong> <code>optional</code></h6>\n<blockquote>\n<p>Zip code </p>\n</blockquote>\n<h6 id=\"name-required\"><strong>name</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of customer </p>\n</blockquote>\n<h6 id=\"card_number-required\"><strong>card_number</strong> <code>Required</code></h6>\n<blockquote>\n<p>Card Number </p>\n</blockquote>\n<h6 id=\"expiration_month-required\"><strong>expiration_month</strong> <code>Required</code></h6>\n<blockquote>\n<p>Card expiration month </p>\n</blockquote>\n<h6 id=\"expiration_year-required\"><strong>expiration_year</strong> <code>Required</code></h6>\n<blockquote>\n<p>Card expiration year </p>\n</blockquote>\n<h6 id=\"transaction_amount-required\"><strong>transaction_amount</strong> <code>Required</code></h6>\n<blockquote>\n<p>amount of the transaction, format without $ sign, xx.xx </p>\n</blockquote>\n<h6 id=\"payment_provider-optional\"><strong>payment_provider</strong> <code>optional</code></h6>\n<blockquote>\n<p>Name of the payment service provider </p>\n</blockquote>\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p>This API is <strong>independent of prior sales</strong> and will not validate against previous transaction IDs.</p>\n</li>\n<li><p>Ensure the processor supports standalone refunds; otherwise, this request may fail.</p>\n</li>\n<li><p>Refunds will appear in reporting with transaction type <code>refund2</code>.</p>\n</li>\n<li><p>Settlement timelines may vary by processor (typically 1–3 business days).</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v4","payment","refund2"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"c8bbb534-f667-4d32-8b23-24c0dda6ecb8","name":"payment/refund2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Request-Key","value":"{request_key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"guarantor_id\": \"guarantor_id\",\r\n    \"patient_id\": \"patient_id\",\r\n    \"provider_id\": \"provider_id\",\r\n    \"practice_id\": \"practice_id\",\r\n    \"cust_id\": \"cust_id\",\r\n    \"zipcode\": \"zipcode\",\r\n    \"name\": \"name\",\r\n\t\"card_number\": \"card_number\",\r\n\t\"expiration_month\": \"expiration_month(MM)\",\r\n\t\"expiration_year\": \"expiration_year(yyyy)\",\r\n    \"transaction_amount\": \"transaction_amount(without $ sign, xx.xx)\",\r\n    \"payment_provider\": \"payment_provider\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/payment/refund2"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\t\"offset\": \"0\",\r\n\t\"limit\": \"50\",\r\n\t\"total_count\": \"1\",\r\n\t\"execution_time\": \"1111\",\r\n\t\"pagination\": {\r\n\t\t\"first\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"previous\": \"\",\r\n\t\t\"current\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"next\": \"\",\r\n\t\t\"last\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\"\r\n\t},\r\n\t\"items\": [{\r\n\t\t\"address1\": \"address1\",\r\n\t\t\"address2\": \"address2\",\r\n\t\t\"api_host\": \"Q/P\",\r\n\t\t\"api_name\": \"POST refund2\",\r\n\t\t\"app_id\": \"app_id\",\r\n\t\t\"bank_amount\": \"bank_amount\",\r\n\t\t\"authorization_code\": \"code\",\r\n\t\t\"card_logo\": \"card_logo\",\r\n\t\t\"card_number_masked\": \"xxxx\",\r\n\t\t\"chain_id\": \"chain_id\",\r\n\t\t\"city\": \"city\",\r\n\t\t\"cust_id\": \"cust id\",\r\n\t\t\"description\": \"payment provider response description\",\r\n\t\t\"email\": \"email\",\r\n\t\t\"expiration_month\": \"expiration_month\",\r\n\t\t\"expiration_year\": \"expiration_year\",\r\n\t\t\"guarantor_id\": \"guarantor_id\",\r\n\t\t\"is_chain_head\": \"false/true\",\r\n\t\t\"name\": \"name\",\r\n\t\t\"office_id\": \"office_id\",\r\n\t\t\"order_id\": \"order id\",\r\n\t\t\"original_transaction_id\": \"original_transaction_id\",\r\n\t\t\"patient_id\": \"patient id\",\r\n\t\t\"payment_provider\": \"payment_provider\",\r\n\t\t\"payment_provider_message\": \"payment provider message for reference\",\r\n\t\t\"phone\": \"phone\",\r\n\t\t\"practice_id\": \"practice id\",\r\n\t\t\"provider_id\": \"provider id\",\t\t\r\n\t\t\"request_from_app\": \"app name as per API Portal\",\r\n\t\t\"request_status\": \"request_status\",\r\n\t\t\"response_code\": \"payment provider response code\",\r\n\t\t\"response_code_description\": \"payment provider response code description\",\r\n\t\t\"sikkapay_reference_number\": \"sikkapay_reference_number\",\r\n\t\t\"state\": \"state\",\r\n\t\t\"ticket\": \"ticket\",\r\n\t\t\"ticket_number\": \"ticket_number\",\r\n\t\t\"transaction_amount\": \"xx.xx\",\r\n\t\t\"transaction_date\": \"yyyy-MM-dd\",\r\n\t\t\"transaction_id\": \"transaction id\",\r\n\t\t\"transaction_media\": \"transaction_media\",\r\n\t\t\"transaction_status\": \"status of transaction\",\r\n\t\t\"transaction_time\": \"HH:mm:ss\",\r\n\t\t\"transaction_type\": \"refund2\",\r\n\t\t\"zipcode\": \"zip code\"\r\n\t}]\r\n}"}],"_postman_id":"404e269d-6fdf-4fe9-8f8f-ae3f837fcfc2"},{"name":"payment/void","id":"6d714cb1-168b-48b1-a878-af485b5a3d1a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"accept":true,"host":true,"accept-encoding":true,"connection":true}},"request":{"method":"POST","header":[{"key":"Request-Key","value":"{request_key}","type":"text"}],"url":"https://api.sikkasoft.com/v4/payment/void","description":"<p>The <strong>Void API</strong> allows canceling an <strong>unsettled transaction</strong> before it has been captured or settled at the payment processor.  </p>\n<h4 id=\"key-characteristics\"><strong>Key Characteristics</strong></h4>\n<ol>\n<li><p>Only <strong>unsettled transactions</strong> can be voided.</p>\n</li>\n<li><p><strong>Settled transactions cannot</strong> be voided — use the <strong>Refund API</strong> instead.</p>\n</li>\n<li><p>The void operation <strong>cancels the original transaction</strong> entirely and prevents any charges from appearing on the customer’s statement.</p>\n</li>\n</ol>\n<p>Headers</p>\n<h6 id=\"request-key-required\">Request-Key <code>Required</code></h6>\n<blockquote>\n<p>A Valid 32 characters alpha-numeric request key </p>\n</blockquote>\n<h6 id=\"parameters\">Parameters</h6>\n<h6 id=\"guarantor_id-required\"><strong>guarantor_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Guarantor ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"patient_id-required\"><strong>patient_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Patient ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"provider_id-required\"><strong>provider_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Provider ID as per the practice management system </p>\n</blockquote>\n<h6 id=\"practice_id-required\"><strong>practice_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Practice ID of office </p>\n</blockquote>\n<h6 id=\"cust_id-required\"><strong>cust_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>Cust ID (Customer ID) </p>\n</blockquote>\n<h6 id=\"zipcode-optional\"><strong>zipcode</strong> <code>optional</code></h6>\n<blockquote>\n<p>Zip code </p>\n</blockquote>\n<h6 id=\"name-required\"><strong>name</strong> <code>Required</code></h6>\n<blockquote>\n<p>Name of customer </p>\n</blockquote>\n<h6 id=\"original_transaction_id-required\"><strong>original_transaction_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>original transaction id which is being refunded </p>\n</blockquote>\n<h6 id=\"order_id-required\"><strong>order_id</strong> <code>Required</code></h6>\n<blockquote>\n<p>order_id of original_transaction_id </p>\n</blockquote>\n<h6 id=\"payment_provider-optional\"><strong>payment_provider</strong> <code>optional</code></h6>\n<blockquote>\n<p>Name of the payment service provider </p>\n</blockquote>\n<h4 id=\"notes\"><strong>Notes</strong></h4>\n<ul>\n<li><p>If the transaction has already settled, this API will return an error stating it <strong>cannot be voided</strong>.</p>\n</li>\n<li><p>For <strong>settled</strong> transactions, use <a href=\"#post-payment-refund\"><code>POST payment/refund</code></a> or <a href=\"#post-payment-refund2\"><code>POST payment/refund2</code></a>.</p>\n</li>\n<li><p>Voided transactions are immediately marked as <strong>canceled</strong> and will not appear in settlement batches.</p>\n</li>\n<li><p>Typically used for same-day reversals or customer-initiated cancellations.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v4","payment","void"],"host":["api","sikkasoft","com"],"query":[],"variable":[]}},"response":[{"id":"1c3925ef-f511-4121-a4c3-15610b956eb3","name":"payment/void","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Request-Key","value":"{request_key}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"guarantor_id\": \"guarantor_id\",\r\n    \"patient_id\": \"patient_id\",\r\n    \"provider_id\": \"provider_id\",\r\n    \"practice_id\": \"practice_id\",\r\n    \"cust_id\": \"cust_id\",\r\n    \"zipcode\": \"zipcode\",\r\n    \"name\": \"name\",\r\n    \"original_transaction_id\": \"original transaction id which is being refunded\",\r\n    \"order_id\": \"order_id of original_transaction_id\",\r\n    \"payment_provider\": \"payment_provider\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sikkasoft.com/v4/payment/void"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n\t\"offset\": \"0\",\r\n\t\"limit\": \"50\",\r\n\t\"total_count\": \"1\",\r\n\t\"execution_time\": \"1111\",\r\n\t\"pagination\": {\r\n\t\t\"first\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"previous\": \"\",\r\n\t\t\"current\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\",\r\n\t\t\"next\": \"\",\r\n\t\t\"last\": \"http://api.sikkasoft.com/v4/payment/transactions?offset=0&limit=50\"\r\n\t},\r\n\t\"items\": [{\r\n\t\t\"address1\": \"address1\",\r\n\t\t\"address2\": \"address2\",\r\n\t\t\"api_host\": \"Q/P\",\r\n\t\t\"api_name\": \"POST void\",\r\n\t\t\"app_id\": \"app_id\",\r\n\t\t\"bank_amount\": \"bank_amount\",\r\n\t\t\"authorization_code\": \"code\",\r\n\t\t\"card_logo\": \"card_logo\",\r\n\t\t\"card_number_masked\": \"xxxx\",\r\n\t\t\"chain_id\": \"chain_id\",\r\n\t\t\"city\": \"city\",\r\n\t\t\"cust_id\": \"cust id\",\r\n\t\t\"description\": \"payment provider response description\",\r\n\t\t\"email\": \"email\",\r\n\t\t\"expiration_month\": \"expiration_month\",\r\n\t\t\"expiration_year\": \"expiration_year\",\r\n\t\t\"guarantor_id\": \"guarantor_id\",\r\n\t\t\"is_chain_head\": \"false/true\",\r\n\t\t\"name\": \"name\",\r\n\t\t\"office_id\": \"office_id\",\r\n\t\t\"order_id\": \"order id\",\r\n\t\t\"original_transaction_id\": \"original_transaction_id\",\r\n\t\t\"patient_id\": \"patient id\",\r\n\t\t\"payment_provider\": \"payment_provider\",\r\n\t\t\"payment_provider_message\": \"payment provider message for reference\",\r\n\t\t\"phone\": \"phone\",\r\n\t\t\"practice_id\": \"practice id\",\r\n\t\t\"provider_id\": \"provider id\",\t\t\r\n\t\t\"request_from_app\": \"app name as per API Portal\",\r\n\t\t\"request_status\": \"request_status\",\r\n\t\t\"response_code\": \"payment provider response code\",\r\n\t\t\"response_code_description\": \"payment provider response code description\",\r\n\t\t\"sikkapay_reference_number\": \"sikkapay_reference_number\",\r\n\t\t\"state\": \"state\",\r\n\t\t\"ticket\": \"ticket\",\r\n\t\t\"ticket_number\": \"ticket_number\",\r\n\t\t\"transaction_amount\": \"xx.xx\",\r\n\t\t\"transaction_date\": \"yyyy-MM-dd\",\r\n\t\t\"transaction_id\": \"transaction id\",\r\n\t\t\"transaction_media\": \"transaction_media\",\r\n\t\t\"transaction_status\": \"status of transaction\",\r\n\t\t\"transaction_time\": \"HH:mm:ss\",\r\n\t\t\"transaction_type\": \"void\",\r\n\t\t\"zipcode\": \"zip code\"\r\n\t}]\r\n}"}],"_postman_id":"6d714cb1-168b-48b1-a878-af485b5a3d1a"}],"id":"3e9d5667-6da5-4eea-99de-6b044a38da95","_postman_id":"3e9d5667-6da5-4eea-99de-6b044a38da95","description":""},{"name":"GoHighLevel integration","item":[],"id":"954f4172-94de-4f14-b497-4cb9132f7be6","description":"<h2 id=\"pms---gohighlevel-data-sync-configuration-documentation\"><strong>PMS - GoHighLevel Data Sync Configuration Documentation</strong></h2>\n<h3 id=\"📌-overview\"><strong>📌 Overview</strong></h3>\n<p>This section outlines the essential steps required to configure the integration between the Practice Management Software (PMS) and GoHighLevel (GHL) through Sikka Sync App. Follow each step carefully to ensure a smooth setup and data synchronization process.</p>\n<p><a href=\"https://centraldata.s3.us-east-1.amazonaws.com/images/api_partner_logos/GHL-PMS-Demo-Integration-Video.mp4\">GHL PMS Demo Integration</a></p>\n<hr />\n<h2 id=\"step-1--set-up-workflows-in-gohighlevel-ghl\"><strong>Step 1 : Set Up Workflows in GoHighLevel (GHL)</strong></h2>\n<h3 id=\"11-configure-inbound-and-outbound-workflows\"><strong>1.1 Configure Inbound and Outbound Workflows</strong></h3>\n<ul>\n<li><p><strong>Inbound Workflows</strong>:These are used to receive data from the PMS (such as new or<br />  updated patient and appointment information).</p>\n</li>\n<li><p><strong>Outbound Workflows</strong>: These are used to send appointment updates and confirmations<br />  back to the PMS.</p>\n</li>\n</ul>\n<p>Please find the link to the GHL Snapshot for the GHL workflows (inbound and outbound). Import both workflows from this link to your sub-account, which handles the new data sync of patients and appointments.</p>\n<p><a href=\"https://affiliates.gohighlevel.com/?fp_ref=sikka-test18&amp;share=LI3DMK7H5bkHzwCJj8Np\">GHL Workflow Snapshot</a></p>\n<p>When setting up a new workflow, ensure all triggers,mappings and actions are properly defined.<br />The webhook URLs must be saved correctly to enable seamless data flow between systems.</p>\n<h3 id=\"inbound-workflow-in-ghl\"><strong>Inbound Workflow in GHL</strong></h3>\n<img src=\"https://centraldata.s3.us-east-1.amazonaws.com/images/api_partner_logos/GoHighLevelIntegration-1.png\" />\n\n<h3 id=\"outbound-workflow-in-ghl\"><strong>Outbound Workflow in GHL</strong></h3>\n<img src=\"https://centraldata.s3.us-east-1.amazonaws.com/images/api_partner_logos/GoHighLevelIntegration-2.png\" />\n\n<hr />\n<h2 id=\"step-2--install-the-sikka-platform-utility-spu\"><strong>Step 2 : Install the Sikka Platform Utility (SPU)</strong></h2>\n<h3 id=\"21-install-spu\"><strong>2.1 Install SPU</strong></h3>\n<p>The Sikka Platform Utility (SPU), which facilitates the data sync process needs to be installed<br />where your PMS is hosted. A member of our CSO team can assist you with the SPU installation<br />process.</p>\n<img src=\"https://centraldata.s3.us-east-1.amazonaws.com/images/api_partner_logos/GoHighLevelIntegration-3.png\" />\n\n<hr />\n<h2 id=\"step-3--configure-the-ghl-configurations-in-api-portal\"><strong>Step 3 : Configure the GHL Configurations in API Portal</strong></h2>\n<h3 id=\"31-setup-inbound-url-and-api-keys\"><strong>3.1 Setup Inbound URL and API Keys</strong></h3>\n<ul>\n<li><p>Navigate to the Sikka ‘s API portal<br />  (<a href=\"https://api.sikkasoft.com/v4/portal/authentication/login\">https://api.sikkasoft.com/v4/portal/authentication/login</a>)</p>\n</li>\n<li><p>Go to Settings -&gt; GoHighLevel Configuration</p>\n</li>\n</ul>\n<img src=\"https://centraldata.s3.us-east-1.amazonaws.com/images/api_partner_logos/GoHighLevelIntegration-4.png\" />\n\n<ul>\n<li>Select your <strong>‘Application’</strong> and click on ‘Configure’ for your practice.</li>\n</ul>\n<img src=\"https://centraldata.s3.us-east-1.amazonaws.com/images/api_partner_logos/GoHighLevelIntegration-5.png\" />\n\n<ul>\n<li>Enter the GHL field details configured in your GHL app workflow into this form.Follow the steps below to copy the Inbound URL and Location ID, and click <strong>‘Save Configuration’</strong> to complete the setup.</li>\n</ul>\n<p>Copy the inbound URL from GHL inbound workflow.</p>\n<img src=\"https://centraldata.s3.us-east-1.amazonaws.com/images/api_partner_logos/GoHighLevelIntegration-6.png\" />\n\n<p>Copy the location ID from the GHL app</p>\n<img src=\"https://centraldata.s3.us-east-1.amazonaws.com/images/api_partner_logos/GoHighLevelIntegration-7.png\" />\n\n<p>Enter all the details gathered in the GHL Configuration form on the API Portal and click<br />on save.</p>\n<img src=\"https://centraldata.s3.us-east-1.amazonaws.com/images/api_partner_logos/GoHighLevelIntegration-8.png\" />\n\n<p><strong>Note:</strong> Operatory and Provider configured here become global defaults and will apply to every<br />write-back in this practice.</p>\n<ul>\n<li>Map all the 6 GHL status to your PMS description(Example: \"Cancelled\" in GHL should correspond to \"Broken\" in PMS).Please note that based on the status that you map here,the system will use when posting appointment-status updates <strong>back to the PMS.</strong> Incorrect mappings can lead to mismatched updates.Please <strong>‘Save Status Mappings’</strong> before closing the modal.</li>\n</ul>\n<img src=\"https://centraldata.s3.us-east-1.amazonaws.com/images/api_partner_logos/GoHighLevelIntegration-9.png\" />\n\n<hr />\n<h2 id=\"step-4--configure-the-webhook-url-in-the-api-portal\"><strong>Step 4 : Configure the Webhook URL in the API Portal</strong></h2>\n<p>Please reach out to the Sikka Support team for the webhook URL and complete the configuration on your end.</p>\n<img src=\"https://centraldata.s3.us-east-1.amazonaws.com/images/api_partner_logos/GoHighLevelIntegration-10.png\" />\n\n<hr />\n<h2 id=\"step-5--configure-calendar-availability-in-ghl-optional\"><strong>Step 5 : Configure Calendar Availability in GHL (Optional)</strong></h2>\n<h3 id=\"11-set-calendar-availability-in-ghl\"><strong>1.1 Set Calendar Availability in GHL</strong></h3>\n<ul>\n<li><p>Log in to GHL sub account and navigate to <strong>Calendars &gt; Settings.</strong></p>\n</li>\n<li><p>Set the working hours, time zones, and available appointment slots for each day of the week.</p>\n</li>\n<li><p>Make sure these match the actual office schedule to avoid conflicts or scheduling issues.</p>\n</li>\n</ul>\n<p>The current integration enables two-way data sync between the PMS and GoHighLevel (GHL).<br />New and updated patients and appointments are pushed from the PMS to GHL, while all new<br />and updated appointments are written back to the PMS.</p>\n<p>By default, new appointments created in the PMS via writeback are assigned a default<br />status—<strong>‘Scheduled’</strong> for OpenDental.</p>\n<p>For Dentrix PMS, broken appointment writeback is currently not supported. This can be<br />implemented upon request if needed.</p>\n<p>For rescheduled appointments in PMS, the update is posted in GHL by canceling the existing<br />appointment and creating a new one at the rescheduled time. When an appointment is<br />rescheduled in GHL, it cannot be written back to the PMS as GHL does not have a specific<br />status to identify rescheduled appointments.</p>\n<p>Please create new patients in GHL or PMS with first name, last name and email as necessary<br />fields as we are using patients as unique combinations of first name, last name and email.</p>\n<p><strong>Support for new patient write‑back now exists, though it is subject to timing constraints due to the SPU’s refresh cycle.</strong></p>\n<hr />\n<h2 id=\"⚠-timing-limitations-in-gohighlevel\"><strong>⚠ Timing limitations in GoHighLevel</strong></h2>\n<ul>\n<li><p>The SPU refreshes every 15 minutes, so if a <strong>new patient</strong> is created in GHL and an<br />  appointment is scheduled for them <strong>within the same 15-minute window</strong> (before the<br />  data sync) , the appointment write-back may not complete in time.</p>\n</li>\n<li><p>Likewise, if an <strong>appointment’s status</strong> is changed within 15 minutes of creation in GHL<br />  (before the data sync), that update may not be captured.</p>\n</li>\n</ul>\n","_postman_id":"954f4172-94de-4f14-b497-4cb9132f7be6"}],"id":"603347df-cf60-4fcd-ab4c-9e047b36756d","description":"<h2 id=\"httpsapisikkasoftcomv4\"><a href=\"https://api.sikkasoft.com/v4\">https://api.sikkasoft.com/v4</a></h2>\n","_postman_id":"603347df-cf60-4fcd-ab4c-9e047b36756d"},{"name":"MCP","item":[],"id":"2e3e7c7d-b4f1-460d-878a-9f77c843ec94","description":"<p>Connect Sikka API to external tools using the Model Context Protocol</p>\n<h2 id=\"what-is-mcp\">What is MCP?</h2>\n<p>The <strong>Model Context Protocol (MCP)</strong> is an open standard that lets Sikka API connect to external mcp and tools—like PowerBI MCP, Salesforce MCP or your internal APIs. Think of it as a universal connector for AI agents</p>\n<p><strong>Sikka AI API MCP Server</strong>, enabling AI agents to directly connect with Sikka’s comprehensive healthcare data platform.</p>\n<p>The MCP Server bridges AI and real-world clinical data—giving intelligent agents secure access to <strong>patient records, billing data, insurance details, and practice management information</strong> across <strong>dental, veterinary, optometry, and chiropractic</strong> practices.</p>\n<h2 id=\"why-it-matters\">Why It Matters</h2>\n<p>With <strong>50,000+ practice installations</strong> , Sikka.ai is the leading <strong>AI infrastructure provider for retail healthcare</strong>.</p>\n<p>Until now, connecting AI agents to the Sikka ONE API required custom development and complex documentation.</p>\n<p>The <strong>AI-API MCP Server</strong> eliminates that friction—providing <strong>plug-and-play connectivity</strong>, <strong>natural language access</strong>, and <strong>built-in guidance</strong> for standard healthcare workflows.</p>\n<h2 id=\"how-it-works\">How It Works</h2>\n<p>The MCP Server acts as an <strong>intelligent wrapper</strong> around the Sikka ONE API.</p>\n<p>Your AI agent sends a <strong>single natural language prompt</strong>, and the server translates it into the appropriate REST API calls.</p>\n<h3 id=\"supported-workflows\">Supported Workflows</h3>\n<ul>\n<li><p>Retrieve patient demographics or treatment history</p>\n</li>\n<li><p>Check appointment availability and open slots</p>\n</li>\n<li><p>Verify insurance eligibility and balances</p>\n</li>\n<li><p>Fetch transactions, production, or KPIs for business analytics</p>\n</li>\n</ul>\n<h3 id=\"core-features\">Core Features</h3>\n<ul>\n<li><p>✅ <strong>Natural Language Understanding</strong></p>\n</li>\n<li><p>✅ <strong>Contextual Awareness</strong></p>\n</li>\n<li><p>✅ <strong>Unified Access Across PMS Systems</strong></p>\n</li>\n<li><p>✅ <strong>Self-Service API Discovery</strong></p>\n</li>\n<li><p>✅ <strong>Tool-Specific Routing</strong></p>\n</li>\n<li><p>✅ <strong>KPI Aliases</strong></p>\n</li>\n<li><p>✅ <strong>RQL Support</strong></p>\n</li>\n<li><p>✅ <strong>PQL Support</strong></p>\n</li>\n</ul>\n<hr />\n<h2 id=\"🔌-how-to-connect\">🔌 How to Connect</h2>\n<p>The MCP server is part of <strong>Sikka’s secure healthcare infrastructure</strong>, compliant with HIPAA and PHI handling standards.</p>\n<h4 id=\"authentication\">Authentication</h4>\n<h5 id=\"app-credentials--for-support-apis--authorized-practices-and-generate-request-key-\">App Credentials ( For support apis , authorized practices and generate request key )</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://api.sikkasoft.com/v4/mcp/query\nheaders = {\n   'App-Id': 'your_app_id'\n   'App-Key': 'your_app_key'\n   'Content-Type': 'application/json'\n}\nBody  \n{\n   \"question\":\"Generate reqeust key for Dxxxx secret key is xxxxxxxxxxxxx\"\n}\n\n</code></pre><p>🔑 In response you will get request key for practice.</p>\n<h5 id=\"request-key-recommended-for-core-apis\">Request Key (Recommended for core apis)</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://api.sikkasoft.com/v4/mcp/query\nheaders = {\n  'Request-Key': 'your_practice_request_key',\n  'Content-Type': 'application/json'\n}\n\n</code></pre><p>🔑 Replace <code>your_practice_request_key</code> with the actual request key generated from POST request_key</p>\n<h4 id=\"request-format\">Request Format</h4>\n<h5 id=\"basic-query\">Basic Query</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://api.sikkasoft.com/v4/mcp/query\nheaders = {\n   'request-key': 'request_key'\n   'Content-Type': 'application/json'\n}\nBody \n{\n  \"question\": \"show me patients\"\n}\n\n</code></pre><h5 id=\"with-tool-specification\">With Tool Specification</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://api.sikkasoft.com/v4/mcp/query\nheaders = {\n   'request-key': 'request_key'\n   'Content-Type': 'application/json'\n}\nBody \n{\n  \"question\": \"show me total production this month\",\n  \"tool_name\": \"kpi\"\n}\n\n</code></pre><h2 id=\"💬-example-queries\">💬 Example Queries</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Query</th>\n<th>What it Does</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>“Show all appointments for patient Sonia.”</td>\n<td>Retrieves all appointments linked to Sonia.</td>\n</tr>\n<tr>\n<td>“Verify insurance coverage for John Doe.”</td>\n<td>Checks payer eligibility for the patient.</td>\n</tr>\n<tr>\n<td>“Get billing history for patient ID 12345.”</td>\n<td>Returns payment transactions.</td>\n</tr>\n<tr>\n<td>“Show me confirmed appointments for tomorrow.”</td>\n<td>Lists next-day appointments by provider.</td>\n</tr>\n<tr>\n<td>“What are the KPIs for January 2025?”</td>\n<td>Fetches production and financial metrics.</td>\n</tr>\n<tr>\n<td>\"find me open slots for appointments\"</td>\n<td>Return all open appointment slots based on existing appointments , providers and operatory schedules.</td>\n</tr>\n</tbody>\n</table>\n</div><p>StartFragment</p>\n<h2 id=\"🚀-when-to-use-the-mcp-server\">🚀 When to Use the MCP Server</h2>\n<p>The MCP server is ideal for <strong>real-time AI workflows</strong> and <strong>intelligent healthcare agents</strong>:</p>\n<h3 id=\"use-cases\">Use Cases</h3>\n<ul>\n<li><p><strong>Patient Care Coordination</strong> – Unified patient view across visits and providers</p>\n</li>\n<li><p><strong>Revenue Cycle Automation</strong> – Automate claims, payments, and follow-ups</p>\n</li>\n<li><p><strong>Practice Intelligence</strong> – Generate instant insights with KPI queries</p>\n</li>\n</ul>\n<p>For <strong>bulk analytics or ETL workflows</strong>, use the <strong>direct Sikka ONE API endpoints</strong>.</p>\n<p>For <strong>no-code app building</strong>, explore <a href=\"https://sai.sikkasoft.com\">SAI ( Sikka Artificial Intelligence )</a>.</p>\n<h2 id=\"⚡-performance-and-scale\">⚡ Performance and Scale</h2>\n<p>Built on the same infrastructure serving tens of thousands of practices, Sikka MCP delivers:</p>\n<ul>\n<li><p><strong>99.9% uptime SLA</strong></p>\n</li>\n<li><p><strong>Enterprise-grade security</strong></p>\n</li>\n<li><p><strong>Healthcare-specific query optimization</strong></p>\n</li>\n<li><p><strong>Low-latency, real-time responses</strong></p>\n</li>\n</ul>\n","_postman_id":"2e3e7c7d-b4f1-460d-878a-9f77c843ec94"},{"name":"Writeback APIs","item":[],"id":"36a34db0-19c0-4260-9c1a-06ae49cb8abc","description":"<p>For more details, refer to the <a href=\"https://documenter.getpostman.com/view/1842814/TzCHCWFT\">Writeback API Documentation.</a></p>\n","_postman_id":"36a34db0-19c0-4260-9c1a-06ae49cb8abc"}],"event":[{"listen":"prerequest","script":{"id":"58c7b1bd-151d-470d-a972-527a366eb61c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"126d21e3-82df-4bbc-b757-30304c46dab0","type":"text/javascript","exec":[""]}}]}