{ "info": { "_postman_id": "b14d6219-3942-47fc-a21f-e8314fe82e7c", "name": "Practice API", "description": "Elation Health API v2.0\n\nContact Support:\n Name: Elation Health", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:35:00.000Z", "updatedAt": "2026-07-28T01:35:00.000Z", "lastUpdatedBy": "35240", "uid": "35240-b14d6219-3942-47fc-a21f-e8314fe82e7c" }, "item": [ { "name": "api", "item": [ { "name": "2.0", "item": [ { "name": "contacts", "item": [ { "name": "search", "item": [ { "name": "Search Contacts", "id": "f3a9e103-c9db-48e1-8c03-c30fd6e62cdf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/contacts/search/?city=&limit=&offset=&q=&specialties=&state=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", "search", "" ], "query": [ { "description": "The city to search for contacts.", "key": "city", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Contact name or fax number to look for.", "key": "q", "value": "" }, { "description": "Comma separated specialties to look for contacts. Examples: \"psychology,dental care\" or \"pharmacy\".", "key": "specialties", "value": "" }, { "description": "The state to search for contacts.", "key": "state", "value": "" } ] } }, "response": [ { "id": "49b7d3fb-cfbd-4148-b86f-5b56d9e8a72d", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/contacts/search/?city=&limit=&offset=&q=&specialties=&state=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", "search", "" ], "query": [ { "description": "The city to search for contacts.", "key": "city", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Contact name or fax number to look for.", "key": "q", "value": "" }, { "description": "Comma separated specialties to look for contacts. Examples: \"psychology,dental care\" or \"pharmacy\".", "key": "specialties", "value": "" }, { "description": "The state to search for contacts.", "key": "state", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"name\": \"\",\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address_line\": \"\",\n \"city\": \"\",\n \"contact_type\": \"\",\n \"direct_address\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"npi\": \"\",\n \"phone\": \"\",\n \"state\": \"\"\n },\n {\n \"name\": \"\",\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address_line\": \"\",\n \"city\": \"\",\n \"contact_type\": \"\",\n \"direct_address\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"npi\": \"\",\n \"phone\": \"\",\n \"state\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-49b7d3fb-cfbd-4148-b86f-5b56d9e8a72d" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-f3a9e103-c9db-48e1-8c03-c30fd6e62cdf" } ], "id": "37a8329a-06ee-4f3f-89fc-7aafbd2fe8f3", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-37a8329a-06ee-4f3f-89fc-7aafbd2fe8f3" }, { "name": "{id}", "item": [ { "name": "Delete Contact", "id": "546e8c24-f857-40fd-a37a-0fd958c6596e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/contacts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", ":id", "" ], "variable": [ { "id": "b86830c0-8976-4b74-8ec1-761db825f737", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "223ad5ee-a0be-46a8-9edb-3d5bc32ec616", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/contacts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-223ad5ee-a0be-46a8-9edb-3d5bc32ec616" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-546e8c24-f857-40fd-a37a-0fd958c6596e" }, { "name": "Retrieve Contact", "id": "2c39ce5c-bbae-40d3-b6a1-039e8ef09001", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/contacts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", ":id", "" ], "variable": [ { "id": "586103de-6ee7-4c46-8bad-efa2dd9497cf", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "9981b718-6c5f-4f88-8fd4-11787d720689", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/contacts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"contact_type\": \"\",\n \"credentials\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"practice\": \"\",\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address\": \"\",\n \"back_office_phone\": \"\",\n \"cell_phone\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"direct_address\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\",\n \"other_specialties\": [\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n ],\n \"phone\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"state\": \"\",\n \"suite\": \"\",\n \"user\": \"\",\n \"zip\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-9981b718-6c5f-4f88-8fd4-11787d720689" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-2c39ce5c-bbae-40d3-b6a1-039e8ef09001" }, { "name": "Partially Update Contact", "id": "1f772686-91ac-4750-a244-00e1ae9c5232", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address\": \"\",\n \"back_office_phone\": \"\",\n \"cell_phone\": \"\",\n \"city\": \"\",\n \"contact_type\": \"\",\n \"created_date\": \"\",\n \"credentials\": \"\",\n \"deleted_date\": \"\",\n \"direct_address\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\",\n \"other_specialties\": [\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n ],\n \"phone\": \"\",\n \"practice\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"state\": \"\",\n \"suite\": \"\",\n \"user\": \"\",\n \"zip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/contacts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", ":id", "" ], "variable": [ { "id": "6ec2f834-7f9d-435b-9d29-dd45e13c3d92", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "bb2f0700-801d-4fb3-8b62-8da89af0793c", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address\": \"\",\n \"back_office_phone\": \"\",\n \"cell_phone\": \"\",\n \"city\": \"\",\n \"contact_type\": \"\",\n \"created_date\": \"\",\n \"credentials\": \"\",\n \"deleted_date\": \"\",\n \"direct_address\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\",\n \"other_specialties\": [\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n ],\n \"phone\": \"\",\n \"practice\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"state\": \"\",\n \"suite\": \"\",\n \"user\": \"\",\n \"zip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/contacts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"contact_type\": \"\",\n \"credentials\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"practice\": \"\",\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address\": \"\",\n \"back_office_phone\": \"\",\n \"cell_phone\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"direct_address\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\",\n \"other_specialties\": [\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n ],\n \"phone\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"state\": \"\",\n \"suite\": \"\",\n \"user\": \"\",\n \"zip\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-bb2f0700-801d-4fb3-8b62-8da89af0793c" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-1f772686-91ac-4750-a244-00e1ae9c5232" }, { "name": "Update Contact", "id": "87521130-4c94-4cdc-9ed3-63647f2a6a68", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contact_type\": \"\",\n \"credentials\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"practice\": \"\",\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address\": \"\",\n \"back_office_phone\": \"\",\n \"cell_phone\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"direct_address\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\",\n \"other_specialties\": [\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n ],\n \"phone\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"state\": \"\",\n \"suite\": \"\",\n \"user\": \"\",\n \"zip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/contacts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", ":id", "" ], "variable": [ { "id": "97b3b443-3dfc-46f3-bc6a-55eabe9ddd05", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "55916d19-ff67-40ba-ae46-b962819f9158", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"contact_type\": \"\",\n \"credentials\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"practice\": \"\",\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address\": \"\",\n \"back_office_phone\": \"\",\n \"cell_phone\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"direct_address\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\",\n \"other_specialties\": [\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n ],\n \"phone\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"state\": \"\",\n \"suite\": \"\",\n \"user\": \"\",\n \"zip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/contacts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"contact_type\": \"\",\n \"credentials\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"practice\": \"\",\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address\": \"\",\n \"back_office_phone\": \"\",\n \"cell_phone\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"direct_address\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\",\n \"other_specialties\": [\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n ],\n \"phone\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"state\": \"\",\n \"suite\": \"\",\n \"user\": \"\",\n \"zip\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-55916d19-ff67-40ba-ae46-b962819f9158" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-87521130-4c94-4cdc-9ed3-63647f2a6a68" } ], "id": "da9a51e0-00c7-4a65-bceb-bc76fb4e53b0", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-da9a51e0-00c7-4a65-bceb-bc76fb4e53b0" }, { "name": "List Contacts", "id": "fe864150-951c-4a12-b9cd-eb8823e0b8ed", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/contacts/?limit=&npi=&npi=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The NPI of the contact.", "key": "npi", "value": "" }, { "description": "The NPI of the contact.", "key": "npi", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" } ] } }, "response": [ { "id": "19ff7212-6386-4889-b068-44285568f1b8", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/contacts/?limit=&npi=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The NPI of the contact.", "key": "npi", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"contact_type\": \"\",\n \"credentials\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"practice\": \"\",\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address\": \"\",\n \"back_office_phone\": \"\",\n \"cell_phone\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"direct_address\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\",\n \"other_specialties\": [\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n ],\n \"phone\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"state\": \"\",\n \"suite\": \"\",\n \"user\": \"\",\n \"zip\": \"\"\n },\n {\n \"contact_type\": \"\",\n \"credentials\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"practice\": \"\",\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address\": \"\",\n \"back_office_phone\": \"\",\n \"cell_phone\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"direct_address\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\",\n \"other_specialties\": [\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n ],\n \"phone\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"state\": \"\",\n \"suite\": \"\",\n \"user\": \"\",\n \"zip\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-19ff7212-6386-4889-b068-44285568f1b8" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-fe864150-951c-4a12-b9cd-eb8823e0b8ed" }, { "name": "Create Contact", "id": "6ed0f9e0-3e24-45f2-8752-3081f679eaaa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"contact_type\": \"\",\n \"credentials\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"practice\": \"\",\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address\": \"\",\n \"back_office_phone\": \"\",\n \"cell_phone\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"direct_address\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\",\n \"other_specialties\": [\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n ],\n \"phone\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"state\": \"\",\n \"suite\": \"\",\n \"user\": \"\",\n \"zip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/contacts/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", "" ] } }, "response": [ { "id": "e10d2632-74a4-48ae-b865-cd3c3d051293", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"contact_type\": \"\",\n \"credentials\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"practice\": \"\",\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address\": \"\",\n \"back_office_phone\": \"\",\n \"cell_phone\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"direct_address\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\",\n \"other_specialties\": [\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n ],\n \"phone\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"state\": \"\",\n \"suite\": \"\",\n \"user\": \"\",\n \"zip\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/contacts/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "contacts", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"contact_type\": \"\",\n \"credentials\": \"\",\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"middle_name\": \"\",\n \"practice\": \"\",\n \"accepting_insurance\": \"\",\n \"accepting_new_patients\": \"\",\n \"address\": \"\",\n \"back_office_phone\": \"\",\n \"cell_phone\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"direct_address\": \"\",\n \"email\": \"\",\n \"fax\": \"\",\n \"id\": \"\",\n \"is_elation_confirmed\": \"\",\n \"is_verified\": \"\",\n \"npi\": \"\",\n \"org_name\": \"\",\n \"other_specialties\": [\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n }\n ],\n \"phone\": \"\",\n \"specialty\": {\n \"abbreviation\": \"\",\n \"name\": \"\",\n \"category\": {\n \"name\": \"\",\n \"abbreviation\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n \"created_date\": \"\",\n \"id\": \"\",\n \"practice_created\": \"\"\n },\n \"state\": \"\",\n \"suite\": \"\",\n \"user\": \"\",\n \"zip\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-e10d2632-74a4-48ae-b865-cd3c3d051293" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-6ed0f9e0-3e24-45f2-8752-3081f679eaaa" } ], "id": "d6e35adc-eec4-4b4c-93a1-3d3fa3a1f738", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-d6e35adc-eec4-4b4c-93a1-3d3fa3a1f738" }, { "name": "delegate_permissions", "item": [ { "name": "{id}", "item": [ { "name": "Delete Delegate Permission", "id": "3409ff42-a751-46a2-8efa-2316a963c0d6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/delegate_permissions/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "delegate_permissions", ":id", "" ], "variable": [ { "id": "69b85365-50ac-4b53-827f-c96b39c35699", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "a09e65c3-c0ac-4e36-94c6-307d25a7002d", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/delegate_permissions/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "delegate_permissions", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-a09e65c3-c0ac-4e36-94c6-307d25a7002d" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-3409ff42-a751-46a2-8efa-2316a963c0d6" }, { "name": "Retrieve Delegate Permission", "id": "39dd1ec2-5009-43ce-b93a-8e4dd239d4fa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/delegate_permissions/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "delegate_permissions", ":id", "" ], "variable": [ { "id": "e4dd9be6-de11-4894-a675-a04e0440b36f", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "bec13731-5e43-4f33-a42a-84e7c5a9db30", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/delegate_permissions/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "delegate_permissions", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"delegate_user\": \"\",\n \"permission_type\": \"bills\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-bec13731-5e43-4f33-a42a-84e7c5a9db30" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-39dd1ec2-5009-43ce-b93a-8e4dd239d4fa" } ], "id": "fde078ef-36c3-42d6-a43e-ad4994b439f8", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-fde078ef-36c3-42d6-a43e-ad4994b439f8" }, { "name": "List Delegate Permissions", "id": "5e7c62f7-79e3-44b6-82dc-406017234a18", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/delegate_permissions/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "delegate_permissions", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ] } }, "response": [ { "id": "404cc84f-8813-4598-a6b4-22b5d9a9f05e", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/delegate_permissions/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "delegate_permissions", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"delegate_user\": \"\",\n \"permission_type\": \"orders\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n },\n {\n \"delegate_user\": \"\",\n \"permission_type\": \"messages\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-404cc84f-8813-4598-a6b4-22b5d9a9f05e" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-5e7c62f7-79e3-44b6-82dc-406017234a18" }, { "name": "Create Delegate Permission", "id": "33b3c11a-8eff-4407-8f56-7b227dc5d049", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"delegate_user\": \"\",\n \"permission_type\": \"bills\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/delegate_permissions/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "delegate_permissions", "" ] } }, "response": [ { "id": "c0767dc3-a321-4281-862a-ad7312acab65", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"delegate_user\": \"\",\n \"permission_type\": \"bills\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/delegate_permissions/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "delegate_permissions", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"delegate_user\": \"\",\n \"permission_type\": \"bills\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"created_date\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-c0767dc3-a321-4281-862a-ad7312acab65" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-33b3c11a-8eff-4407-8f56-7b227dc5d049" } ], "id": "1e7aa42f-5e13-43cc-aac0-09d35d30043c", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-1e7aa42f-5e13-43cc-aac0-09d35d30043c" }, { "name": "handouts", "item": [ { "name": "{id}", "item": [ { "name": "Delete Handout", "id": "654f0596-d005-4956-98c1-0c646fcbf274", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/handouts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "handouts", ":id", "" ], "variable": [ { "id": "5afa31e9-dedf-4240-a97c-0b0a08cd44a2", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "4f165b2c-d896-4fbe-ad86-7c805386d765", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/handouts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "handouts", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-4f165b2c-d896-4fbe-ad86-7c805386d765" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-654f0596-d005-4956-98c1-0c646fcbf274" }, { "name": "Retrieve Handout", "id": "ee982578-4092-45bf-a4ad-5c13237223b7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/handouts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "handouts", ":id", "" ], "variable": [ { "id": "8fe36980-5bbc-4043-bd9d-697fa03a8dfe", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "4a95b2d3-de10-434c-93dc-af0434b0fe42", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/handouts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "handouts", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {\n \"base64_content\": \"\",\n \"original_filename\": \"\",\n \"content_type\": \"\"\n },\n \"name\": \"\",\n \"practice_created\": \"\",\n \"type\": \"Patient Resource\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"received_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vis_barcode\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-4a95b2d3-de10-434c-93dc-af0434b0fe42" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-ee982578-4092-45bf-a4ad-5c13237223b7" }, { "name": "Partially Update Handout", "id": "43d4b2fe-506f-457f-806a-6ff9fcad5385", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"base64_content\": \"\",\n \"original_filename\": \"\",\n \"content_type\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"practice_created\": \"\",\n \"received_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"Patient Resource\",\n \"vis_barcode\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/handouts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "handouts", ":id", "" ], "variable": [ { "id": "403d7a58-95d2-4aa3-b67f-fd89f7decf88", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "2426ba5b-7801-412d-b408-9a7984c4c56c", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"base64_content\": \"\",\n \"original_filename\": \"\",\n \"content_type\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"practice_created\": \"\",\n \"received_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"type\": \"Patient Resource\",\n \"vis_barcode\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/handouts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "handouts", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {\n \"base64_content\": \"\",\n \"original_filename\": \"\",\n \"content_type\": \"\"\n },\n \"name\": \"\",\n \"practice_created\": \"\",\n \"type\": \"Patient Resource\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"received_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vis_barcode\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-2426ba5b-7801-412d-b408-9a7984c4c56c" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-43d4b2fe-506f-457f-806a-6ff9fcad5385" }, { "name": "Update Handout", "id": "34ecb05a-12d5-4f89-bc5d-c3abe34bd6f0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"base64_content\": \"\",\n \"original_filename\": \"\",\n \"content_type\": \"\"\n },\n \"name\": \"\",\n \"practice_created\": \"\",\n \"type\": \"Patient Resource\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"received_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vis_barcode\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/handouts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "handouts", ":id", "" ], "variable": [ { "id": "a1e2fde1-74e0-4ff4-8947-32c1298b9cef", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "a7647f7e-c0de-42ca-9938-a7d6b415b0dd", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"base64_content\": \"\",\n \"original_filename\": \"\",\n \"content_type\": \"\"\n },\n \"name\": \"\",\n \"practice_created\": \"\",\n \"type\": \"Patient Resource\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"received_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vis_barcode\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/handouts/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "handouts", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {\n \"base64_content\": \"\",\n \"original_filename\": \"\",\n \"content_type\": \"\"\n },\n \"name\": \"\",\n \"practice_created\": \"\",\n \"type\": \"Patient Resource\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"received_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vis_barcode\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-a7647f7e-c0de-42ca-9938-a7d6b415b0dd" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-34ecb05a-12d5-4f89-bc5d-c3abe34bd6f0" } ], "id": "b8ee2470-084c-4176-9520-4692d7524157", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-b8ee2470-084c-4176-9520-4692d7524157" }, { "name": "List Handouts", "id": "ac2fd28a-54f2-48e0-83c0-f180f371dcf9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/handouts/?limit=&name=,&offset=&order_by=&practice_created=,&tags=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "handouts", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "name", "value": "," }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice_created", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "tags", "value": "," } ] } }, "response": [ { "id": "a38a255c-58aa-46f1-947a-30f43fbbf601", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/handouts/?limit=&name=,&offset=&order_by=&practice_created=,&tags=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "handouts", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "name", "value": "," }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice_created", "value": "," }, { "description": "Multiple values may be separated by commas.", "key": "tags", "value": "," } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"content\": {\n \"content_type\": \"\",\n \"original_filename\": \"\"\n },\n \"name\": \"\",\n \"practice_created\": \"\",\n \"type\": \"VIS\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"received_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vis_barcode\": \"\"\n },\n {\n \"content\": {\n \"content_type\": \"\",\n \"original_filename\": \"\"\n },\n \"name\": \"\",\n \"practice_created\": \"\",\n \"type\": \"Patient Resource\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"received_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vis_barcode\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-a38a255c-58aa-46f1-947a-30f43fbbf601" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-ac2fd28a-54f2-48e0-83c0-f180f371dcf9" }, { "name": "Create Handout", "id": "20c8d75c-a064-490c-bdb3-688784ca1aa2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"base64_content\": \"\",\n \"original_filename\": \"\",\n \"content_type\": \"\"\n },\n \"name\": \"\",\n \"practice_created\": \"\",\n \"type\": \"Patient Resource\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"received_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vis_barcode\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/handouts/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "handouts", "" ] } }, "response": [ { "id": "6345ab37-1a23-4c97-9d06-872a39c81f60", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"base64_content\": \"\",\n \"original_filename\": \"\",\n \"content_type\": \"\"\n },\n \"name\": \"\",\n \"practice_created\": \"\",\n \"type\": \"Patient Resource\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"received_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vis_barcode\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/handouts/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "handouts", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {\n \"base64_content\": \"\",\n \"original_filename\": \"\",\n \"content_type\": \"\"\n },\n \"name\": \"\",\n \"practice_created\": \"\",\n \"type\": \"Patient Resource\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"received_date\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"vis_barcode\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-6345ab37-1a23-4c97-9d06-872a39c81f60" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-20c8d75c-a064-490c-bdb3-688784ca1aa2" } ], "id": "f7e42e97-6166-496c-a9f7-6d7e02a6b071", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-f7e42e97-6166-496c-a9f7-6d7e02a6b071" }, { "name": "medication_order_templates", "item": [ { "name": "{id}", "item": [ { "name": "Delete Medication Order Template", "id": "3ef3f472-7932-451e-ae49-018c89c58d4f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/medication_order_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_order_templates", ":id", "" ], "variable": [ { "id": "df5c5889-88a4-4f0d-a8bf-d417a22eb606", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "8ea3342e-26f8-487a-8078-4fe367141252", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_order_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_order_templates", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-8ea3342e-26f8-487a-8078-4fe367141252" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-3ef3f472-7932-451e-ae49-018c89c58d4f" }, { "name": "Retrieve Medication Order Template", "id": "077ecca8-12e0-4f79-b659-a2c346c111d8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_order_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_order_templates", ":id", "" ], "variable": [ { "id": "0bfb9b70-13f7-4245-8857-212435746cc2", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "e563b409-9c84-47b4-b1c1-155cb522992c", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_order_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_order_templates", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"practice\": \"\",\n \"auth_refills\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"id\": \"\",\n \"qty\": \"541431059783712469\",\n \"qty_units\": \"GUM\",\n \"rank\": \"\",\n \"specific_ndc\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-e563b409-9c84-47b4-b1c1-155cb522992c" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-077ecca8-12e0-4f79-b659-a2c346c111d8" }, { "name": "Partially Update Medication Order Template", "id": "daed9748-c5fd-4b0a-bb4f-108661454b84", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"auth_refills\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"id\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"practice\": \"\",\n \"qty\": \"-\",\n \"qty_units\": \"INTERNATIONAL UNITE\",\n \"rank\": \"\",\n \"specific_ndc\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/medication_order_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_order_templates", ":id", "" ], "variable": [ { "id": "92c7cfe6-98c2-4988-9a3f-806562be46ca", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "735f2ec5-cad4-462f-a22f-4178d64352ac", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"auth_refills\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"id\": \"\",\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"practice\": \"\",\n \"qty\": \"-\",\n \"qty_units\": \"INTERNATIONAL UNITE\",\n \"rank\": \"\",\n \"specific_ndc\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/medication_order_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_order_templates", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"practice\": \"\",\n \"auth_refills\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"id\": \"\",\n \"qty\": \"541431059783712469\",\n \"qty_units\": \"GUM\",\n \"rank\": \"\",\n \"specific_ndc\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-735f2ec5-cad4-462f-a22f-4178d64352ac" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-daed9748-c5fd-4b0a-bb4f-108661454b84" }, { "name": "Update Medication Order Template", "id": "f4b8df9a-bc86-4684-8932-f1f3db678757", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"practice\": \"\",\n \"auth_refills\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"id\": \"\",\n \"qty\": \"541431059783712469\",\n \"qty_units\": \"GUM\",\n \"rank\": \"\",\n \"specific_ndc\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/medication_order_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_order_templates", ":id", "" ], "variable": [ { "id": "2c8fd053-9e01-48bc-963b-36292b84aee4", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "4a2c7e74-6fe0-4b2c-8462-340e6671a9b1", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"practice\": \"\",\n \"auth_refills\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"id\": \"\",\n \"qty\": \"541431059783712469\",\n \"qty_units\": \"GUM\",\n \"rank\": \"\",\n \"specific_ndc\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/medication_order_templates/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_order_templates", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"practice\": \"\",\n \"auth_refills\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"id\": \"\",\n \"qty\": \"541431059783712469\",\n \"qty_units\": \"GUM\",\n \"rank\": \"\",\n \"specific_ndc\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-4a2c7e74-6fe0-4b2c-8462-340e6671a9b1" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-f4b8df9a-bc86-4684-8932-f1f3db678757" } ], "id": "8347ed11-5106-4654-9346-50cc4830ce5f", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-8347ed11-5106-4654-9346-50cc4830ce5f" }, { "name": "List Medication Order Templates", "id": "c1055d75-3fc0-4fb8-8b15-c9f983e91a72", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_order_templates/?deleted_date__gte=&deleted_date__isnull=&deleted_date__lte=&limit=&offset=&order_by=&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_order_templates", "" ], "query": [ { "key": "deleted_date__gte", "value": "" }, { "key": "deleted_date__isnull", "value": "" }, { "key": "deleted_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," } ] } }, "response": [ { "id": "f1042188-0746-46b4-8cb0-7e8eb8de4c99", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/medication_order_templates/?deleted_date__gte=&deleted_date__isnull=&deleted_date__lte=&limit=&offset=&order_by=&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_order_templates", "" ], "query": [ { "key": "deleted_date__gte", "value": "" }, { "key": "deleted_date__isnull", "value": "" }, { "key": "deleted_date__lte", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"practice\": \"\",\n \"auth_refills\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"id\": \"\",\n \"qty\": \"-7.460073134\",\n \"qty_units\": \"TABLESPOON\",\n \"rank\": \"\",\n \"specific_ndc\": \"\"\n },\n {\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"practice\": \"\",\n \"auth_refills\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"id\": \"\",\n \"qty\": \"68061766.\",\n \"qty_units\": \"STICK\",\n \"rank\": \"\",\n \"specific_ndc\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-f1042188-0746-46b4-8cb0-7e8eb8de4c99" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-c1055d75-3fc0-4fb8-8b15-c9f983e91a72" }, { "name": "Create Medication Order Template", "id": "750648eb-addf-4a35-93d4-7a825df59dcd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"practice\": \"\",\n \"auth_refills\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"id\": \"\",\n \"qty\": \"541431059783712469\",\n \"qty_units\": \"GUM\",\n \"rank\": \"\",\n \"specific_ndc\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/medication_order_templates/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_order_templates", "" ] } }, "response": [ { "id": "074ca862-d416-4778-80da-1c9e57236c0e", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"practice\": \"\",\n \"auth_refills\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"id\": \"\",\n \"qty\": \"541431059783712469\",\n \"qty_units\": \"GUM\",\n \"rank\": \"\",\n \"specific_ndc\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/medication_order_templates/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "medication_order_templates", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"medication\": {\n \"active_ndcs\": [\n \"\",\n \"\"\n ],\n \"brand_name\": \"\",\n \"created_date\": \"\",\n \"creation_type\": \"user\",\n \"form\": \"\",\n \"generic_name\": \"\",\n \"id\": \"\",\n \"is_controlled\": false,\n \"market_end_date\": \"\",\n \"name\": \"\",\n \"ndcs\": [\n \"\",\n \"\"\n ],\n \"obsolete_date\": \"\",\n \"practice\": \"\",\n \"route\": \"\",\n \"rxnorm_cuis\": [\n \"\",\n \"\"\n ],\n \"strength\": \"\",\n \"type\": \"prescription\"\n },\n \"practice\": \"\",\n \"auth_refills\": \"\",\n \"deleted_date\": \"\",\n \"directions\": \"\",\n \"id\": \"\",\n \"qty\": \"541431059783712469\",\n \"qty_units\": \"GUM\",\n \"rank\": \"\",\n \"specific_ndc\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-074ca862-d416-4778-80da-1c9e57236c0e" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-750648eb-addf-4a35-93d4-7a825df59dcd" } ], "id": "3b670652-f437-4a82-8376-b37e552b7915", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-3b670652-f437-4a82-8376-b37e552b7915" }, { "name": "office_staff", "item": [ { "name": "{staff_id}", "item": [ { "name": "Retrieve Office Staff", "id": "e552245d-72a8-4a67-9564-5212b949c656", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/office_staff/:staff_id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "office_staff", ":staff_id", "" ], "variable": [ { "id": "4c7c0fa7-3ded-43ad-ad29-ee1d33f0cf7e", "key": "staff_id", "value": "", "description": "(Required) The ID of the staff member to retrieve" } ] }, "description": "Retrieve an office staff" }, "response": [ { "id": "9afffa40-4aec-410f-8d60-cdc711f32036", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/office_staff/:staff_id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "office_staff", ":staff_id", "" ], "variable": [ { "key": "staff_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"last_name\": \"\",\n \"created_date\": \"\",\n \"dob\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"middle_name\": \"\",\n \"phone\": \"\",\n \"practice\": \"\",\n \"prefix\": \"\",\n \"sex\": \"Male\",\n \"suffix\": \"\",\n \"user_id\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-9afffa40-4aec-410f-8d60-cdc711f32036" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-e552245d-72a8-4a67-9564-5212b949c656" } ], "id": "4b0939c9-f856-4fcf-9b8d-a0e642e1f26c", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-4b0939c9-f856-4fcf-9b8d-a0e642e1f26c" }, { "name": "List Office Staffs", "id": "194d5bbd-d9c6-4b0f-af08-c884e95cce6e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/office_staff/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "office_staff", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ] }, "description": "Returns a list of office staff" }, "response": [ { "id": "1e36bda5-fd15-439c-abf5-6dc6ca4d767c", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/office_staff/?limit=&offset=&order_by=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "office_staff", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"last_name\": \"\",\n \"created_date\": \"\",\n \"dob\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"middle_name\": \"\",\n \"phone\": \"\",\n \"practice\": \"\",\n \"prefix\": \"\",\n \"sex\": \"Male\",\n \"suffix\": \"\",\n \"user_id\": \"\"\n },\n {\n \"last_name\": \"\",\n \"created_date\": \"\",\n \"dob\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"id\": \"\",\n \"middle_name\": \"\",\n \"phone\": \"\",\n \"practice\": \"\",\n \"prefix\": \"\",\n \"sex\": \"Female\",\n \"suffix\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-1e36bda5-fd15-439c-abf5-6dc6ca4d767c" } ], "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-194d5bbd-d9c6-4b0f-af08-c884e95cce6e" } ], "id": "d0206790-0a02-4212-a73c-2d73f1737868", "createdAt": "2026-07-28T01:35:01.000Z", "updatedAt": "2026-07-28T01:35:01.000Z", "uid": "35240-d0206790-0a02-4212-a73c-2d73f1737868" }, { "name": "physicians", "item": [ { "name": "{id}", "item": [ { "name": "availabilities", "item": [ { "name": "Get Physician Availabilities", "id": "e4f796bc-91cf-42f0-8527-9c744af6af92", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/physicians/:id/availabilities/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "physicians", ":id", "availabilities", "" ], "variable": [ { "id": "81c9b253-6a88-4ca9-b109-8e9bb2072ea1", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Get the availabilities for a physician" }, "response": [ { "id": "18de448d-4439-4ad4-b2b8-dd6b56f2cc27", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/physicians/:id/availabilities/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "physicians", ":id", "availabilities", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"end_time\": \"